#CCCA90

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

Shades of Deco #CCCA90

Tints of Deco #CCCA90

Color information

#CCCA90 (or 0xCCCA90) is unknown color: approx Deco. HEX triplet: CC, CA and 90. RGB value is (204,202,144). Sum of RGB (Red+Green+Blue) = 204+202+144=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCA90 is #33356F. Grayscale: #C4C4C4. Windows color (decimal): -3356016 or 9489100. OLE color: 9489100.

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

Color convert

RGB204202144-
CMYK00.010.290.2
HSL58º37.04%68.24%-
HSV(B)58º29.41%80%-
XYZ51.0657.0934.71-
YUV195.9998.66133.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.09%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 144 (56.64% from 255) = 26.18%
R=37.09%
G=36.73%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420214400.010.290.25837.0468.24
HexCCCA90011D143a2544
Octal3143122200135247245104
Binary1100110011001010100100000111101101001110101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA90; }

 p { color: rgb(204,202,144); }

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

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

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

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

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

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

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