COLOR #C0AA9B

HEX: #C0AA9B
RGB: (192,170,155)

Color info

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

RGB color model

#C0AA9B color RGB value is (192,170,155).

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

RGB channels and saturation

R 192 of 255 = 75%
G 170 of 255 = 67%
B 155 of 255 = 61%

192
170
155

R + G + B ~ 68%. #C0AA9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 170 + 155 = 517 (100%)
R 192 of 517 ~ 37.14%
G 170 of 517 ~ 32.88%
B 155 of 517 ~ 29.98%

%37.14
%32.88
%29.98

CMYK color model

#C0AA9B color CMYK value is (0,11,19,25).

  • cyan value is 0.00%
  • magenta value is 11.46%
  • yellow value is 19.27%
  • key color value is 24.71%
CMYK:
(0,11,19,25)
C0M11Y19K25 
(0%,11%,19%,25%)
(0.00/0.11/0.19/0.25)	

CMYK percentages

%0
%11.46
%19.27
%24.71

Codes

Color #C0AA9B in popluar color models

C0AA9B
RGB192170155
HSL24°22.70%68.04%
HSB/HSV24°19.27%75.29%
CMYK0.00%11.46%19.27%
24.71%

Color #C0AA9B in popluar number systems.

HEXC0AA9B
Decimal192170155
Binary110000001010101010011011
Octal300252233

Shades and tints

Shades of #C0AA9B

#C0AA9B
(192,170,155)
#AF9B8D
(175,155,141)
#9E8C7F
(158,140,127)
#8D7D71
(141,125,113)
#7C6E63
(124,110,99)
#6B5F55
(107,95,85)
#5A5047
(90,80,71)
#494139
(73,65,57)
#38322B
(56,50,43)
#27231D
(39,35,29)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #C0AA9B

#C0AA9B
(192,170,155)
#C5B1A4
(197,177,164)
#CAB8AD
(202,184,173)
#CFBFB6
(207,191,182)
#D4C6BF
(212,198,191)
#D9CDC8
(217,205,200)
#DED4D1
(222,212,209)
#E3DBDA
(227,219,218)
#E8E2E3
(232,226,227)
#EDE9EC
(237,233,236)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0AA9B; }

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

This text font color is #C0AA9B.


Background Color

.myBgColor { background-color: #C0AA9B; }

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

This div background color is #C0AA9B.


Border color

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

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

This div border color is #C0AA9B.


Opacity

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

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

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

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

This text has shadow with #C0AA9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AA9B on black background.


Color preview on white background

This text has color #C0AA9B on white background.



Black color preview on #C0AA9B background

This text has black color on #C0AA9B background.


White color preview on #C0AA9B background

This text has white color on #C0AA9B background.