COLOR #C8A476

HEX: #C8A476
RGB: (200,164,118)

Color info

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

RGB color model

#C8A476 color RGB value is (200,164,118).

  • red value is 200;
  • green value is 164;
  • blue value is 118.
RGB:
(200,164,118)
(78%,64%,46%)

RGB channels and saturation

R 200 of 255 = 78%
G 164 of 255 = 64%
B 118 of 255 = 46%

200
164
118

R + G + B ~ 63%. #C8A476 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 164 + 118 = 482 (100%)
R 200 of 482 ~ 41.49%
G 164 of 482 ~ 34.02%
B 118 of 482 ~ 24.48%

%41.49
%34.02
%24.48

CMYK color model

#C8A476 color CMYK value is (0,18,41,22).

  • cyan value is 0.00%
  • magenta value is 18.00%
  • yellow value is 41.00%
  • key color value is 21.57%
CMYK:
(0,18,41,22)
C0M18Y41K22 
(0%,18%,41%,22%)
(0.00/0.18/0.41/0.22)	

CMYK percentages

%0
%18
%41
%21.57

Codes

Color #C8A476 in popluar color models

C8A476
RGB200164118
HSL34°42.71%62.35%
HSB/HSV34°41.00%78.43%
CMYK0.00%18.00%41.00%
21.57%

Color #C8A476 in popluar number systems.

HEXC8A476
Decimal200164118
Binary11001000101001001110110
Octal310244166

Shades and tints

Shades of #C8A476

#C8A476
(200,164,118)
#B6966C
(182,150,108)
#A48862
(164,136,98)
#927A58
(146,122,88)
#806C4E
(128,108,78)
#6E5E44
(110,94,68)
#5C503A
(92,80,58)
#4A4230
(74,66,48)
#383426
(56,52,38)
#26261C
(38,38,28)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #C8A476

#C8A476
(200,164,118)
#CDAC82
(205,172,130)
#D2B48E
(210,180,142)
#D7BC9A
(215,188,154)
#DCC4A6
(220,196,166)
#E1CCB2
(225,204,178)
#E6D4BE
(230,212,190)
#EBDCCA
(235,220,202)
#F0E4D6
(240,228,214)
#F5ECE2
(245,236,226)
#FAF4EE
(250,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A476 color. Also use rgb(200,164,118) instead hex code.

Text Font Color

.myTextColor { color: #C8A476; }

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

This text font color is #C8A476.


Background Color

.myBgColor { background-color: #C8A476; }

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

This div background color is #C8A476.


Border color

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

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

This div border color is #C8A476.


Opacity

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

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

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

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

This text has shadow with #C8A476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A476 on black background.


Color preview on white background

This text has color #C8A476 on white background.



Black color preview on #C8A476 background

This text has black color on #C8A476 background.


White color preview on #C8A476 background

This text has white color on #C8A476 background.