COLOR #C0C9AC

HEX: #C0C9AC
RGB: (192,201,172)

Color info

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

RGB color model

#C0C9AC color RGB value is (192,201,172).

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

RGB channels and saturation

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

192
201
172

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

Portions of RGB colors in percentages

R + G + B =
192 + 201 + 172 = 565 (100%)
R 192 of 565 ~ 33.98%
G 201 of 565 ~ 35.58%
B 172 of 565 ~ 30.44%

%33.98
%35.58
%30.44

CMYK color model

#C0C9AC color CMYK value is (4,0,14,21).

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 14.43%
  • key color value is 21.18%
CMYK:
(4,0,14,21)
C4M0Y14K21 
(4%,0%,14%,21%)
(0.04/0.00/0.14/0.21)	

CMYK percentages

%4.48
%0
%14.43
%21.18

Codes

Color #C0C9AC in popluar color models

C0C9AC
RGB192201172
HSL79°21.17%73.14%
HSB/HSV79°14.43%78.82%
CMYK4.48%0.00%14.43%
21.18%

Color #C0C9AC in popluar number systems.

HEXC0C9AC
Decimal192201172
Binary110000001100100110101100
Octal300311254

Shades and tints

Shades of #C0C9AC

#C0C9AC
(192,201,172)
#AFB79D
(175,183,157)
#9EA58E
(158,165,142)
#8D937F
(141,147,127)
#7C8170
(124,129,112)
#6B6F61
(107,111,97)
#5A5D52
(90,93,82)
#494B43
(73,75,67)
#383934
(56,57,52)
#272725
(39,39,37)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #C0C9AC

#C0C9AC
(192,201,172)
#C5CDB3
(197,205,179)
#CAD1BA
(202,209,186)
#CFD5C1
(207,213,193)
#D4D9C8
(212,217,200)
#D9DDCF
(217,221,207)
#DEE1D6
(222,225,214)
#E3E5DD
(227,229,221)
#E8E9E4
(232,233,228)
#EDEDEB
(237,237,235)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C9AC; }

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

This text font color is #C0C9AC.


Background Color

.myBgColor { background-color: #C0C9AC; }

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

This div background color is #C0C9AC.


Border color

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

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

This div border color is #C0C9AC.


Opacity

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

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

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

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

This text has shadow with #C0C9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C9AC on black background.


Color preview on white background

This text has color #C0C9AC on white background.



Black color preview on #C0C9AC background

This text has black color on #C0C9AC background.


White color preview on #C0C9AC background

This text has white color on #C0C9AC background.