COLOR #C8A85C

HEX: #C8A85C
RGB: (200,168,92)

Color info

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

RGB color model

#C8A85C color RGB value is (200,168,92).

  • red value is 200;
  • green value is 168;
  • blue value is 92.
RGB:
(200,168,92)
(78%,66%,36%)

RGB channels and saturation

R 200 of 255 = 78%
G 168 of 255 = 66%
B 92 of 255 = 36%

200
168
92

R + G + B ~ 60%. #C8A85C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
200 + 168 + 92 = 460 (100%)
R 200 of 460 ~ 43.48%
G 168 of 460 ~ 36.52%
B 92 of 460 ~ 20%

%43.48
%36.52
%20

CMYK color model

#C8A85C color CMYK value is (0,16,54,22).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 54.00%
  • key color value is 21.57%
CMYK:
(0,16,54,22)
C0M16Y54K22 
(0%,16%,54%,22%)
(0.00/0.16/0.54/0.22)	

CMYK percentages

%0
%16
%54
%21.57

Codes

Color #C8A85C in popluar color models

C8A85C
RGB20016892
HSL42°49.54%57.25%
HSB/HSV42°54.00%78.43%
CMYK0.00%16.00%54.00%
21.57%

Color #C8A85C in popluar number systems.

HEXC8A85C
Decimal20016892
Binary11001000101010001011100
Octal310250134

Shades and tints

Shades of #C8A85C

#C8A85C
(200,168,92)
#B69954
(182,153,84)
#A48A4C
(164,138,76)
#927B44
(146,123,68)
#806C3C
(128,108,60)
#6E5D34
(110,93,52)
#5C4E2C
(92,78,44)
#4A3F24
(74,63,36)
#38301C
(56,48,28)
#262114
(38,33,20)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #C8A85C

#C8A85C
(200,168,92)
#CDAF6A
(205,175,106)
#D2B678
(210,182,120)
#D7BD86
(215,189,134)
#DCC494
(220,196,148)
#E1CBA2
(225,203,162)
#E6D2B0
(230,210,176)
#EBD9BE
(235,217,190)
#F0E0CC
(240,224,204)
#F5E7DA
(245,231,218)
#FAEEE8
(250,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A85C color. Also use rgb(200,168,92) instead hex code.

Text Font Color

.myTextColor { color: #C8A85C; }

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

This text font color is #C8A85C.


Background Color

.myBgColor { background-color: #C8A85C; }

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

This div background color is #C8A85C.


Border color

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

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

This div border color is #C8A85C.


Opacity

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

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

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

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

This text has shadow with #C8A85C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A85C on black background.


Color preview on white background

This text has color #C8A85C on white background.



Black color preview on #C8A85C background

This text has black color on #C8A85C background.


White color preview on #C8A85C background

This text has white color on #C8A85C background.