COLOR #C8B164

HEX: #C8B164
RGB: (200,177,100)

Color info

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

RGB color model

#C8B164 color RGB value is (200,177,100).

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

RGB channels and saturation

R 200 of 255 = 78%
G 177 of 255 = 69%
B 100 of 255 = 39%

200
177
100

R + G + B ~ 62%. #C8B164 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 177 + 100 = 477 (100%)
R 200 of 477 ~ 41.93%
G 177 of 477 ~ 37.11%
B 100 of 477 ~ 20.96%

%41.93
%37.11
%20.96

CMYK color model

#C8B164 color CMYK value is (0,12,50,22).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 50.00%
  • key color value is 21.57%
CMYK:
(0,12,50,22)
C0M12Y50K22 
(0%,12%,50%,22%)
(0.00/0.12/0.50/0.22)	

CMYK percentages

%0
%11.5
%50
%21.57

Codes

Color #C8B164 in popluar color models

C8B164
RGB200177100
HSL46°47.62%58.82%
HSB/HSV46°50.00%78.43%
CMYK0.00%11.50%50.00%
21.57%

Color #C8B164 in popluar number systems.

HEXC8B164
Decimal200177100
Binary11001000101100011100100
Octal310261144

Shades and tints

Shades of #C8B164

#C8B164
(200,177,100)
#B6A15B
(182,161,91)
#A49152
(164,145,82)
#928149
(146,129,73)
#807140
(128,113,64)
#6E6137
(110,97,55)
#5C512E
(92,81,46)
#4A4125
(74,65,37)
#38311C
(56,49,28)
#262113
(38,33,19)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #C8B164

#C8B164
(200,177,100)
#CDB872
(205,184,114)
#D2BF80
(210,191,128)
#D7C68E
(215,198,142)
#DCCD9C
(220,205,156)
#E1D4AA
(225,212,170)
#E6DBB8
(230,219,184)
#EBE2C6
(235,226,198)
#F0E9D4
(240,233,212)
#F5F0E2
(245,240,226)
#FAF7F0
(250,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B164; }

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

This text font color is #C8B164.


Background Color

.myBgColor { background-color: #C8B164; }

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

This div background color is #C8B164.


Border color

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

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

This div border color is #C8B164.


Opacity

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

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

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

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

This text has shadow with #C8B164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B164 on black background.


Color preview on white background

This text has color #C8B164 on white background.



Black color preview on #C8B164 background

This text has black color on #C8B164 background.


White color preview on #C8B164 background

This text has white color on #C8B164 background.