#CECB8A

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

Shades of Deco #CECB8A

Tints of Deco #CECB8A

Color information

#CECB8A (or 0xCECB8A) is unknown color: approx Deco. HEX triplet: CE, CB and 8A. RGB value is (206,203,138). Sum of RGB (Red+Green+Blue) = 206+203+138=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECB8A is #313475. Grayscale: #C4C4C4. Windows color (decimal): -3224694 or 9096142. OLE color: 9096142.

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

Color convert

RGB206203138-
CMYK00.010.330.19
HSL57.35º40.96%67.45%-
HSV(B)57.35º33.01%80.78%-
XYZ51.457.6732.47-
YUV196.4994.99134.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.66%
GREEN value IS 203 (79.69% from 255) = 37.11%
BLUE value IS 138 (54.30% from 255) = 25.23%
R=37.66%
G=37.11%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620313800.010.330.1957.3540.9667.45
HexCECB8A012113392943
Octal3163132120141237151103
Binary11001110110010111000101001100001100111110011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECB8A; }

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

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

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

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

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

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

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

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