#CECC87

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

Shades of Deco #CECC87

Tints of Deco #CECC87

Color information

#CECC87 (or 0xCECC87) is unknown color: approx Deco. HEX triplet: CE, CC and 87. RGB value is (206,204,135). Sum of RGB (Red+Green+Blue) = 206+204+135=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 135 (53.12% from 255 or 24.77% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECC87 is #313378. Grayscale: #C5C5C5. Windows color (decimal): -3224441 or 8899790. OLE color: 8899790.

HSL color Cylindrical-coordinate representation of color #CECC87: hue angle of 58.31º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CECC87 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB206204135-
CMYK00.010.340.19
HSL58.31º42.01%66.86%-
HSV(B)58.31º34.47%80.78%-
XYZ51.4258.0631.42-
YUV196.7393.16134.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.80%
GREEN value IS 204 (80.08% from 255) = 37.43%
BLUE value IS 135 (53.12% from 255) = 24.77%
R=37.80%
G=37.43%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620413500.010.340.1958.3142.0166.86
HexCECC870122133a2a43
Octal3163142070142237252103
Binary11001110110011001000011101100010100111110101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECC87; }

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

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

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

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

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

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

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

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