COLOR #C8A564

HEX: #C8A564
RGB: (200,165,100)

Color info

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

RGB color model

#C8A564 color RGB value is (200,165,100).

  • red value is 200;
  • green value is 165;
  • blue value is 100.
RGB:
(200,165,100)
(78%,65%,39%)

RGB channels and saturation

R 200 of 255 = 78%
G 165 of 255 = 65%
B 100 of 255 = 39%

200
165
100

R + G + B ~ 61%. #C8A564 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 165 + 100 = 465 (100%)
R 200 of 465 ~ 43.01%
G 165 of 465 ~ 35.48%
B 100 of 465 ~ 21.51%

%43.01
%35.48
%21.51

CMYK color model

#C8A564 color CMYK value is (0,18,50,22).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 50.00%
  • key color value is 21.57%
CMYK:
(0,18,50,22)
C0M18Y50K22 
(0%,18%,50%,22%)
(0.00/0.18/0.50/0.22)	

CMYK percentages

%0
%17.5
%50
%21.57

Codes

Color #C8A564 in popluar color models

C8A564
RGB200165100
HSL39°47.62%58.82%
HSB/HSV39°50.00%78.43%
CMYK0.00%17.50%50.00%
21.57%

Color #C8A564 in popluar number systems.

HEXC8A564
Decimal200165100
Binary11001000101001011100100
Octal310245144

Shades and tints

Shades of #C8A564

#C8A564
(200,165,100)
#B6965B
(182,150,91)
#A48752
(164,135,82)
#927849
(146,120,73)
#806940
(128,105,64)
#6E5A37
(110,90,55)
#5C4B2E
(92,75,46)
#4A3C25
(74,60,37)
#382D1C
(56,45,28)
#261E13
(38,30,19)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #C8A564

#C8A564
(200,165,100)
#CDAD72
(205,173,114)
#D2B580
(210,181,128)
#D7BD8E
(215,189,142)
#DCC59C
(220,197,156)
#E1CDAA
(225,205,170)
#E6D5B8
(230,213,184)
#EBDDC6
(235,221,198)
#F0E5D4
(240,229,212)
#F5EDE2
(245,237,226)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A564 color. Also use rgb(200,165,100) instead hex code.

Text Font Color

.myTextColor { color: #C8A564; }

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

This text font color is #C8A564.


Background Color

.myBgColor { background-color: #C8A564; }

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

This div background color is #C8A564.


Border color

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

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

This div border color is #C8A564.


Opacity

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

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

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

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

This text has shadow with #C8A564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A564 on black background.


Color preview on white background

This text has color #C8A564 on white background.



Black color preview on #C8A564 background

This text has black color on #C8A564 background.


White color preview on #C8A564 background

This text has white color on #C8A564 background.