#CEC9BE

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

Shades of Westar #CEC9BE

Tints of Westar #CEC9BE

Color information

#CEC9BE (or 0xCEC9BE) is unknown color: approx Westar. HEX triplet: CE, C9 and BE. RGB value is (206,201,190). Sum of RGB (Red+Green+Blue) = 206+201+190=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9BE is #313641. Grayscale: #C9C9C9. Windows color (decimal): -3225154 or 12503502. OLE color: 12503502.

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

Color convert

RGB206201190-
CMYK00.020.080.19
HSL41.25º14.04%77.65%-
HSV(B)41.25º7.77%80.78%-
XYZ55.6358.6157.1-
YUV201.24121.66131.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.51%
GREEN value IS 201 (78.91% from 255) = 33.67%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=34.51%
G=33.67%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620119000.020.080.1941.2514.0477.65
HexCEC9BE0281329e4e
Octal3163112760210235116116
Binary11001110110010011011111001010001001110100111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9BE; }

 p { color: rgb(206,201,190); }

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

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

 a { background-color: rgb(206,201,190); }

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

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

 span { border-color: rgb(206,201,190); }

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