COLOR #C9C4A2

HEX: #C9C4A2
RGB: (201,196,162)

Color info

#C9C4A2 contains red, green and blue colors in about the same proportion. Web safe color of #C9C4A2 is #CCCC99 (or #CC9).

RGB color model

#C9C4A2 color RGB value is (201,196,162).

  • red value is 201;
  • green value is 196;
  • blue value is 162.
RGB:
(201,196,162)
(79%,77%,64%)

RGB channels and saturation

R 201 of 255 = 79%
G 196 of 255 = 77%
B 162 of 255 = 64%

201
196
162

R + G + B ~ 73%. #C9C4A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 196 + 162 = 559 (100%)
R 201 of 559 ~ 35.96%
G 196 of 559 ~ 35.06%
B 162 of 559 ~ 28.98%

%35.96
%35.06
%28.98

CMYK color model

#C9C4A2 color CMYK value is (0,2,19,21).

  • cyan value is 0.00%
  • magenta value is 2.49%
  • yellow value is 19.40%
  • key color value is 21.18%
CMYK:
(0,2,19,21)
C0M2Y19K21 
(0%,2%,19%,21%)
(0.00/0.02/0.19/0.21)	

CMYK percentages

%0
%2.49
%19.4
%21.18

Codes

Color #C9C4A2 in popluar color models

C9C4A2
RGB201196162
HSL52°26.53%71.18%
HSB/HSV52°19.40%78.82%
CMYK0.00%2.49%19.40%
21.18%

Color #C9C4A2 in popluar number systems.

HEXC9C4A2
Decimal201196162
Binary110010011100010010100010
Octal311304242

Shades and tints

Shades of #C9C4A2

#C9C4A2
(201,196,162)
#B7B394
(183,179,148)
#A5A286
(165,162,134)
#939178
(147,145,120)
#81806A
(129,128,106)
#6F6F5C
(111,111,92)
#5D5E4E
(93,94,78)
#4B4D40
(75,77,64)
#393C32
(57,60,50)
#272B24
(39,43,36)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #C9C4A2

#C9C4A2
(201,196,162)
#CDC9AA
(205,201,170)
#D1CEB2
(209,206,178)
#D5D3BA
(213,211,186)
#D9D8C2
(217,216,194)
#DDDDCA
(221,221,202)
#E1E2D2
(225,226,210)
#E5E7DA
(229,231,218)
#E9ECE2
(233,236,226)
#EDF1EA
(237,241,234)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C4A2 color. Also use rgb(201,196,162) instead hex code.

Text Font Color

.myTextColor { color: #C9C4A2; }

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

This text font color is #C9C4A2.


Background Color

.myBgColor { background-color: #C9C4A2; }

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

This div background color is #C9C4A2.


Border color

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

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

This div border color is #C9C4A2.


Opacity

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

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

Text with #C9C4A2 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 #C9C4A2;}

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

This text has shadow with #C9C4A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C4A2 on black background.


Color preview on white background

This text has color #C9C4A2 on white background.



Black color preview on #C9C4A2 background

This text has black color on #C9C4A2 background.


White color preview on #C9C4A2 background

This text has white color on #C9C4A2 background.