COLOR #C8AD57

HEX: #C8AD57
RGB: (200,173,87)

Color info

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

RGB color model

#C8AD57 color RGB value is (200,173,87).

  • red value is 200;
  • green value is 173;
  • blue value is 87.
RGB:
(200,173,87)
(78%,68%,34%)

RGB channels and saturation

R 200 of 255 = 78%
G 173 of 255 = 68%
B 87 of 255 = 34%

200
173
87

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

Portions of RGB colors in percentages

R + G + B =
200 + 173 + 87 = 460 (100%)
R 200 of 460 ~ 43.48%
G 173 of 460 ~ 37.61%
B 87 of 460 ~ 18.91%

%43.48
%37.61
%18.91

CMYK color model

#C8AD57 color CMYK value is (0,14,57,22).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 56.50%
  • key color value is 21.57%
CMYK:
(0,14,57,22)
C0M14Y57K22 
(0%,14%,57%,22%)
(0.00/0.14/0.57/0.22)	

CMYK percentages

%0
%13.5
%56.5
%21.57

Codes

Color #C8AD57 in popluar color models

C8AD57
RGB20017387
HSL46°50.67%56.27%
HSB/HSV46°56.50%78.43%
CMYK0.00%13.50%56.50%
21.57%

Color #C8AD57 in popluar number systems.

HEXC8AD57
Decimal20017387
Binary11001000101011011010111
Octal310255127

Shades and tints

Shades of #C8AD57

#C8AD57
(200,173,87)
#B69E50
(182,158,80)
#A48F49
(164,143,73)
#928042
(146,128,66)
#80713B
(128,113,59)
#6E6234
(110,98,52)
#5C532D
(92,83,45)
#4A4426
(74,68,38)
#38351F
(56,53,31)
#262618
(38,38,24)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #C8AD57

#C8AD57
(200,173,87)
#CDB466
(205,180,102)
#D2BB75
(210,187,117)
#D7C284
(215,194,132)
#DCC993
(220,201,147)
#E1D0A2
(225,208,162)
#E6D7B1
(230,215,177)
#EBDEC0
(235,222,192)
#F0E5CF
(240,229,207)
#F5ECDE
(245,236,222)
#FAF3ED
(250,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8AD57 color. Also use rgb(200,173,87) instead hex code.

Text Font Color

.myTextColor { color: #C8AD57; }

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

This text font color is #C8AD57.


Background Color

.myBgColor { background-color: #C8AD57; }

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

This div background color is #C8AD57.


Border color

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

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

This div border color is #C8AD57.


Opacity

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

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

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

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

This text has shadow with #C8AD57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AD57 on black background.


Color preview on white background

This text has color #C8AD57 on white background.



Black color preview on #C8AD57 background

This text has black color on #C8AD57 background.


White color preview on #C8AD57 background

This text has white color on #C8AD57 background.