COLOR #C0AA96

HEX: #C0AA96
RGB: (192,170,150)

Color info

#C0AA96 contains red, green and blue colors in about the same proportion. Web safe color of #C0AA96 is #CC9999 (or #C99).

RGB color model

#C0AA96 color RGB value is (192,170,150).

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

RGB channels and saturation

R 192 of 255 = 75%
G 170 of 255 = 67%
B 150 of 255 = 59%

192
170
150

R + G + B ~ 67%. #C0AA96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 170 + 150 = 512 (100%)
R 192 of 512 ~ 37.5%
G 170 of 512 ~ 33.2%
B 150 of 512 ~ 29.3%

%37.5
%33.2
%29.3

CMYK color model

#C0AA96 color CMYK value is (0,11,22,25).

  • cyan value is 0.00%
  • magenta value is 11.46%
  • yellow value is 21.88%
  • key color value is 24.71%
CMYK:
(0,11,22,25)
C0M11Y22K25 
(0%,11%,22%,25%)
(0.00/0.11/0.22/0.25)	

CMYK percentages

%0
%11.46
%21.88
%24.71

Codes

Color #C0AA96 in popluar color models

C0AA96
RGB192170150
HSL29°25.00%67.06%
HSB/HSV29°21.88%75.29%
CMYK0.00%11.46%21.88%
24.71%

Color #C0AA96 in popluar number systems.

HEXC0AA96
Decimal192170150
Binary110000001010101010010110
Octal300252226

Shades and tints

Shades of #C0AA96

#C0AA96
(192,170,150)
#AF9B89
(175,155,137)
#9E8C7C
(158,140,124)
#8D7D6F
(141,125,111)
#7C6E62
(124,110,98)
#6B5F55
(107,95,85)
#5A5048
(90,80,72)
#49413B
(73,65,59)
#38322E
(56,50,46)
#272321
(39,35,33)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #C0AA96

#C0AA96
(192,170,150)
#C5B19F
(197,177,159)
#CAB8A8
(202,184,168)
#CFBFB1
(207,191,177)
#D4C6BA
(212,198,186)
#D9CDC3
(217,205,195)
#DED4CC
(222,212,204)
#E3DBD5
(227,219,213)
#E8E2DE
(232,226,222)
#EDE9E7
(237,233,231)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0AA96; }

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

This text font color is #C0AA96.


Background Color

.myBgColor { background-color: #C0AA96; }

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

This div background color is #C0AA96.


Border color

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

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

This div border color is #C0AA96.


Opacity

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

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

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

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

This text has shadow with #C0AA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AA96 on black background.


Color preview on white background

This text has color #C0AA96 on white background.



Black color preview on #C0AA96 background

This text has black color on #C0AA96 background.


White color preview on #C0AA96 background

This text has white color on #C0AA96 background.