@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#c2653b hex color - Orange - Warm color - Information

#c2653b hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #c2653b Color code in RGB color code model is created after adding 76.08% red color, 39.61% green color and 23.14% blue color. Hex #c2653b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 48% magenta, 70% yellow and 23.92% black.

Hex #c2653b color code is between #bb6633 web safe hex color code and #cc5544 web safe hex color code. #bb6633 is the nearest web safe color code. You can see here many more shades of #c2653b color code.

0 Likes 0 Comments | 4 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code c2653b #c2653b
RGB Decimal 194, 101, 59 rgb(194, 101, 59)
RGB Percent 76%, 40%, 23% rgb(76%, 40%, 23%)
CSS RGBa 194, 101, 59,1 rgba(194,101,59,1)
CMYK Model cmyk(0%,48%,70%,23.92%)
HSL Color Space 19,53% ,50% hsl(19,53% ,50%)
HSV Color Space 19°, 70%, 76%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000010 01100101 00111011
Octal 302 145 73
Decimal 194 101 59
Hex c2 65 3b

Different shades of #c2653b color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #c2653b
#cf8361
Dark Shade of #c2653b
#9b512f
Saturated Shade of #c2653b
#cf602e
Desaturated Shade of #c2653b
#b56a48
Grey scale Shade of #c2653b
#7e7e7e
Brighten Shade
#db7e54
Most Readable Shade
#FFFFFF

Shades of #c2653b color code

Generate more color scales with scales (color stack) generator.

#c2653b
#ac5934
#964e2d
#814327
#6b3820
#562c1a
#402113
#2b160d
#150b06
#000000

Similar Color like #c2653b color

Find visually similar hex color codes nearing to #c2653b hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#c3663c
#c4673d
#c5683e
#c6693f
#c76a40
#c86b41
#c96c42
#ca6d43
#cb6e44
#cc6f45
#cd7046
#ce7147
#cf7248
#d07349
#c1643a
#c06339
#bf6238
#be6137
#bd6036
#bc5f35
#bb5e34
#ba5d33
#b95c32
#b85b31
#b75a30
#b6592f
#b5582e
#b4572d

Monochromatic Color with #c2653b

#c2653b
#ec7b48
#180c07
#422314
#6d3921
#974f2e

Tints of #c2653b Color

#c2653b
#c87650
#cf8766
#d6987c
#dda992
#e3baa7
#eacbbd
#f1dcd3
#f8ede9
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#c2653b
#3b98c2

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#c2653b
#3bc2a8
#3b55c2

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#c23b47
#c24a3b
#c2653b
#c2803b
#c29b3b

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#c2653b
#3bc265
#653bc2

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#c2653b
#54c23b
#3b98c2
#a83bc2

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#c2653b
#3b98c2
#3b55c2
#c2a83b

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #c2653b Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#c2653b Color Code Preview on Black Background Color

This is how #c2653b Color will look on black background color. Color contrast ratio is 5.22

#c2653b in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#c2653b">Your Example Paragraph content text in with font color #c2653b </p>

Your Example Paragraph content text in with font color #c2653b

HTML with inline CSS

<div style="color:#c2653b">Your Paragraph text in with font color #c2653b </div>

Your Example Paragraph content text in with font color #c2653b

#c2653b color code is use for CSS Background Color

Background color for the above div is #c2653b

HTML with inline CSS

<div style="background-color:#c2653b;"></div>

#c2653b color code is use for CSS Border Color

CSS Border color for the above div is #c2653b

HTML with inline CSS

<div style="border:5px solid #c2653b;"></div>

CSS Border Left color for the above div is #c2653b

HTML with inline CSS

<div style="border-left:5px solid #c2653b;"></div>

CSS Border Right color for the above div is #c2653b

HTML with inline CSS

<div style="border-right:5px solid #c2653b;"></div>

CSS Border Bottom color for the above div is #c2653b

HTML with inline CSS

<div style="border-bottom:5px solid #c2653b;"></div>

CSS Border Top color for the above div is #c2653b

HTML with inline CSS

<div style="border-top:5px solid #c2653b;"></div>

#c2653b hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#c2653b; } .examplecolorclass {color:#c2653b; } .examplebordercolor {border:3px solid #c2653b; }

#c2653b Color code Preview on White Background

This is how #c2653b Color code will look on white background color. Color contrast ratio is 4.02

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #c2653b; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c2653b; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(194,101,59,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(59,152,194,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(194,101,59,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.