COLOR #C8BD59

HEX: #C8BD59
RGB: (200,189,89)

Color info

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

RGB color model

#C8BD59 color RGB value is (200,189,89).

  • red value is 200;
  • green value is 189;
  • blue value is 89.
RGB:
(200,189,89)
(78%,74%,35%)

RGB channels and saturation

R 200 of 255 = 78%
G 189 of 255 = 74%
B 89 of 255 = 35%

200
189
89

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

Portions of RGB colors in percentages

R + G + B =
200 + 189 + 89 = 478 (100%)
R 200 of 478 ~ 41.84%
G 189 of 478 ~ 39.54%
B 89 of 478 ~ 18.62%

%41.84
%39.54
%18.62

CMYK color model

#C8BD59 color CMYK value is (0,5,56,22).

  • cyan value is 0.00%
  • magenta value is 5.50%
  • yellow value is 55.50%
  • key color value is 21.57%
CMYK:
(0,5,56,22)
C0M5Y56K22 
(0%,5%,56%,22%)
(0.00/0.05/0.56/0.22)	

CMYK percentages

%0
%5.5
%55.5
%21.57

Codes

Color #C8BD59 in popluar color models

C8BD59
RGB20018989
HSL54°50.23%56.67%
HSB/HSV54°55.50%78.43%
CMYK0.00%5.50%55.50%
21.57%

Color #C8BD59 in popluar number systems.

HEXC8BD59
Decimal20018989
Binary11001000101111011011001
Octal310275131

Shades and tints

Shades of #C8BD59

#C8BD59
(200,189,89)
#B6AC51
(182,172,81)
#A49B49
(164,155,73)
#928A41
(146,138,65)
#807939
(128,121,57)
#6E6831
(110,104,49)
#5C5729
(92,87,41)
#4A4621
(74,70,33)
#383519
(56,53,25)
#262411
(38,36,17)
#141309
(20,19,9)
#000000
(0,0,0)

Tints of #C8BD59

#C8BD59
(200,189,89)
#CDC368
(205,195,104)
#D2C977
(210,201,119)
#D7CF86
(215,207,134)
#DCD595
(220,213,149)
#E1DBA4
(225,219,164)
#E6E1B3
(230,225,179)
#EBE7C2
(235,231,194)
#F0EDD1
(240,237,209)
#F5F3E0
(245,243,224)
#FAF9EF
(250,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BD59 color. Also use rgb(200,189,89) instead hex code.

Text Font Color

.myTextColor { color: #C8BD59; }

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

This text font color is #C8BD59.


Background Color

.myBgColor { background-color: #C8BD59; }

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

This div background color is #C8BD59.


Border color

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

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

This div border color is #C8BD59.


Opacity

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

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

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

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

This text has shadow with #C8BD59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BD59 on black background.


Color preview on white background

This text has color #C8BD59 on white background.



Black color preview on #C8BD59 background

This text has black color on #C8BD59 background.


White color preview on #C8BD59 background

This text has white color on #C8BD59 background.