#CECA7B

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

Shades of Deco #CECA7B

Tints of Deco #CECA7B

Color information

#CECA7B (or 0xCECA7B) is unknown color: approx Deco. HEX triplet: CE, CA and 7B. RGB value is (206,202,123). Sum of RGB (Red+Green+Blue) = 206+202+123=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA7B is #313584. Grayscale: #C2C2C2. Windows color (decimal): -3224965 or 8112846. OLE color: 8112846.

HSL color Cylindrical-coordinate representation of color #CECA7B: hue angle of 57.11º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CECA7B is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB206202123-
CMYK00.020.400.19
HSL57.11º45.86%64.51%-
HSV(B)57.11º40.29%80.78%-
XYZ50.1556.7927.06-
YUV194.1987.83136.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.79%
GREEN value IS 202 (79.30% from 255) = 38.04%
BLUE value IS 123 (48.44% from 255) = 23.16%
R=38.79%
G=38.04%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620212300.020.400.1957.1145.8664.51
HexCECA7B022813392e41
Octal3163121730250237156101
Binary11001110110010101111011010101000100111110011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECA7B; }

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

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

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

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

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

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

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

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