#CEC9C1

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

Shades of Westar #CEC9C1

Tints of Westar #CEC9C1

Color information

#CEC9C1 (or 0xCEC9C1) is unknown color: approx Westar. HEX triplet: CE, C9 and C1. RGB value is (206,201,193). Sum of RGB (Red+Green+Blue) = 206+201+193=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9C1 is #31363E. Grayscale: #C9C9C9. Windows color (decimal): -3225151 or 12700110. OLE color: 12700110.

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

Color convert

RGB206201193-
CMYK00.020.060.19
HSL36.92º11.71%78.24%-
HSV(B)36.92º6.31%80.78%-
XYZ55.9758.7558.84-
YUV201.58123.16131.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.33%
GREEN value IS 201 (78.91% from 255) = 33.5%
BLUE value IS 193 (75.78% from 255) = 32.17%
R=34.33%
G=33.5%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620119300.020.060.1936.9211.7178.24
HexCEC9C10261325c4e
Octal316311301026234514116
Binary1100111011001001110000010101101001110010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9C1; }

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

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

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

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

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

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

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

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