Shades of Westar #CFC9BC
Tints of Westar #CFC9BC
RGB
CMYK
RGB Variations
Color information
#CFC9BC (or 0xCFC9BC) is known color: Westar. HEX triplet: CF, C9 and BC. RGB value is (207,201,188). Sum of RGB (Red+Green+Blue) = 207+201+188=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9BC is #303643. Grayscale: #C9C9C9. Windows color (decimal): -3159620 or 12372431. OLE color: 12372431.
HSL color Cylindrical-coordinate representation of color #CFC9BC: hue angle of 41.05º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFC9BC is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 188 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.19 |
| HSL | 41.05º | 0.17% | 0.77% | - |
| HSV(B) | 41.05º | 0.09% | 0.81% | - |
| XYZ | 55.7 | 58.67 | 55.97 | - |
| YUV | 201.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 188 | 0 | 0.03 | 0.09 | 0.19 | 41.05 | 0.17 | 0.77 |
| Hex | CF | C9 | BC | 0 | 3 | 9 | 13 | 29 | 11 | 4D |
| Octal | 317 | 311 | 274 | 0 | 3 | 11 | 23 | 51 | 21 | 115 |
| Binary | 11001111 | 11001001 | 10111100 | 0 | 11 | 1001 | 10011 | 101001 | 10001 | 1001101 |
Color Harmonies of #CFC9BC
Complementary color
Monochromatic Colors of #CFC9BC
Black with #CFC9BC
Text Example
Text Example
White with #CFC9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9BC; }
p { color: rgb(207,201,188); }
H1.HeaderClassName
{
color: #CFC9BC;
}
.AnyTagClassName
{
color: #CFC9BC;
}
</style>
background-color css
<style>
a { background-color: #CFC9BC; }
a { background-color: rgb(207,201,188); }
div.DivClassName
{
background-color: #CFC9BC;
}
.BgClassName
{
background-color: #CFC9BC;
}
</style>
border-color css
<style>
span { border-color: #CFC9BC; }
span { border-color: rgb(207,201,188); }
td.TdClassName
{
border-color: #CFC9BC;
}
.TagClassName
{
border-color: #CFC9BC;
}
</style>