COLOR #C8AF82

HEX: #C8AF82
RGB: (200,175,130)

Color info

#C8AF82 contains mainly red and green colors. Web safe color of #C8AF82 is #CC9999 (or #C99).

RGB color model

#C8AF82 color RGB value is (200,175,130).

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

RGB channels and saturation

R 200 of 255 = 78%
G 175 of 255 = 69%
B 130 of 255 = 51%

200
175
130

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

Portions of RGB colors in percentages

R + G + B =
200 + 175 + 130 = 505 (100%)
R 200 of 505 ~ 39.6%
G 175 of 505 ~ 34.65%
B 130 of 505 ~ 25.74%

%39.6
%34.65
%25.74

CMYK color model

#C8AF82 color CMYK value is (0,13,35,22).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 35.00%
  • key color value is 21.57%
CMYK:
(0,13,35,22)
C0M13Y35K22 
(0%,13%,35%,22%)
(0.00/0.13/0.35/0.22)	

CMYK percentages

%0
%12.5
%35
%21.57

Codes

Color #C8AF82 in popluar color models

C8AF82
RGB200175130
HSL39°38.89%64.71%
HSB/HSV39°35.00%78.43%
CMYK0.00%12.50%35.00%
21.57%

Color #C8AF82 in popluar number systems.

HEXC8AF82
Decimal200175130
Binary110010001010111110000010
Octal310257202

Shades and tints

Shades of #C8AF82

#C8AF82
(200,175,130)
#B6A077
(182,160,119)
#A4916C
(164,145,108)
#928261
(146,130,97)
#807356
(128,115,86)
#6E644B
(110,100,75)
#5C5540
(92,85,64)
#4A4635
(74,70,53)
#38372A
(56,55,42)
#26281F
(38,40,31)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #C8AF82

#C8AF82
(200,175,130)
#CDB68D
(205,182,141)
#D2BD98
(210,189,152)
#D7C4A3
(215,196,163)
#DCCBAE
(220,203,174)
#E1D2B9
(225,210,185)
#E6D9C4
(230,217,196)
#EBE0CF
(235,224,207)
#F0E7DA
(240,231,218)
#F5EEE5
(245,238,229)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AF82; }

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

This text font color is #C8AF82.


Background Color

.myBgColor { background-color: #C8AF82; }

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

This div background color is #C8AF82.


Border color

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

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

This div border color is #C8AF82.


Opacity

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

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

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

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

This text has shadow with #C8AF82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AF82 on black background.


Color preview on white background

This text has color #C8AF82 on white background.



Black color preview on #C8AF82 background

This text has black color on #C8AF82 background.


White color preview on #C8AF82 background

This text has white color on #C8AF82 background.