Shades of Westar #CAC9C7
Tints of Westar #CAC9C7
RGB
CMYK
RGB Variations
Color information
#CAC9C7 (or 0xCAC9C7) is known color: Westar. HEX triplet: CA, C9 and C7. RGB value is (202,201,199). Sum of RGB (Red+Green+Blue) = 202+201+199=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9C7 is #353638. Grayscale: #C9C9C9. Windows color (decimal): -3487289 or 13093322. OLE color: 13093322.
HSL color Cylindrical-coordinate representation of color #CAC9C7: hue angle of 40º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CAC9C7 is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 201 | 199 | - |
CMYK | 0 | 0.00 | 0.01 | 0.21 |
HSL | 40º | 0.03% | 0.79% | - |
HSV(B) | 40º | 0.01% | 0.79% | - |
XYZ | 55.55 | 58.45 | 62.39 | - |
YUV | 201.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 201 | 199 | 0 | 0.00 | 0.01 | 0.21 | 40 | 0.03 | 0.79 |
Hex | CA | C9 | C7 | 0 | 0 | 1 | 15 | 28 | 3 | 4F |
Octal | 312 | 311 | 307 | 0 | 0 | 1 | 25 | 50 | 3 | 117 |
Binary | 11001010 | 11001001 | 11000111 | 0 | 0 | 1 | 10101 | 101000 | 11 | 1001111 |
Color Harmonies of #CAC9C7
Complementary color
Monochromatic Colors of #CAC9C7
Black with #CAC9C7
Text Example
Text Example
White with #CAC9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9C7; }
p { color: rgb(202,201,199); }
H1.HeaderClassName
{
color: #CAC9C7;
}
.AnyTagClassName
{
color: #CAC9C7;
}
</style>
background-color css
<style>
a { background-color: #CAC9C7; }
a { background-color: rgb(202,201,199); }
div.DivClassName
{
background-color: #CAC9C7;
}
.BgClassName
{
background-color: #CAC9C7;
}
</style>
border-color css
<style>
span { border-color: #CAC9C7; }
span { border-color: rgb(202,201,199); }
td.TdClassName
{
border-color: #CAC9C7;
}
.TagClassName
{
border-color: #CAC9C7;
}
</style>