#CECB92

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

Shades of Deco #CECB92

Tints of Deco #CECB92

Color information

#CECB92 (or 0xCECB92) is unknown color: approx Deco. HEX triplet: CE, CB and 92. RGB value is (206,203,146). Sum of RGB (Red+Green+Blue) = 206+203+146=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECB92 is #31346D. Grayscale: #C5C5C5. Windows color (decimal): -3224686 or 9620430. OLE color: 9620430.

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

Color convert

RGB206203146-
CMYK00.010.290.19
HSL57º37.97%69.02%-
HSV(B)57º29.13%80.78%-
XYZ5257.9135.63-
YUV197.498.99134.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.12%
GREEN value IS 203 (79.69% from 255) = 36.58%
BLUE value IS 146 (57.42% from 255) = 26.31%
R=37.12%
G=36.58%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620314600.010.290.195737.9769.02
HexCECB92011D13392645
Octal3163132220135237146105
Binary1100111011001011100100100111101100111110011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECB92; }

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

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

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

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

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

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

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

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