COLOR #C0AF86

HEX: #C0AF86
RGB: (192,175,134)

Color info

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

RGB color model

#C0AF86 color RGB value is (192,175,134).

  • red value is 192;
  • green value is 175;
  • blue value is 134.
RGB:
(192,175,134)
(75%,69%,53%)

RGB channels and saturation

R 192 of 255 = 75%
G 175 of 255 = 69%
B 134 of 255 = 53%

192
175
134

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

Portions of RGB colors in percentages

R + G + B =
192 + 175 + 134 = 501 (100%)
R 192 of 501 ~ 38.32%
G 175 of 501 ~ 34.93%
B 134 of 501 ~ 26.75%

%38.32
%34.93
%26.75

CMYK color model

#C0AF86 color CMYK value is (0,9,30,25).

  • cyan value is 0.00%
  • magenta value is 8.85%
  • yellow value is 30.21%
  • key color value is 24.71%
CMYK:
(0,9,30,25)
C0M9Y30K25 
(0%,9%,30%,25%)
(0.00/0.09/0.30/0.25)	

CMYK percentages

%0
%8.85
%30.21
%24.71

Codes

Color #C0AF86 in popluar color models

C0AF86
RGB192175134
HSL42°31.52%63.92%
HSB/HSV42°30.21%75.29%
CMYK0.00%8.85%30.21%
24.71%

Color #C0AF86 in popluar number systems.

HEXC0AF86
Decimal192175134
Binary110000001010111110000110
Octal300257206

Shades and tints

Shades of #C0AF86

#C0AF86
(192,175,134)
#AFA07A
(175,160,122)
#9E916E
(158,145,110)
#8D8262
(141,130,98)
#7C7356
(124,115,86)
#6B644A
(107,100,74)
#5A553E
(90,85,62)
#494632
(73,70,50)
#383726
(56,55,38)
#27281A
(39,40,26)
#16190E
(22,25,14)
#000000
(0,0,0)

Tints of #C0AF86

#C0AF86
(192,175,134)
#C5B691
(197,182,145)
#CABD9C
(202,189,156)
#CFC4A7
(207,196,167)
#D4CBB2
(212,203,178)
#D9D2BD
(217,210,189)
#DED9C8
(222,217,200)
#E3E0D3
(227,224,211)
#E8E7DE
(232,231,222)
#EDEEE9
(237,238,233)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0AF86 color. Also use rgb(192,175,134) instead hex code.

Text Font Color

.myTextColor { color: #C0AF86; }

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

This text font color is #C0AF86.


Background Color

.myBgColor { background-color: #C0AF86; }

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

This div background color is #C0AF86.


Border color

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

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

This div border color is #C0AF86.


Opacity

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

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

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

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

This text has shadow with #C0AF86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AF86 on black background.


Color preview on white background

This text has color #C0AF86 on white background.



Black color preview on #C0AF86 background

This text has black color on #C0AF86 background.


White color preview on #C0AF86 background

This text has white color on #C0AF86 background.