COLOR #C8AC5B

HEX: #C8AC5B
RGB: (200,172,91)

Color info

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

RGB color model

#C8AC5B color RGB value is (200,172,91).

  • red value is 200;
  • green value is 172;
  • blue value is 91.
RGB:
(200,172,91)
(78%,67%,36%)

RGB channels and saturation

R 200 of 255 = 78%
G 172 of 255 = 67%
B 91 of 255 = 36%

200
172
91

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

Portions of RGB colors in percentages

R + G + B =
200 + 172 + 91 = 463 (100%)
R 200 of 463 ~ 43.2%
G 172 of 463 ~ 37.15%
B 91 of 463 ~ 19.65%

%43.2
%37.15
%19.65

CMYK color model

#C8AC5B color CMYK value is (0,14,55,22).

  • cyan value is 0.00%
  • magenta value is 14.00%
  • yellow value is 54.50%
  • key color value is 21.57%
CMYK:
(0,14,55,22)
C0M14Y55K22 
(0%,14%,55%,22%)
(0.00/0.14/0.55/0.22)	

CMYK percentages

%0
%14
%54.5
%21.57

Codes

Color #C8AC5B in popluar color models

C8AC5B
RGB20017291
HSL45°49.77%57.06%
HSB/HSV45°54.50%78.43%
CMYK0.00%14.00%54.50%
21.57%

Color #C8AC5B in popluar number systems.

HEXC8AC5B
Decimal20017291
Binary11001000101011001011011
Octal310254133

Shades and tints

Shades of #C8AC5B

#C8AC5B
(200,172,91)
#B69D53
(182,157,83)
#A48E4B
(164,142,75)
#927F43
(146,127,67)
#80703B
(128,112,59)
#6E6133
(110,97,51)
#5C522B
(92,82,43)
#4A4323
(74,67,35)
#38341B
(56,52,27)
#262513
(38,37,19)
#14160B
(20,22,11)
#000000
(0,0,0)

Tints of #C8AC5B

#C8AC5B
(200,172,91)
#CDB369
(205,179,105)
#D2BA77
(210,186,119)
#D7C185
(215,193,133)
#DCC893
(220,200,147)
#E1CFA1
(225,207,161)
#E6D6AF
(230,214,175)
#EBDDBD
(235,221,189)
#F0E4CB
(240,228,203)
#F5EBD9
(245,235,217)
#FAF2E7
(250,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8AC5B color. Also use rgb(200,172,91) instead hex code.

Text Font Color

.myTextColor { color: #C8AC5B; }

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

This text font color is #C8AC5B.


Background Color

.myBgColor { background-color: #C8AC5B; }

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

This div background color is #C8AC5B.


Border color

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

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

This div border color is #C8AC5B.


Opacity

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

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

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

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

This text has shadow with #C8AC5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AC5B on black background.


Color preview on white background

This text has color #C8AC5B on white background.



Black color preview on #C8AC5B background

This text has black color on #C8AC5B background.


White color preview on #C8AC5B background

This text has white color on #C8AC5B background.