COLOR #C8B072

HEX: #C8B072
RGB: (200,176,114)

Color info

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

RGB color model

#C8B072 color RGB value is (200,176,114).

  • red value is 200;
  • green value is 176;
  • blue value is 114.
RGB:
(200,176,114)
(78%,69%,45%)

RGB channels and saturation

R 200 of 255 = 78%
G 176 of 255 = 69%
B 114 of 255 = 45%

200
176
114

R + G + B ~ 64%. #C8B072 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 176 + 114 = 490 (100%)
R 200 of 490 ~ 40.82%
G 176 of 490 ~ 35.92%
B 114 of 490 ~ 23.27%

%40.82
%35.92
%23.27

CMYK color model

#C8B072 color CMYK value is (0,12,43,22).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 43.00%
  • key color value is 21.57%
CMYK:
(0,12,43,22)
C0M12Y43K22 
(0%,12%,43%,22%)
(0.00/0.12/0.43/0.22)	

CMYK percentages

%0
%12
%43
%21.57

Codes

Color #C8B072 in popluar color models

C8B072
RGB200176114
HSL43°43.88%61.57%
HSB/HSV43°43.00%78.43%
CMYK0.00%12.00%43.00%
21.57%

Color #C8B072 in popluar number systems.

HEXC8B072
Decimal200176114
Binary11001000101100001110010
Octal310260162

Shades and tints

Shades of #C8B072

#C8B072
(200,176,114)
#B6A068
(182,160,104)
#A4905E
(164,144,94)
#928054
(146,128,84)
#80704A
(128,112,74)
#6E6040
(110,96,64)
#5C5036
(92,80,54)
#4A402C
(74,64,44)
#383022
(56,48,34)
#262018
(38,32,24)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #C8B072

#C8B072
(200,176,114)
#CDB77E
(205,183,126)
#D2BE8A
(210,190,138)
#D7C596
(215,197,150)
#DCCCA2
(220,204,162)
#E1D3AE
(225,211,174)
#E6DABA
(230,218,186)
#EBE1C6
(235,225,198)
#F0E8D2
(240,232,210)
#F5EFDE
(245,239,222)
#FAF6EA
(250,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B072 color. Also use rgb(200,176,114) instead hex code.

Text Font Color

.myTextColor { color: #C8B072; }

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

This text font color is #C8B072.


Background Color

.myBgColor { background-color: #C8B072; }

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

This div background color is #C8B072.


Border color

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

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

This div border color is #C8B072.


Opacity

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

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

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

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

This text has shadow with #C8B072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B072 on black background.


Color preview on white background

This text has color #C8B072 on white background.



Black color preview on #C8B072 background

This text has black color on #C8B072 background.


White color preview on #C8B072 background

This text has white color on #C8B072 background.