#CECBC4

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

Shades of Westar #CECBC4

Tints of Westar #CECBC4

Color information

#CECBC4 (or 0xCECBC4) is unknown color: approx Westar. HEX triplet: CE, CB and C4. RGB value is (206,203,196). Sum of RGB (Red+Green+Blue) = 206+203+196=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBC4 is #31343B. Grayscale: #CBCBCB. Windows color (decimal): -3224636 or 12897230. OLE color: 12897230.

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

Color convert

RGB206203196-
CMYK00.010.050.19
HSL42º9.26%78.82%-
HSV(B)42º4.85%80.78%-
XYZ56.7759.8260.78-
YUV203.1123.99130.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 203 (79.69% from 255) = 33.55%
BLUE value IS 196 (76.95% from 255) = 32.40%
R=34.05%
G=33.55%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620319600.010.050.19429.2678.82
HexCECBC4015132a94f
Octal316313304015235211117
Binary110011101100101111000100011011001110101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBC4; }

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

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

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

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

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

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

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

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