COLOR #C8AF76

HEX: #C8AF76
RGB: (200,175,118)

Color info

#C8AF76 contains mainly red and green colors. Web safe color of #C8AF76 is #CC9966 (or #C96).

RGB color model

#C8AF76 color RGB value is (200,175,118).

  • red value is 200;
  • green value is 175;
  • blue value is 118.
RGB:
(200,175,118)
(78%,69%,46%)

RGB channels and saturation

R 200 of 255 = 78%
G 175 of 255 = 69%
B 118 of 255 = 46%

200
175
118

R + G + B ~ 64%. #C8AF76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 175 + 118 = 493 (100%)
R 200 of 493 ~ 40.57%
G 175 of 493 ~ 35.5%
B 118 of 493 ~ 23.94%

%40.57
%35.5
%23.94

CMYK color model

#C8AF76 color CMYK value is (0,13,41,22).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 41.00%
  • key color value is 21.57%
CMYK:
(0,13,41,22)
C0M13Y41K22 
(0%,13%,41%,22%)
(0.00/0.13/0.41/0.22)	

CMYK percentages

%0
%12.5
%41
%21.57

Codes

Color #C8AF76 in popluar color models

C8AF76
RGB200175118
HSL42°42.71%62.35%
HSB/HSV42°41.00%78.43%
CMYK0.00%12.50%41.00%
21.57%

Color #C8AF76 in popluar number systems.

HEXC8AF76
Decimal200175118
Binary11001000101011111110110
Octal310257166

Shades and tints

Shades of #C8AF76

#C8AF76
(200,175,118)
#B6A06C
(182,160,108)
#A49162
(164,145,98)
#928258
(146,130,88)
#80734E
(128,115,78)
#6E6444
(110,100,68)
#5C553A
(92,85,58)
#4A4630
(74,70,48)
#383726
(56,55,38)
#26281C
(38,40,28)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #C8AF76

#C8AF76
(200,175,118)
#CDB682
(205,182,130)
#D2BD8E
(210,189,142)
#D7C49A
(215,196,154)
#DCCBA6
(220,203,166)
#E1D2B2
(225,210,178)
#E6D9BE
(230,217,190)
#EBE0CA
(235,224,202)
#F0E7D6
(240,231,214)
#F5EEE2
(245,238,226)
#FAF5EE
(250,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8AF76 color. Also use rgb(200,175,118) instead hex code.

Text Font Color

.myTextColor { color: #C8AF76; }

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

This text font color is #C8AF76.


Background Color

.myBgColor { background-color: #C8AF76; }

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

This div background color is #C8AF76.


Border color

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

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

This div border color is #C8AF76.


Opacity

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

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

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

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

This text has shadow with #C8AF76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AF76 on black background.


Color preview on white background

This text has color #C8AF76 on white background.



Black color preview on #C8AF76 background

This text has black color on #C8AF76 background.


White color preview on #C8AF76 background

This text has white color on #C8AF76 background.