COLOR #C0AE9B

HEX: #C0AE9B
RGB: (192,174,155)

Color info

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

RGB color model

#C0AE9B color RGB value is (192,174,155).

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

RGB channels and saturation

R 192 of 255 = 75%
G 174 of 255 = 68%
B 155 of 255 = 61%

192
174
155

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

Portions of RGB colors in percentages

R + G + B =
192 + 174 + 155 = 521 (100%)
R 192 of 521 ~ 36.85%
G 174 of 521 ~ 33.4%
B 155 of 521 ~ 29.75%

%36.85
%33.4
%29.75

CMYK color model

#C0AE9B color CMYK value is (0,9,19,25).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 19.27%
  • key color value is 24.71%
CMYK:
(0,9,19,25)
C0M9Y19K25 
(0%,9%,19%,25%)
(0.00/0.09/0.19/0.25)	

CMYK percentages

%0
%9.38
%19.27
%24.71

Codes

Color #C0AE9B in popluar color models

C0AE9B
RGB192174155
HSL31°22.70%68.04%
HSB/HSV31°19.27%75.29%
CMYK0.00%9.38%19.27%
24.71%

Color #C0AE9B in popluar number systems.

HEXC0AE9B
Decimal192174155
Binary110000001010111010011011
Octal300256233

Shades and tints

Shades of #C0AE9B

#C0AE9B
(192,174,155)
#AF9F8D
(175,159,141)
#9E907F
(158,144,127)
#8D8171
(141,129,113)
#7C7263
(124,114,99)
#6B6355
(107,99,85)
#5A5447
(90,84,71)
#494539
(73,69,57)
#38362B
(56,54,43)
#27271D
(39,39,29)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #C0AE9B

#C0AE9B
(192,174,155)
#C5B5A4
(197,181,164)
#CABCAD
(202,188,173)
#CFC3B6
(207,195,182)
#D4CABF
(212,202,191)
#D9D1C8
(217,209,200)
#DED8D1
(222,216,209)
#E3DFDA
(227,223,218)
#E8E6E3
(232,230,227)
#EDEDEC
(237,237,236)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0AE9B; }

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

This text font color is #C0AE9B.


Background Color

.myBgColor { background-color: #C0AE9B; }

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

This div background color is #C0AE9B.


Border color

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

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

This div border color is #C0AE9B.


Opacity

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

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

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

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

This text has shadow with #C0AE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AE9B on black background.


Color preview on white background

This text has color #C0AE9B on white background.



Black color preview on #C0AE9B background

This text has black color on #C0AE9B background.


White color preview on #C0AE9B background

This text has white color on #C0AE9B background.