#CECB80

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

Shades of Deco #CECB80

Tints of Deco #CECB80

Color information

#CECB80 (or 0xCECB80) is unknown color: approx Deco. HEX triplet: CE, CB and 80. RGB value is (206,203,128). Sum of RGB (Red+Green+Blue) = 206+203+128=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECB80 is #31347F. Grayscale: #C3C3C3. Windows color (decimal): -3224704 or 8440782. OLE color: 8440782.

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

Color convert

RGB206203128-
CMYK00.010.380.19
HSL57.69º44.32%65.49%-
HSV(B)57.69º37.86%80.78%-
XYZ50.7157.3928.83-
YUV195.3589.99135.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.36%
GREEN value IS 203 (79.69% from 255) = 37.80%
BLUE value IS 128 (50.39% from 255) = 23.84%
R=38.36%
G=37.80%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620312800.010.380.1957.6944.3265.49
HexCECB800126133a2c41
Octal3163132000146237254101
Binary11001110110010111000000001100110100111110101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECB80; }

 p { color: rgb(206,203,128); }

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

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

 a { background-color: rgb(206,203,128); }

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

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

 span { border-color: rgb(206,203,128); }

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