COLOR #C8B462

HEX: #C8B462
RGB: (200,180,98)

Color info

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

RGB color model

#C8B462 color RGB value is (200,180,98).

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

RGB channels and saturation

R 200 of 255 = 78%
G 180 of 255 = 71%
B 98 of 255 = 38%

200
180
98

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

Portions of RGB colors in percentages

R + G + B =
200 + 180 + 98 = 478 (100%)
R 200 of 478 ~ 41.84%
G 180 of 478 ~ 37.66%
B 98 of 478 ~ 20.5%

%41.84
%37.66
%20.5

CMYK color model

#C8B462 color CMYK value is (0,10,51,22).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 51.00%
  • key color value is 21.57%
CMYK:
(0,10,51,22)
C0M10Y51K22 
(0%,10%,51%,22%)
(0.00/0.10/0.51/0.22)	

CMYK percentages

%0
%10
%51
%21.57

Codes

Color #C8B462 in popluar color models

C8B462
RGB20018098
HSL48°48.11%58.43%
HSB/HSV48°51.00%78.43%
CMYK0.00%10.00%51.00%
21.57%

Color #C8B462 in popluar number systems.

HEXC8B462
Decimal20018098
Binary11001000101101001100010
Octal310264142

Shades and tints

Shades of #C8B462

#C8B462
(200,180,98)
#B6A45A
(182,164,90)
#A49452
(164,148,82)
#92844A
(146,132,74)
#807442
(128,116,66)
#6E643A
(110,100,58)
#5C5432
(92,84,50)
#4A442A
(74,68,42)
#383422
(56,52,34)
#26241A
(38,36,26)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #C8B462

#C8B462
(200,180,98)
#CDBA70
(205,186,112)
#D2C07E
(210,192,126)
#D7C68C
(215,198,140)
#DCCC9A
(220,204,154)
#E1D2A8
(225,210,168)
#E6D8B6
(230,216,182)
#EBDEC4
(235,222,196)
#F0E4D2
(240,228,210)
#F5EAE0
(245,234,224)
#FAF0EE
(250,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B462; }

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

This text font color is #C8B462.


Background Color

.myBgColor { background-color: #C8B462; }

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

This div background color is #C8B462.


Border color

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

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

This div border color is #C8B462.


Opacity

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

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

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

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

This text has shadow with #C8B462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B462 on black background.


Color preview on white background

This text has color #C8B462 on white background.



Black color preview on #C8B462 background

This text has black color on #C8B462 background.


White color preview on #C8B462 background

This text has white color on #C8B462 background.