Shades of Westar #CFCAC3
Tints of Westar #CFCAC3
RGB
CMYK
RGB Variations
Color information
#CFCAC3 (or 0xCFCAC3) is known color: Westar. HEX triplet: CF, CA and C3. RGB value is (207,202,195). Sum of RGB (Red+Green+Blue) = 207+202+195=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCAC3 is #30353C. Grayscale: #CACACA. Windows color (decimal): -3159357 or 12831439. OLE color: 12831439.
HSL color Cylindrical-coordinate representation of color #CFCAC3: hue angle of 35º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFCAC3 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 202 | 195 | - |
CMYK | 0 | 0.02 | 0.06 | 0.19 |
HSL | 35º | 0.11% | 0.79% | - |
HSV(B) | 35º | 0.06% | 0.81% | - |
XYZ | 56.7 | 59.45 | 60.12 | - |
YUV | 202.7 | 123.66 | 131.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 202 | 195 | 0 | 0.02 | 0.06 | 0.19 | 35 | 0.11 | 0.79 |
Hex | CF | CA | C3 | 0 | 2 | 6 | 13 | 23 | B | 4F |
Octal | 317 | 312 | 303 | 0 | 2 | 6 | 23 | 43 | 13 | 117 |
Binary | 11001111 | 11001010 | 11000011 | 0 | 10 | 110 | 10011 | 100011 | 1011 | 1001111 |
Color Harmonies of #CFCAC3
Complementary color
Monochromatic Colors of #CFCAC3
Black with #CFCAC3
Text Example
Text Example
White with #CFCAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAC3; }
p { color: rgb(207,202,195); }
H1.HeaderClassName
{
color: #CFCAC3;
}
.AnyTagClassName
{
color: #CFCAC3;
}
</style>
background-color css
<style>
a { background-color: #CFCAC3; }
a { background-color: rgb(207,202,195); }
div.DivClassName
{
background-color: #CFCAC3;
}
.BgClassName
{
background-color: #CFCAC3;
}
</style>
border-color css
<style>
span { border-color: #CFCAC3; }
span { border-color: rgb(207,202,195); }
td.TdClassName
{
border-color: #CFCAC3;
}
.TagClassName
{
border-color: #CFCAC3;
}
</style>