Shades of Westar #CFCAC0
Tints of Westar #CFCAC0
RGB
CMYK
RGB Variations
Color information
#CFCAC0 (or 0xCFCAC0) is known color: Westar. HEX triplet: CF, CA and C0. RGB value is (207,202,192). Sum of RGB (Red+Green+Blue) = 207+202+192=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCAC0 is #30353F. Grayscale: #CACACA. Windows color (decimal): -3159360 or 12634831. OLE color: 12634831.
HSL color Cylindrical-coordinate representation of color #CFCAC0: hue angle of 40º degrees, saturation: 0.14, 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 #CFCAC0 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 192 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.19 |
| HSL | 40º | 0.14% | 0.78% | - |
| HSV(B) | 40º | 0.07% | 0.81% | - |
| XYZ | 56.37 | 59.31 | 58.35 | - |
| YUV | 202.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 192 | 0 | 0.02 | 0.07 | 0.19 | 40 | 0.14 | 0.78 |
| Hex | CF | CA | C0 | 0 | 2 | 7 | 13 | 28 | E | 4E |
| Octal | 317 | 312 | 300 | 0 | 2 | 7 | 23 | 50 | 16 | 116 |
| Binary | 11001111 | 11001010 | 11000000 | 0 | 10 | 111 | 10011 | 101000 | 1110 | 1001110 |
Color Harmonies of #CFCAC0
Complementary color
Monochromatic Colors of #CFCAC0
Black with #CFCAC0
Text Example
Text Example
White with #CFCAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAC0; }
p { color: rgb(207,202,192); }
H1.HeaderClassName
{
color: #CFCAC0;
}
.AnyTagClassName
{
color: #CFCAC0;
}
</style>
background-color css
<style>
a { background-color: #CFCAC0; }
a { background-color: rgb(207,202,192); }
div.DivClassName
{
background-color: #CFCAC0;
}
.BgClassName
{
background-color: #CFCAC0;
}
</style>
border-color css
<style>
span { border-color: #CFCAC0; }
span { border-color: rgb(207,202,192); }
td.TdClassName
{
border-color: #CFCAC0;
}
.TagClassName
{
border-color: #CFCAC0;
}
</style>