Shades of Westar #CECCC8
Tints of Westar #CECCC8
RGB
CMYK
RGB Variations
Color information
#CECCC8 (or 0xCECCC8) is known color: Westar. HEX triplet: CE, CC and C8. RGB value is (206,204,200). Sum of RGB (Red+Green+Blue) = 206+204+200=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCC8 is #313337. Grayscale: #CCCCCC. Windows color (decimal): -3224376 or 13159630. OLE color: 13159630.
HSL color Cylindrical-coordinate representation of color #CECCC8: hue angle of 40º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CECCC8 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 200 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.19 |
| HSL | 40º | 0.06% | 0.8% | - |
| HSV(B) | 40º | 0.03% | 0.81% | - |
| XYZ | 57.47 | 60.48 | 63.29 | - |
| YUV | 204.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 200 | 0 | 0.01 | 0.03 | 0.19 | 40 | 0.06 | 0.8 |
| Hex | CE | CC | C8 | 0 | 1 | 3 | 13 | 28 | 6 | 50 |
| Octal | 316 | 314 | 310 | 0 | 1 | 3 | 23 | 50 | 6 | 120 |
| Binary | 11001110 | 11001100 | 11001000 | 0 | 1 | 11 | 10011 | 101000 | 110 | 1010000 |
Color Harmonies of #CECCC8
Complementary color
Monochromatic Colors of #CECCC8
Black with #CECCC8
Text Example
Text Example
White with #CECCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCC8; }
p { color: rgb(206,204,200); }
H1.HeaderClassName
{
color: #CECCC8;
}
.AnyTagClassName
{
color: #CECCC8;
}
</style>
background-color css
<style>
a { background-color: #CECCC8; }
a { background-color: rgb(206,204,200); }
div.DivClassName
{
background-color: #CECCC8;
}
.BgClassName
{
background-color: #CECCC8;
}
</style>
border-color css
<style>
span { border-color: #CECCC8; }
span { border-color: rgb(206,204,200); }
td.TdClassName
{
border-color: #CECCC8;
}
.TagClassName
{
border-color: #CECCC8;
}
</style>