#cecc78

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

Shades of Deco #CECC78

Tints of Deco #CECC78

Color information

#CECC78 (or 0xCECC78) is unknown color: approx Deco. HEX triplet: CE, CC and 78. RGB value is (206,204,120). Sum of RGB (Red+Green+Blue) = 206+204+120=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC78 is #313387. Grayscale: #C3C3C3. Windows color (decimal): -3224456 or 7916750. OLE color: 7916750.

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

Color convert

RGB206204120-
CMYK00.010.420.19
HSL58.6º46.74%63.92%-
HSV(B)58.6º41.75%80.78%-
XYZ50.4457.6626.24-
YUV195.0285.66135.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.87%
GREEN value IS 204 (80.08% from 255) = 38.49%
BLUE value IS 120 (47.27% from 255) = 22.64%
R=38.87%
G=38.49%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620412000.010.420.1958.646.7463.92
HexCECC78012A133b2f40
Octal3163141700152237357100
Binary1100111011001100111100001101010100111110111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cecc78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cecc78; }

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

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

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

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

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

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

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

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