#CCCC8C

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

Shades of Deco #CCCC8C

Tints of Deco #CCCC8C

Color information

#CCCC8C (or 0xCCCC8C) is unknown color: approx Deco. HEX triplet: CC, CC and 8C. RGB value is (204,204,140). Sum of RGB (Red+Green+Blue) = 204+204+140=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC8C is #333373. Grayscale: #C4C4C4. Windows color (decimal): -3355508 or 9227468. OLE color: 9227468.

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

Color convert

RGB204204140-
CMYK000.310.2
HSL60º38.55%67.45%-
HSV(B)60º31.37%80%-
XYZ51.2357.9233.29-
YUV196.796133.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 204 (80.08% from 255) = 37.23%
BLUE value IS 140 (55.08% from 255) = 25.55%
R=37.23%
G=37.23%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204140000.310.26038.5567.45
HexCCCC8C001F143c2743
Octal3143142140037247447103
Binary1100110011001100100011000011111101001111001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC8C; }

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

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

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

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

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

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

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

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