#CECD87

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

Shades of Deco #CECD87

Tints of Deco #CECD87

Color information

#CECD87 (or 0xCECD87) is unknown color: approx Deco. HEX triplet: CE, CD and 87. RGB value is (206,205,135). Sum of RGB (Red+Green+Blue) = 206+205+135=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 135 (53.12% from 255 or 24.73% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECD87 is #313278. Grayscale: #C5C5C5. Windows color (decimal): -3224185 or 8900046. OLE color: 8900046.

HSL color Cylindrical-coordinate representation of color #CECD87: hue angle of 59.15º 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 #CECD87 is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB206205135-
CMYK00.000.340.19
HSL59.15º42.01%66.86%-
HSV(B)59.15º34.47%80.78%-
XYZ51.6658.5331.5-
YUV197.3292.83134.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.73%
GREEN value IS 205 (80.47% from 255) = 37.55%
BLUE value IS 135 (53.12% from 255) = 24.73%
R=37.73%
G=37.55%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620513500.000.340.1959.1542.0166.86
HexCECD870022133b2a43
Octal3163152070042237352103
Binary11001110110011011000011100100010100111110111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECD87; }

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

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

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

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

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

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

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

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