COLOR #C96E1D

HEX: #C96E1D RGB: (201,110,29)

Color info

#C96E1D contains mainly red color. Web safe color of #C96E1D is #CC6633 (or #C63).

RGB color model

#C96E1D color RGB value is (201,110,29).

RGB: (201,110,29) (79%, 43%, 11%)

RGB channels and saturation

R 201 of 255 = 79%
G 110 of 255 = 43%
B 29 of 255 = 11%

201
110
29

R + G + B ~ 44%. #C96E1D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 201 + 110 + 29 = 340 (100%)
R 201 of 340 ~ 59.12%
G 110 of 340 ~ 32.35%
B 29 of 340 ~ 8.53'%

%59.12
%32.35

CMYK color model

#C96E1D color CMYK value is (0,45,86,21).

  • cyan value is 0.00%
  • magenta value is 45.27%
  • yellow value is 85.57%
  • key color value is 21.18%

CMYK: (0,45,86,21)
C0M45Y86K21 (0%, 45%, 86%, 21%)
(0.00 / 0.45 / 0.86 / 0.21)

CMYK percentages

%0
%45.27
%85.57
%21.18

Codes

Color #C96E1D in popluar color models

C9 6E 1D
RGB 201 110 29
HSL 28° 74.78% 45.10%
HSB/HSV 28° 85.57% 78.82%
CMYK 0.00% 45.27% 85.57%
21.18%

Color #C96E1D in popluar number systems.

HEX C9 6E 1D
Decimal 201 110 29
Binary 11001001 1101110 11101
Octal 311 156 35

Shades and tints

Shades of #C96E1D

#C96E1D
(201,110,29)
#B7641B
(183,100,27)
#A55A19
(165,90,25)
#935017
(147,80,23)
#814615
(129,70,21)
#6F3C13
(111,60,19)
#5D3211
(93,50,17)
#4B280F
(75,40,15)
#391E0D
(57,30,13)
#27140B
(39,20,11)
#150A09
(21,10,9)
#000000
(0,0,0)

Tints of #C96E1D

#C96E1D
(201,110,29)
#CD7B31
(205,123,49)
#D18845
(209,136,69)
#D59559
(213,149,89)
#D9A26D
(217,162,109)
#DDAF81
(221,175,129)
#E1BC95
(225,188,149)
#E5C9A9
(229,201,169)
#E9D6BD
(233,214,189)
#EDE3D1
(237,227,209)
#F1F0E5
(241,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C96E1D color. Also use rgb(201,110,29) instead hex code.

Text Font Color

.myTextColor { color: #C96E1D; }

<p style="color:#C96E1D">This sample text font color is #C96E1D.</p>

This text font color is #C96E1D.

Background Color

.myBgColor { background-color: #C96E1D; }

<div style="background-color:#C96E1D">Inner text</div>

This div background color is #C96E1D.

Border color

.myBorderColor { border: 1px solid #C96E1D; }

<div style="border:3px solid #C96E1D">Div</div>

This div border color is #C96E1D.

Opacity

.myOpacity80 { color: #C96E1D; opacity: 0.8; }

<p style="color:#C96E1D;opacity:0.8;">80%</p>

Text with #C96E1D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C96E1D;}

<p style="text-shadow: 3px 3px 1px #C96E1D">Text here.</p>

This text has shadow with #C96E1D color.


.textShadow {text-shadow: 3px 3px 1px #C96E1D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C96E1D, 5px 5px 20px red">Text here.</p>

This text has shadow with #C96E1D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C96E1D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C96E1D, Direction=45, Strength=4)">Text</p>

This text has shadow with #C96E1D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C96E1D;
-webkit-box-shadow: 1px 1px 3px 2px #C96E1D;
box-shadow: 1px 1px 3px 2px #C96E1D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C96E1D; -webkit-box-shadow: 1px 1px 3px 2px #C96E1D; box-shadow:1px 1px 3px 2px #C96E1D;">
Div content here
</div>

This div box has shadow with color #C96E1D.

Preview

Color preview on black background

This text has color #C96E1D on black background.


Color preview on white background

This text has color #C96E1D on white background.


Black color preview on #C96E1D background

This text has black color on #C96E1D background.


White color preview on #C96E1D background

This text has white color on #C96E1D background.


Related colors

Complementary color

Complementary color for #hex is #3691E2.


I love getcolorcode.com

Triadic colors

1 #1DC96E and #6E1DC9 with #C96E1D are triadic colors.

2 #1D6EC9 and #6EC91D with #C96E1D are triadic colors.