#CECB7B

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

Shades of Deco #CECB7B

Tints of Deco #CECB7B

Color information

#CECB7B (or 0xCECB7B) is unknown color: approx Deco. HEX triplet: CE, CB and 7B. RGB value is (206,203,123). Sum of RGB (Red+Green+Blue) = 206+203+123=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB7B is #313484. Grayscale: #C3C3C3. Windows color (decimal): -3224709 or 8113102. OLE color: 8113102.

HSL color Cylindrical-coordinate representation of color #CECB7B: hue angle of 57.83º 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 #CECB7B is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB206203123-
CMYK00.010.400.19
HSL57.83º45.86%64.51%-
HSV(B)57.83º40.29%80.78%-
XYZ50.3857.2627.14-
YUV194.7887.49136-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.72%
GREEN value IS 203 (79.69% from 255) = 38.16%
BLUE value IS 123 (48.44% from 255) = 23.12%
R=38.72%
G=38.16%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620312300.010.400.1957.8345.8664.51
HexCECB7B0128133a2e41
Octal3163131730150237256101
Binary1100111011001011111101101101000100111110101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECB7B; }

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

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

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

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

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

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

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

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