Shades of Westar #CEC9C2
Tints of Westar #CEC9C2
RGB
CMYK
RGB Variations
Color information
#CEC9C2 (or 0xCEC9C2) is known color: Westar. HEX triplet: CE, C9 and C2. RGB value is (206,201,194). Sum of RGB (Red+Green+Blue) = 206+201+194=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9C2 is #31363D. Grayscale: #C9C9C9. Windows color (decimal): -3225150 or 12765646. OLE color: 12765646.
HSL color Cylindrical-coordinate representation of color #CEC9C2: hue angle of 35º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEC9C2 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 201 | 194 | - |
CMYK | 0 | 0.02 | 0.06 | 0.19 |
HSL | 35º | 0.11% | 0.78% | - |
HSV(B) | 35º | 0.06% | 0.81% | - |
XYZ | 56.08 | 58.79 | 59.43 | - |
YUV | 201.7 | 123.66 | 131.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 201 | 194 | 0 | 0.02 | 0.06 | 0.19 | 35 | 0.11 | 0.78 |
Hex | CE | C9 | C2 | 0 | 2 | 6 | 13 | 23 | B | 4E |
Octal | 316 | 311 | 302 | 0 | 2 | 6 | 23 | 43 | 13 | 116 |
Binary | 11001110 | 11001001 | 11000010 | 0 | 10 | 110 | 10011 | 100011 | 1011 | 1001110 |
Color Harmonies of #CEC9C2
Complementary color
Monochromatic Colors of #CEC9C2
Black with #CEC9C2
Text Example
Text Example
White with #CEC9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9C2; }
p { color: rgb(206,201,194); }
H1.HeaderClassName
{
color: #CEC9C2;
}
.AnyTagClassName
{
color: #CEC9C2;
}
</style>
background-color css
<style>
a { background-color: #CEC9C2; }
a { background-color: rgb(206,201,194); }
div.DivClassName
{
background-color: #CEC9C2;
}
.BgClassName
{
background-color: #CEC9C2;
}
</style>
border-color css
<style>
span { border-color: #CEC9C2; }
span { border-color: rgb(206,201,194); }
td.TdClassName
{
border-color: #CEC9C2;
}
.TagClassName
{
border-color: #CEC9C2;
}
</style>