Shades of Westar #CEC9BE
Tints of Westar #CEC9BE
RGB
CMYK
RGB Variations
Color information
#CEC9BE (or 0xCEC9BE) is known color: Westar. HEX triplet: CE, C9 and BE. RGB value is (206,201,190). Sum of RGB (Red+Green+Blue) = 206+201+190=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9BE is #313641. Grayscale: #C9C9C9. Windows color (decimal): -3225154 or 12503502. OLE color: 12503502.
HSL color Cylindrical-coordinate representation of color #CEC9BE: hue angle of 41.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEC9BE is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 190 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.19 |
| HSL | 41.25º | 0.14% | 0.78% | - |
| HSV(B) | 41.25º | 0.08% | 0.81% | - |
| XYZ | 55.63 | 58.61 | 57.1 | - |
| YUV | 201.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 190 | 0 | 0.02 | 0.08 | 0.19 | 41.25 | 0.14 | 0.78 |
| Hex | CE | C9 | BE | 0 | 2 | 8 | 13 | 29 | E | 4E |
| Octal | 316 | 311 | 276 | 0 | 2 | 10 | 23 | 51 | 16 | 116 |
| Binary | 11001110 | 11001001 | 10111110 | 0 | 10 | 1000 | 10011 | 101001 | 1110 | 1001110 |
Color Harmonies of #CEC9BE
Complementary color
Monochromatic Colors of #CEC9BE
Black with #CEC9BE
Text Example
Text Example
White with #CEC9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9BE; }
p { color: rgb(206,201,190); }
H1.HeaderClassName
{
color: #CEC9BE;
}
.AnyTagClassName
{
color: #CEC9BE;
}
</style>
background-color css
<style>
a { background-color: #CEC9BE; }
a { background-color: rgb(206,201,190); }
div.DivClassName
{
background-color: #CEC9BE;
}
.BgClassName
{
background-color: #CEC9BE;
}
</style>
border-color css
<style>
span { border-color: #CEC9BE; }
span { border-color: rgb(206,201,190); }
td.TdClassName
{
border-color: #CEC9BE;
}
.TagClassName
{
border-color: #CEC9BE;
}
</style>