Shades of Westar #CFCBC1
Tints of Westar #CFCBC1
RGB
CMYK
RGB Variations
Color information
#CFCBC1 (or 0xCFCBC1) is known color: Westar. HEX triplet: CF, CB and C1. RGB value is (207,203,193). Sum of RGB (Red+Green+Blue) = 207+203+193=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBC1 is #30343E. Grayscale: #CBCBCB. Windows color (decimal): -3159103 or 12700623. OLE color: 12700623.
HSL color Cylindrical-coordinate representation of color #CFCBC1: hue angle of 42.86º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFCBC1 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 193 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.19 |
| HSL | 42.86º | 0.13% | 0.78% | - |
| HSV(B) | 42.86º | 0.07% | 0.81% | - |
| XYZ | 56.71 | 59.83 | 59.01 | - |
| YUV | 203.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 193 | 0 | 0.02 | 0.07 | 0.19 | 42.86 | 0.13 | 0.78 |
| Hex | CF | CB | C1 | 0 | 2 | 7 | 13 | 2B | D | 4E |
| Octal | 317 | 313 | 301 | 0 | 2 | 7 | 23 | 53 | 15 | 116 |
| Binary | 11001111 | 11001011 | 11000001 | 0 | 10 | 111 | 10011 | 101011 | 1101 | 1001110 |
Color Harmonies of #CFCBC1
Complementary color
Monochromatic Colors of #CFCBC1
Black with #CFCBC1
Text Example
Text Example
White with #CFCBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBC1; }
p { color: rgb(207,203,193); }
H1.HeaderClassName
{
color: #CFCBC1;
}
.AnyTagClassName
{
color: #CFCBC1;
}
</style>
background-color css
<style>
a { background-color: #CFCBC1; }
a { background-color: rgb(207,203,193); }
div.DivClassName
{
background-color: #CFCBC1;
}
.BgClassName
{
background-color: #CFCBC1;
}
</style>
border-color css
<style>
span { border-color: #CFCBC1; }
span { border-color: rgb(207,203,193); }
td.TdClassName
{
border-color: #CFCBC1;
}
.TagClassName
{
border-color: #CFCBC1;
}
</style>