COLOR #C8C009

HEX: #C8C009
RGB: (200,192,9)

Color info

#C8C009 contains mainly red and green colors. Web safe color of #C8C009 is #CCCC00 (or #CC0).

RGB color model

#C8C009 color RGB value is (200,192,9).

  • red value is 200;
  • green value is 192;
  • blue value is 9.
RGB:
(200,192,9)
(78%,75%,4%)

RGB channels and saturation

R 200 of 255 = 78%
G 192 of 255 = 75%
B 9 of 255 = 4%

200
192
9

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

Portions of RGB colors in percentages

R + G + B =
200 + 192 + 9 = 401 (100%)
R 200 of 401 ~ 49.88%
G 192 of 401 ~ 47.88%
B 9 of 401 ~ 2.24%

%49.88
%47.88

CMYK color model

#C8C009 color CMYK value is (0,4,96,22).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 95.50%
  • key color value is 21.57%
CMYK:
(0,4,96,22)
C0M4Y96K22 
(0%,4%,96%,22%)
(0.00/0.04/0.96/0.22)	

CMYK percentages

%0
%4
%95.5
%21.57

Codes

Color #C8C009 in popluar color models

C8C009
RGB2001929
HSL57°91.39%40.98%
HSB/HSV57°95.50%78.43%
CMYK0.00%4.00%95.50%
21.57%

Color #C8C009 in popluar number systems.

HEXC8C009
Decimal2001929
Binary11001000110000001001
Octal31030011

Shades and tints

Shades of #C8C009

#C8C009
(200,192,9)
#B6AF09
(182,175,9)
#A49E09
(164,158,9)
#928D09
(146,141,9)
#807C09
(128,124,9)
#6E6B09
(110,107,9)
#5C5A09
(92,90,9)
#4A4909
(74,73,9)
#383809
(56,56,9)
#262709
(38,39,9)
#141609
(20,22,9)
#000000
(0,0,0)

Tints of #C8C009

#C8C009
(200,192,9)
#CDC51F
(205,197,31)
#D2CA35
(210,202,53)
#D7CF4B
(215,207,75)
#DCD461
(220,212,97)
#E1D977
(225,217,119)
#E6DE8D
(230,222,141)
#EBE3A3
(235,227,163)
#F0E8B9
(240,232,185)
#F5EDCF
(245,237,207)
#FAF2E5
(250,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C009 color. Also use rgb(200,192,9) instead hex code.

Text Font Color

.myTextColor { color: #C8C009; }

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

This text font color is #C8C009.


Background Color

.myBgColor { background-color: #C8C009; }

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

This div background color is #C8C009.


Border color

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

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

This div border color is #C8C009.


Opacity

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

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

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

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

This text has shadow with #C8C009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C009 on black background.


Color preview on white background

This text has color #C8C009 on white background.



Black color preview on #C8C009 background

This text has black color on #C8C009 background.


White color preview on #C8C009 background

This text has white color on #C8C009 background.