#CECC72

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

Shades of Deco #CECC72

Tints of Deco #CECC72

Color information

#CECC72 (or 0xCECC72) is unknown color: approx Deco. HEX triplet: CE, CC and 72. RGB value is (206,204,114). Sum of RGB (Red+Green+Blue) = 206+204+114=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC72 is #31338D. Grayscale: #C2C2C2. Windows color (decimal): -3224462 or 7523534. OLE color: 7523534.

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

Color convert

RGB206204114-
CMYK00.010.450.19
HSL58.7º48.42%62.75%-
HSV(B)58.7º44.66%80.78%-
XYZ50.0857.5224.38-
YUV194.3482.66136.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 204 (80.08% from 255) = 38.93%
BLUE value IS 114 (44.92% from 255) = 21.76%
R=39.31%
G=38.93%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620411400.010.450.1958.748.4262.75
HexCECC72012D133b303f
Octal316314162015523736077
Binary110011101100110011100100110110110011111011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECC72; }

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

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

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

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

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

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

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

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