#CECC8A

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

Shades of Deco #CECC8A

Tints of Deco #CECC8A

Color information

#CECC8A (or 0xCECC8A) is unknown color: approx Deco. HEX triplet: CE, CC and 8A. RGB value is (206,204,138). Sum of RGB (Red+Green+Blue) = 206+204+138=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECC8A is #313375. Grayscale: #C5C5C5. Windows color (decimal): -3224438 or 9096398. OLE color: 9096398.

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

Color convert

RGB206204138-
CMYK00.010.330.19
HSL58.24º40.96%67.45%-
HSV(B)58.24º33.01%80.78%-
XYZ51.6358.1432.55-
YUV197.0794.66134.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.59%
GREEN value IS 204 (80.08% from 255) = 37.23%
BLUE value IS 138 (54.30% from 255) = 25.18%
R=37.59%
G=37.23%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620413800.010.330.1958.2440.9667.45
HexCECC8A0121133a2943
Octal3163142120141237251103
Binary11001110110011001000101001100001100111110101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECC8A; }

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

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

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

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

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

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

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

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