COLOR #C0AE8B

HEX: #C0AE8B
RGB: (192,174,139)

Color info

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

RGB color model

#C0AE8B color RGB value is (192,174,139).

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

RGB channels and saturation

R 192 of 255 = 75%
G 174 of 255 = 68%
B 139 of 255 = 55%

192
174
139

R + G + B ~ 66%. #C0AE8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 174 + 139 = 505 (100%)
R 192 of 505 ~ 38.02%
G 174 of 505 ~ 34.46%
B 139 of 505 ~ 27.52%

%38.02
%34.46
%27.52

CMYK color model

#C0AE8B color CMYK value is (0,9,28,25).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 27.60%
  • key color value is 24.71%
CMYK:
(0,9,28,25)
C0M9Y28K25 
(0%,9%,28%,25%)
(0.00/0.09/0.28/0.25)	

CMYK percentages

%0
%9.38
%27.6
%24.71

Codes

Color #C0AE8B in popluar color models

C0AE8B
RGB192174139
HSL40°29.61%64.90%
HSB/HSV40°27.60%75.29%
CMYK0.00%9.38%27.60%
24.71%

Color #C0AE8B in popluar number systems.

HEXC0AE8B
Decimal192174139
Binary110000001010111010001011
Octal300256213

Shades and tints

Shades of #C0AE8B

#C0AE8B
(192,174,139)
#AF9F7F
(175,159,127)
#9E9073
(158,144,115)
#8D8167
(141,129,103)
#7C725B
(124,114,91)
#6B634F
(107,99,79)
#5A5443
(90,84,67)
#494537
(73,69,55)
#38362B
(56,54,43)
#27271F
(39,39,31)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #C0AE8B

#C0AE8B
(192,174,139)
#C5B595
(197,181,149)
#CABC9F
(202,188,159)
#CFC3A9
(207,195,169)
#D4CAB3
(212,202,179)
#D9D1BD
(217,209,189)
#DED8C7
(222,216,199)
#E3DFD1
(227,223,209)
#E8E6DB
(232,230,219)
#EDEDE5
(237,237,229)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0AE8B; }

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

This text font color is #C0AE8B.


Background Color

.myBgColor { background-color: #C0AE8B; }

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

This div background color is #C0AE8B.


Border color

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

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

This div border color is #C0AE8B.


Opacity

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

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

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

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

This text has shadow with #C0AE8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AE8B on black background.


Color preview on white background

This text has color #C0AE8B on white background.



Black color preview on #C0AE8B background

This text has black color on #C0AE8B background.


White color preview on #C0AE8B background

This text has white color on #C0AE8B background.