Shades of Westar #CFCAC1
Tints of Westar #CFCAC1
RGB
CMYK
RGB Variations
Color information
#CFCAC1 (or 0xCFCAC1) is known color: Westar. HEX triplet: CF, CA and C1. RGB value is (207,202,193). Sum of RGB (Red+Green+Blue) = 207+202+193=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCAC1 is #30353E. Grayscale: #CACACA. Windows color (decimal): -3159359 or 12700367. OLE color: 12700367.
HSL color Cylindrical-coordinate representation of color #CFCAC1: hue angle of 38.57º 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 #CFCAC1 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 193 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.19 |
| HSL | 38.57º | 0.13% | 0.78% | - |
| HSV(B) | 38.57º | 0.07% | 0.81% | - |
| XYZ | 56.48 | 59.36 | 58.93 | - |
| YUV | 202.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 193 | 0 | 0.02 | 0.07 | 0.19 | 38.57 | 0.13 | 0.78 |
| Hex | CF | CA | C1 | 0 | 2 | 7 | 13 | 27 | D | 4E |
| Octal | 317 | 312 | 301 | 0 | 2 | 7 | 23 | 47 | 15 | 116 |
| Binary | 11001111 | 11001010 | 11000001 | 0 | 10 | 111 | 10011 | 100111 | 1101 | 1001110 |
Color Harmonies of #CFCAC1
Complementary color
Monochromatic Colors of #CFCAC1
Black with #CFCAC1
Text Example
Text Example
White with #CFCAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAC1; }
p { color: rgb(207,202,193); }
H1.HeaderClassName
{
color: #CFCAC1;
}
.AnyTagClassName
{
color: #CFCAC1;
}
</style>
background-color css
<style>
a { background-color: #CFCAC1; }
a { background-color: rgb(207,202,193); }
div.DivClassName
{
background-color: #CFCAC1;
}
.BgClassName
{
background-color: #CFCAC1;
}
</style>
border-color css
<style>
span { border-color: #CFCAC1; }
span { border-color: rgb(207,202,193); }
td.TdClassName
{
border-color: #CFCAC1;
}
.TagClassName
{
border-color: #CFCAC1;
}
</style>