#CECBC6

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

Shades of Westar #CECBC6

Tints of Westar #CECBC6

Color information

#CECBC6 (or 0xCECBC6) is unknown color: approx Westar. HEX triplet: CE, CB and C6. RGB value is (206,203,198). Sum of RGB (Red+Green+Blue) = 206+203+198=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBC6 is #313439. Grayscale: #CBCBCB. Windows color (decimal): -3224634 or 13028302. OLE color: 13028302.

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

Color convert

RGB206203198-
CMYK00.010.040.19
HSL37.5º7.55%79.22%-
HSV(B)37.5º3.88%80.78%-
XYZ5759.9161.99-
YUV203.33124.99129.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.94%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 198 (77.73% from 255) = 32.62%
R=33.94%
G=33.44%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620319800.010.040.1937.57.5579.22
HexCECBC6014132684f
Octal316313306014234610117
Binary110011101100101111000110011001001110011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBC6; }

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

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

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

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

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

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

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

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