#CCCC8E

Color #CCCC8E Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CCCC8E

Tints of Deco #CCCC8E

Color information

#CCCC8E (or 0xCCCC8E) is unknown color: approx Deco. HEX triplet: CC, CC and 8E. RGB value is (204,204,142). Sum of RGB (Red+Green+Blue) = 204+204+142=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC8E is #333371. Grayscale: #C5C5C5. Windows color (decimal): -3355506 or 9358540. OLE color: 9358540.

HSL color Cylindrical-coordinate representation of color #CCCC8E: hue angle of 60º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCCC8E is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204204142-
CMYK000.300.2
HSL60º37.8%67.84%-
HSV(B)60º30.39%80%-
XYZ51.3857.9834.07-
YUV196.9397133.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 37.09%
GREEN value IS 204 (80.08% from 255) = 37.09%
BLUE value IS 142 (55.86% from 255) = 25.82%
R=37.09%
G=37.09%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204142000.300.26037.867.84
HexCCCC8E001E143c2644
Octal3143142160036247446104
Binary1100110011001100100011100011110101001111001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC8E; }

 p { color: rgb(204,204,142); }

 H1.HeaderClassName
 {
   color: #CCCC8E;
 }
 .AnyTagClassName
 {
   color: #CCCC8E;
 }
</style>
background-color css

<style>
 a { background-color: #CCCC8E; }

 a { background-color: rgb(204,204,142); }

 div.DivClassName
 {
   background-color: #CCCC8E;
 }
 .BgClassName
 {
   background-color: #CCCC8E;
 }
</style>
border-color css

<style>
 span { border-color: #CCCC8E; }

 span { border-color: rgb(204,204,142); }

 td.TdClassName
 {
   border-color: #CCCC8E;
 }
 .TagClassName
 {
   border-color: #CCCC8E;
 }
</style>