Shades of Westar #CFC9BE
Tints of Westar #CFC9BE
RGB
CMYK
RGB Variations
Color information
#CFC9BE (or 0xCFC9BE) is known color: Westar. HEX triplet: CF, C9 and BE. RGB value is (207,201,190). Sum of RGB (Red+Green+Blue) = 207+201+190=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9BE is #303641. Grayscale: #C9C9C9. Windows color (decimal): -3159618 or 12503503. OLE color: 12503503.
HSL color Cylindrical-coordinate representation of color #CFC9BE: hue angle of 38.82º degrees, saturation: 0.15, 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 #CFC9BE is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 190 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.19 |
| HSL | 38.82º | 0.15% | 0.78% | - |
| HSV(B) | 38.82º | 0.08% | 0.81% | - |
| XYZ | 55.91 | 58.76 | 57.11 | - |
| YUV | 201.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 190 | 0 | 0.03 | 0.08 | 0.19 | 38.82 | 0.15 | 0.78 |
| Hex | CF | C9 | BE | 0 | 3 | 8 | 13 | 27 | F | 4E |
| Octal | 317 | 311 | 276 | 0 | 3 | 10 | 23 | 47 | 17 | 116 |
| Binary | 11001111 | 11001001 | 10111110 | 0 | 11 | 1000 | 10011 | 100111 | 1111 | 1001110 |
Color Harmonies of #CFC9BE
Complementary color
Monochromatic Colors of #CFC9BE
Black with #CFC9BE
Text Example
Text Example
White with #CFC9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9BE; }
p { color: rgb(207,201,190); }
H1.HeaderClassName
{
color: #CFC9BE;
}
.AnyTagClassName
{
color: #CFC9BE;
}
</style>
background-color css
<style>
a { background-color: #CFC9BE; }
a { background-color: rgb(207,201,190); }
div.DivClassName
{
background-color: #CFC9BE;
}
.BgClassName
{
background-color: #CFC9BE;
}
</style>
border-color css
<style>
span { border-color: #CFC9BE; }
span { border-color: rgb(207,201,190); }
td.TdClassName
{
border-color: #CFC9BE;
}
.TagClassName
{
border-color: #CFC9BE;
}
</style>