COLOR #C8B976

HEX: #C8B976 RGB: (200,185,118)

Color info

#C8B976 contains mainly red and green colors. Web safe color of #C8B976 is #CCCC66 (or #CC6).

RGB color model

#C8B976 color RGB value is (200,185,118).

RGB: (200,185,118) (78%, 73%, 46%)

RGB channels and saturation

R 200 of 255 = 78%
G 185 of 255 = 73%
B 118 of 255 = 46%

200
185
118

R + G + B ~ 66%. #C8B976 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 185 + 118 = 503 (100%)
R 200 of 503 ~ 39.76%
G 185 of 503 ~ 36.78%
B 118 of 503 ~ 23.46'%

%39.76
%36.78
%23.46

CMYK color model

#C8B976 color CMYK value is (0,8,41,22).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 41.00%
  • key color value is 21.57%
CMYK: (0,8,41,22) C0M8Y41K22 (0%,8%,41%,22%) (0.00/0.08/0.41/0.22) 

CMYK percentages

%0
%7.5
%41
%21.57

Codes

Color #C8B976 in popluar color models

C8 B9 76
RGB 200 185 118
HSL 49° 42.71% 62.35%
HSB/HSV 49° 41.00% 78.43%
CMYK 0.00% 7.50% 41.00%
21.57%

Color #C8B976 in popluar number systems.

HEX C8 B9 76
Decimal 200 185 118
Binary 11001000 10111001 1110110
Octal 310 271 166

Shades and tints

Shades of #C8B976

#C8B976
(200,185,118)
#B6A96C
(182,169,108)
#A49962
(164,153,98)
#928958
(146,137,88)
#80794E
(128,121,78)
#6E6944
(110,105,68)
#5C593A
(92,89,58)
#4A4930
(74,73,48)
#383926
(56,57,38)
#26291C
(38,41,28)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #C8B976

#C8B976
(200,185,118)
#CDBF82
(205,191,130)
#D2C58E
(210,197,142)
#D7CB9A
(215,203,154)
#DCD1A6
(220,209,166)
#E1D7B2
(225,215,178)
#E6DDBE
(230,221,190)
#EBE3CA
(235,227,202)
#F0E9D6
(240,233,214)
#F5EFE2
(245,239,226)
#FAF5EE
(250,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B976; }

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

This text font color is #C8B976.

Background Color

.myBgColor { background-color: #C8B976; }

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

This div background color is #C8B976.

Border color

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

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

This div border color is #C8B976.

Opacity

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

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

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

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

This text has shadow with #C8B976 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B976.

Preview

Color preview on black background

This text has color #C8B976 on black background.


Color preview on white background

This text has color #C8B976 on white background.


Black color preview on #C8B976 background

This text has black color on #C8B976 background.


White color preview on #C8B976 background

This text has white color on #C8B976 background.


Related colors

Complementary color

Complementary color for #hex is #374689.


I love getcolorcode.com

Triadic colors

1 #76C8B9 and #B976C8 with #C8B976 are triadic colors.

2 #76B9C8 and #B9C876 with #C8B976 are triadic colors.