Shades of Westar #CFC9BD
Tints of Westar #CFC9BD
RGB
CMYK
RGB Variations
Color information
#CFC9BD (or 0xCFC9BD) is known color: Westar. HEX triplet: CF, C9 and BD. RGB value is (207,201,189). Sum of RGB (Red+Green+Blue) = 207+201+189=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9BD is #303642. Grayscale: #C9C9C9. Windows color (decimal): -3159619 or 12437967. OLE color: 12437967.
HSL color Cylindrical-coordinate representation of color #CFC9BD: hue angle of 40º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFC9BD is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 189 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.19 |
| HSL | 40º | 0.16% | 0.78% | - |
| HSV(B) | 40º | 0.09% | 0.81% | - |
| XYZ | 55.8 | 58.71 | 56.54 | - |
| YUV | 201.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 189 | 0 | 0.03 | 0.09 | 0.19 | 40 | 0.16 | 0.78 |
| Hex | CF | C9 | BD | 0 | 3 | 9 | 13 | 28 | 10 | 4E |
| Octal | 317 | 311 | 275 | 0 | 3 | 11 | 23 | 50 | 20 | 116 |
| Binary | 11001111 | 11001001 | 10111101 | 0 | 11 | 1001 | 10011 | 101000 | 10000 | 1001110 |
Color Harmonies of #CFC9BD
Complementary color
Monochromatic Colors of #CFC9BD
Black with #CFC9BD
Text Example
Text Example
White with #CFC9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9BD; }
p { color: rgb(207,201,189); }
H1.HeaderClassName
{
color: #CFC9BD;
}
.AnyTagClassName
{
color: #CFC9BD;
}
</style>
background-color css
<style>
a { background-color: #CFC9BD; }
a { background-color: rgb(207,201,189); }
div.DivClassName
{
background-color: #CFC9BD;
}
.BgClassName
{
background-color: #CFC9BD;
}
</style>
border-color css
<style>
span { border-color: #CFC9BD; }
span { border-color: rgb(207,201,189); }
td.TdClassName
{
border-color: #CFC9BD;
}
.TagClassName
{
border-color: #CFC9BD;
}
</style>