#CEC9C0

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

Shades of Westar #CEC9C0

Tints of Westar #CEC9C0

Color information

#CEC9C0 (or 0xCEC9C0) is unknown color: approx Westar. HEX triplet: CE, C9 and C0. RGB value is (206,201,192). Sum of RGB (Red+Green+Blue) = 206+201+192=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9C0 is #31363F. Grayscale: #C9C9C9. Windows color (decimal): -3225152 or 12634574. OLE color: 12634574.

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

Color convert

RGB206201192-
CMYK00.020.070.19
HSL38.57º12.5%78.04%-
HSV(B)38.57º6.8%80.78%-
XYZ55.8558.758.26-
YUV201.47122.66131.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.39%
GREEN value IS 201 (78.91% from 255) = 33.56%
BLUE value IS 192 (75.39% from 255) = 32.05%
R=34.39%
G=33.56%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620119200.020.070.1938.5712.578.04
HexCEC9C00271327d4e
Octal316311300027234715116
Binary1100111011001001110000000101111001110011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9C0; }

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

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

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

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

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

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

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

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