#CECB8D

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

Shades of Deco #CECB8D

Tints of Deco #CECB8D

Color information

#CECB8D (or 0xCECB8D) is unknown color: approx Deco. HEX triplet: CE, CB and 8D. RGB value is (206,203,141). Sum of RGB (Red+Green+Blue) = 206+203+141=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECB8D is #313472. Grayscale: #C5C5C5. Windows color (decimal): -3224691 or 9292750. OLE color: 9292750.

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

Color convert

RGB206203141-
CMYK00.010.320.19
HSL57.23º39.88%68.04%-
HSV(B)57.23º31.55%80.78%-
XYZ51.6257.7633.63-
YUV196.8396.49134.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.45%
GREEN value IS 203 (79.69% from 255) = 36.91%
BLUE value IS 141 (55.47% from 255) = 25.64%
R=37.45%
G=36.91%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620314100.010.320.1957.2339.8868.04
HexCECB8D012013392844
Octal3163132150140237150104
Binary11001110110010111000110101100000100111110011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECB8D; }

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

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

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

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

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

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

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

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