COLOR #C8B439

HEX: #C8B439
RGB: (200,180,57)

Color info

#C8B439 contains mainly red and green colors. Web safe color of #C8B439 is #CCCC33 (or #CC3).

RGB color model

#C8B439 color RGB value is (200,180,57).

  • red value is 200;
  • green value is 180;
  • blue value is 57.
RGB:
(200,180,57)
(78%,71%,22%)

RGB channels and saturation

R 200 of 255 = 78%
G 180 of 255 = 71%
B 57 of 255 = 22%

200
180
57

R + G + B ~ 57%. #C8B439 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
200 + 180 + 57 = 437 (100%)
R 200 of 437 ~ 45.77%
G 180 of 437 ~ 41.19%
B 57 of 437 ~ 13.04%

%45.77
%41.19
%13.04

CMYK color model

#C8B439 color CMYK value is (0,10,72,22).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 71.50%
  • key color value is 21.57%
CMYK:
(0,10,72,22)
C0M10Y72K22 
(0%,10%,72%,22%)
(0.00/0.10/0.72/0.22)	

CMYK percentages

%0
%10
%71.5
%21.57

Codes

Color #C8B439 in popluar color models

C8B439
RGB20018057
HSL52°56.52%50.39%
HSB/HSV52°71.50%78.43%
CMYK0.00%10.00%71.50%
21.57%

Color #C8B439 in popluar number systems.

HEXC8B439
Decimal20018057
Binary1100100010110100111001
Octal31026471

Shades and tints

Shades of #C8B439

#C8B439
(200,180,57)
#B6A434
(182,164,52)
#A4942F
(164,148,47)
#92842A
(146,132,42)
#807425
(128,116,37)
#6E6420
(110,100,32)
#5C541B
(92,84,27)
#4A4416
(74,68,22)
#383411
(56,52,17)
#26240C
(38,36,12)
#141407
(20,20,7)
#000000
(0,0,0)

Tints of #C8B439

#C8B439
(200,180,57)
#CDBA4B
(205,186,75)
#D2C05D
(210,192,93)
#D7C66F
(215,198,111)
#DCCC81
(220,204,129)
#E1D293
(225,210,147)
#E6D8A5
(230,216,165)
#EBDEB7
(235,222,183)
#F0E4C9
(240,228,201)
#F5EADB
(245,234,219)
#FAF0ED
(250,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B439 color. Also use rgb(200,180,57) instead hex code.

Text Font Color

.myTextColor { color: #C8B439; }

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

This text font color is #C8B439.


Background Color

.myBgColor { background-color: #C8B439; }

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

This div background color is #C8B439.


Border color

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

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

This div border color is #C8B439.


Opacity

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

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

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

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

This text has shadow with #C8B439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B439 on black background.


Color preview on white background

This text has color #C8B439 on white background.



Black color preview on #C8B439 background

This text has black color on #C8B439 background.


White color preview on #C8B439 background

This text has white color on #C8B439 background.