#CECA86

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

Shades of Deco #CECA86

Tints of Deco #CECA86

Color information

#CECA86 (or 0xCECA86) is unknown color: approx Deco. HEX triplet: CE, CA and 86. RGB value is (206,202,134). Sum of RGB (Red+Green+Blue) = 206+202+134=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECA86 is #313579. Grayscale: #C3C3C3. Windows color (decimal): -3224954 or 8833742. OLE color: 8833742.

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

Color convert

RGB206202134-
CMYK00.020.350.19
HSL56.67º42.35%66.67%-
HSV(B)56.67º34.95%80.78%-
XYZ50.8857.0830.89-
YUV195.4493.33135.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.01%
GREEN value IS 202 (79.30% from 255) = 37.27%
BLUE value IS 134 (52.73% from 255) = 24.72%
R=38.01%
G=37.27%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620213400.020.350.1956.6742.3566.67
HexCECA86022313392a43
Octal3163122060243237152103
Binary110011101100101010000110010100011100111110011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECA86; }

 p { color: rgb(206,202,134); }

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

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

 a { background-color: rgb(206,202,134); }

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

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

 span { border-color: rgb(206,202,134); }

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