COLOR #C8CC5A

HEX: #C8CC5A
RGB: (200,204,90)

Color info

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

RGB color model

#C8CC5A color RGB value is (200,204,90).

  • red value is 200;
  • green value is 204;
  • blue value is 90.
RGB:
(200,204,90)
(78%,80%,35%)

RGB channels and saturation

R 200 of 255 = 78%
G 204 of 255 = 80%
B 90 of 255 = 35%

200
204
90

R + G + B ~ 64%. #C8CC5A is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 204 + 90 = 494 (100%)
R 200 of 494 ~ 40.49%
G 204 of 494 ~ 41.3%
B 90 of 494 ~ 18.22%

%40.49
%41.3
%18.22

CMYK color model

#C8CC5A color CMYK value is (2,0,56,20).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 55.88%
  • key color value is 20.00%
CMYK:
(2,0,56,20)
C2M0Y56K20 
(2%,0%,56%,20%)
(0.02/0.00/0.56/0.20)	

CMYK percentages

%1.96
%0
%55.88
%20

Codes

Color #C8CC5A in popluar color models

C8CC5A
RGB20020490
HSL62°52.78%57.65%
HSB/HSV62°55.88%80.00%
CMYK1.96%0.00%55.88%
20.00%

Color #C8CC5A in popluar number systems.

HEXC8CC5A
Decimal20020490
Binary11001000110011001011010
Octal310314132

Shades and tints

Shades of #C8CC5A

#C8CC5A
(200,204,90)
#B6BA52
(182,186,82)
#A4A84A
(164,168,74)
#929642
(146,150,66)
#80843A
(128,132,58)
#6E7232
(110,114,50)
#5C602A
(92,96,42)
#4A4E22
(74,78,34)
#383C1A
(56,60,26)
#262A12
(38,42,18)
#14180A
(20,24,10)
#000000
(0,0,0)

Tints of #C8CC5A

#C8CC5A
(200,204,90)
#CDD069
(205,208,105)
#D2D478
(210,212,120)
#D7D887
(215,216,135)
#DCDC96
(220,220,150)
#E1E0A5
(225,224,165)
#E6E4B4
(230,228,180)
#EBE8C3
(235,232,195)
#F0ECD2
(240,236,210)
#F5F0E1
(245,240,225)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8CC5A color. Also use rgb(200,204,90) instead hex code.

Text Font Color

.myTextColor { color: #C8CC5A; }

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

This text font color is #C8CC5A.


Background Color

.myBgColor { background-color: #C8CC5A; }

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

This div background color is #C8CC5A.


Border color

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

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

This div border color is #C8CC5A.


Opacity

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

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

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

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

This text has shadow with #C8CC5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CC5A on black background.


Color preview on white background

This text has color #C8CC5A on white background.



Black color preview on #C8CC5A background

This text has black color on #C8CC5A background.


White color preview on #C8CC5A background

This text has white color on #C8CC5A background.