Shades of Westar #CECCC9
Tints of Westar #CECCC9
RGB
CMYK
RGB Variations
Color information
#CECCC9 (or 0xCECCC9) is known color: Westar. HEX triplet: CE, CC and C9. RGB value is (206,204,201). Sum of RGB (Red+Green+Blue) = 206+204+201=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCC9 is #313336. Grayscale: #CCCCCC. Windows color (decimal): -3224375 or 13225166. OLE color: 13225166.
HSL color Cylindrical-coordinate representation of color #CECCC9: hue angle of 36º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CECCC9 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 204 | 201 | - |
CMYK | 0 | 0.01 | 0.02 | 0.19 |
HSL | 36º | 0.05% | 0.8% | - |
HSV(B) | 36º | 0.02% | 0.81% | - |
XYZ | 57.59 | 60.52 | 63.91 | - |
YUV | 204.26 | 126.16 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 201 | 0 | 0.01 | 0.02 | 0.19 | 36 | 0.05 | 0.8 |
Hex | CE | CC | C9 | 0 | 1 | 2 | 13 | 24 | 5 | 50 |
Octal | 316 | 314 | 311 | 0 | 1 | 2 | 23 | 44 | 5 | 120 |
Binary | 11001110 | 11001100 | 11001001 | 0 | 1 | 10 | 10011 | 100100 | 101 | 1010000 |
Color Harmonies of #CECCC9
Complementary color
Monochromatic Colors of #CECCC9
Black with #CECCC9
Text Example
Text Example
White with #CECCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCC9; }
p { color: rgb(206,204,201); }
H1.HeaderClassName
{
color: #CECCC9;
}
.AnyTagClassName
{
color: #CECCC9;
}
</style>
background-color css
<style>
a { background-color: #CECCC9; }
a { background-color: rgb(206,204,201); }
div.DivClassName
{
background-color: #CECCC9;
}
.BgClassName
{
background-color: #CECCC9;
}
</style>
border-color css
<style>
span { border-color: #CECCC9; }
span { border-color: rgb(206,204,201); }
td.TdClassName
{
border-color: #CECCC9;
}
.TagClassName
{
border-color: #CECCC9;
}
</style>