Shades of Westar #CFCABF
Tints of Westar #CFCABF
RGB
CMYK
RGB Variations
Color information
#CFCABF (or 0xCFCABF) is known color: Westar. HEX triplet: CF, CA and BF. RGB value is (207,202,191). Sum of RGB (Red+Green+Blue) = 207+202+191=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCABF is #303540. Grayscale: #CACACA. Windows color (decimal): -3159361 or 12569295. OLE color: 12569295.
HSL color Cylindrical-coordinate representation of color #CFCABF: hue angle of 41.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFCABF is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 202 | 191 | - |
CMYK | 0 | 0.02 | 0.08 | 0.19 |
HSL | 41.25º | 0.14% | 0.78% | - |
HSV(B) | 41.25º | 0.08% | 0.81% | - |
XYZ | 56.26 | 59.27 | 57.77 | - |
YUV | 202.24 | 121.66 | 131.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 202 | 191 | 0 | 0.02 | 0.08 | 0.19 | 41.25 | 0.14 | 0.78 |
Hex | CF | CA | BF | 0 | 2 | 8 | 13 | 29 | E | 4E |
Octal | 317 | 312 | 277 | 0 | 2 | 10 | 23 | 51 | 16 | 116 |
Binary | 11001111 | 11001010 | 10111111 | 0 | 10 | 1000 | 10011 | 101001 | 1110 | 1001110 |
Color Harmonies of #CFCABF
Complementary color
Monochromatic Colors of #CFCABF
Black with #CFCABF
Text Example
Text Example
White with #CFCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCABF; }
p { color: rgb(207,202,191); }
H1.HeaderClassName
{
color: #CFCABF;
}
.AnyTagClassName
{
color: #CFCABF;
}
</style>
background-color css
<style>
a { background-color: #CFCABF; }
a { background-color: rgb(207,202,191); }
div.DivClassName
{
background-color: #CFCABF;
}
.BgClassName
{
background-color: #CFCABF;
}
</style>
border-color css
<style>
span { border-color: #CFCABF; }
span { border-color: rgb(207,202,191); }
td.TdClassName
{
border-color: #CFCABF;
}
.TagClassName
{
border-color: #CFCABF;
}
</style>