#CECC84

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

Shades of Deco #CECC84

Tints of Deco #CECC84

Color information

#CECC84 (or 0xCECC84) is unknown color: approx Deco. HEX triplet: CE, CC and 84. RGB value is (206,204,132). Sum of RGB (Red+Green+Blue) = 206+204+132=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 132 (51.95% from 255 or 24.35% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECC84 is #31337B. Grayscale: #C4C4C4. Windows color (decimal): -3224444 or 8703182. OLE color: 8703182.

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

Color convert

RGB206204132-
CMYK00.010.360.19
HSL58.38º43.02%66.27%-
HSV(B)58.38º35.92%80.78%-
XYZ51.2157.9730.32-
YUV196.3991.66134.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.01%
GREEN value IS 204 (80.08% from 255) = 37.64%
BLUE value IS 132 (51.95% from 255) = 24.35%
R=38.01%
G=37.64%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620413200.010.360.1958.3843.0266.27
HexCECC840124133a2b42
Octal3163142040144237253102
Binary11001110110011001000010001100100100111110101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECC84; }

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

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

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

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

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

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

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

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