#CECBC7

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

Shades of Westar #CECBC7

Tints of Westar #CECBC7

Color information

#CECBC7 (or 0xCECBC7) is unknown color: approx Westar. HEX triplet: CE, CB and C7. RGB value is (206,203,199). Sum of RGB (Red+Green+Blue) = 206+203+199=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBC7 is #313438. Grayscale: #CBCBCB. Windows color (decimal): -3224633 or 13093838. OLE color: 13093838.

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

Color convert

RGB206203199-
CMYK00.010.030.19
HSL34.29º6.67%79.41%-
HSV(B)34.29º3.4%80.78%-
XYZ57.1259.9662.6-
YUV203.44125.49129.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.88%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 199 (78.12% from 255) = 32.73%
R=33.88%
G=33.39%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620319900.010.030.1934.296.6779.41
HexCECBC7013132274f
Octal31631330701323427117
Binary1100111011001011110001110111100111000101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBC7; }

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

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

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

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

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

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

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

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