#CECC90

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

Shades of Deco #CECC90

Tints of Deco #CECC90

Color information

#CECC90 (or 0xCECC90) is unknown color: approx Deco. HEX triplet: CE, CC and 90. RGB value is (206,204,144). Sum of RGB (Red+Green+Blue) = 206+204+144=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECC90 is #31336F. Grayscale: #C6C6C6. Windows color (decimal): -3224432 or 9489614. OLE color: 9489614.

HSL color Cylindrical-coordinate representation of color #CECC90: hue angle of 58.06º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CECC90 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB206204144-
CMYK00.010.300.19
HSL58.06º38.75%68.63%-
HSV(B)58.06º30.1%80.78%-
XYZ52.0858.3234.9-
YUV197.7697.66133.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 204 (80.08% from 255) = 36.82%
BLUE value IS 144 (56.64% from 255) = 25.99%
R=37.18%
G=36.82%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620414400.010.300.1958.0638.7568.63
HexCECC90011E133a2745
Octal3163142200136237247105
Binary1100111011001100100100000111110100111110101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECC90; }

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

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

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

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

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

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

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

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