COLOR #C8B261

HEX: #C8B261
RGB: (200,178,97)

Color info

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

RGB color model

#C8B261 color RGB value is (200,178,97).

  • red value is 200;
  • green value is 178;
  • blue value is 97.
RGB:
(200,178,97)
(78%,70%,38%)

RGB channels and saturation

R 200 of 255 = 78%
G 178 of 255 = 70%
B 97 of 255 = 38%

200
178
97

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

Portions of RGB colors in percentages

R + G + B =
200 + 178 + 97 = 475 (100%)
R 200 of 475 ~ 42.11%
G 178 of 475 ~ 37.47%
B 97 of 475 ~ 20.42%

%42.11
%37.47
%20.42

CMYK color model

#C8B261 color CMYK value is (0,11,52,22).

  • cyan value is 0.00%
  • magenta value is 11.00%
  • yellow value is 51.50%
  • key color value is 21.57%
CMYK:
(0,11,52,22)
C0M11Y52K22 
(0%,11%,52%,22%)
(0.00/0.11/0.52/0.22)	

CMYK percentages

%0
%11
%51.5
%21.57

Codes

Color #C8B261 in popluar color models

C8B261
RGB20017897
HSL47°48.36%58.24%
HSB/HSV47°51.50%78.43%
CMYK0.00%11.00%51.50%
21.57%

Color #C8B261 in popluar number systems.

HEXC8B261
Decimal20017897
Binary11001000101100101100001
Octal310262141

Shades and tints

Shades of #C8B261

#C8B261
(200,178,97)
#B6A259
(182,162,89)
#A49251
(164,146,81)
#928249
(146,130,73)
#807241
(128,114,65)
#6E6239
(110,98,57)
#5C5231
(92,82,49)
#4A4229
(74,66,41)
#383221
(56,50,33)
#262219
(38,34,25)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #C8B261

#C8B261
(200,178,97)
#CDB96F
(205,185,111)
#D2C07D
(210,192,125)
#D7C78B
(215,199,139)
#DCCE99
(220,206,153)
#E1D5A7
(225,213,167)
#E6DCB5
(230,220,181)
#EBE3C3
(235,227,195)
#F0EAD1
(240,234,209)
#F5F1DF
(245,241,223)
#FAF8ED
(250,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B261 color. Also use rgb(200,178,97) instead hex code.

Text Font Color

.myTextColor { color: #C8B261; }

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

This text font color is #C8B261.


Background Color

.myBgColor { background-color: #C8B261; }

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

This div background color is #C8B261.


Border color

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

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

This div border color is #C8B261.


Opacity

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

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

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

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

This text has shadow with #C8B261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B261 on black background.


Color preview on white background

This text has color #C8B261 on white background.



Black color preview on #C8B261 background

This text has black color on #C8B261 background.


White color preview on #C8B261 background

This text has white color on #C8B261 background.