COLOR #C9C0AA

HEX: #C9C0AA
RGB: (201,192,170)

Color info

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

RGB color model

#C9C0AA color RGB value is (201,192,170).

  • red value is 201;
  • green value is 192;
  • blue value is 170.
RGB:
(201,192,170)
(79%,75%,67%)

RGB channels and saturation

R 201 of 255 = 79%
G 192 of 255 = 75%
B 170 of 255 = 67%

201
192
170

R + G + B ~ 74%. #C9C0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 192 + 170 = 563 (100%)
R 201 of 563 ~ 35.7%
G 192 of 563 ~ 34.1%
B 170 of 563 ~ 30.2%

%35.7
%34.1
%30.2

CMYK color model

#C9C0AA color CMYK value is (0,4,15,21).

  • cyan value is 0.00%
  • magenta value is 4.48%
  • yellow value is 15.42%
  • key color value is 21.18%
CMYK:
(0,4,15,21)
C0M4Y15K21 
(0%,4%,15%,21%)
(0.00/0.04/0.15/0.21)	

CMYK percentages

%0
%4.48
%15.42
%21.18

Codes

Color #C9C0AA in popluar color models

C9C0AA
RGB201192170
HSL43°22.30%72.75%
HSB/HSV43°15.42%78.82%
CMYK0.00%4.48%15.42%
21.18%

Color #C9C0AA in popluar number systems.

HEXC9C0AA
Decimal201192170
Binary110010011100000010101010
Octal311300252

Shades and tints

Shades of #C9C0AA

#C9C0AA
(201,192,170)
#B7AF9B
(183,175,155)
#A59E8C
(165,158,140)
#938D7D
(147,141,125)
#817C6E
(129,124,110)
#6F6B5F
(111,107,95)
#5D5A50
(93,90,80)
#4B4941
(75,73,65)
#393832
(57,56,50)
#272723
(39,39,35)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #C9C0AA

#C9C0AA
(201,192,170)
#CDC5B1
(205,197,177)
#D1CAB8
(209,202,184)
#D5CFBF
(213,207,191)
#D9D4C6
(217,212,198)
#DDD9CD
(221,217,205)
#E1DED4
(225,222,212)
#E5E3DB
(229,227,219)
#E9E8E2
(233,232,226)
#EDEDE9
(237,237,233)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C0AA color. Also use rgb(201,192,170) instead hex code.

Text Font Color

.myTextColor { color: #C9C0AA; }

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

This text font color is #C9C0AA.


Background Color

.myBgColor { background-color: #C9C0AA; }

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

This div background color is #C9C0AA.


Border color

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

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

This div border color is #C9C0AA.


Opacity

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

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

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

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

This text has shadow with #C9C0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C0AA on black background.


Color preview on white background

This text has color #C9C0AA on white background.



Black color preview on #C9C0AA background

This text has black color on #C9C0AA background.


White color preview on #C9C0AA background

This text has white color on #C9C0AA background.