Shades of Westar #CAC8C5
Tints of Westar #CAC8C5
RGB
CMYK
RGB Variations
Color information
#CAC8C5 (or 0xCAC8C5) is known color: Westar. HEX triplet: CA, C8 and C5. RGB value is (202,200,197). Sum of RGB (Red+Green+Blue) = 202+200+197=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 197 (77.34% from 255 or 32.89% from 599); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8C5 is #35373A. Grayscale: #C8C8C8. Windows color (decimal): -3487547 or 12961994. OLE color: 12961994.
HSL color Cylindrical-coordinate representation of color #CAC8C5: hue angle of 36º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CAC8C5 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 200 | 197 | - |
CMYK | 0 | 0.01 | 0.02 | 0.21 |
HSL | 36º | 0.05% | 0.78% | - |
HSV(B) | 36º | 0.02% | 0.79% | - |
XYZ | 55.09 | 57.9 | 61.09 | - |
YUV | 200.26 | 126.16 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 200 | 197 | 0 | 0.01 | 0.02 | 0.21 | 36 | 0.05 | 0.78 |
Hex | CA | C8 | C5 | 0 | 1 | 2 | 15 | 24 | 5 | 4E |
Octal | 312 | 310 | 305 | 0 | 1 | 2 | 25 | 44 | 5 | 116 |
Binary | 11001010 | 11001000 | 11000101 | 0 | 1 | 10 | 10101 | 100100 | 101 | 1001110 |
Color Harmonies of #CAC8C5
Complementary color
Monochromatic Colors of #CAC8C5
Black with #CAC8C5
Text Example
Text Example
White with #CAC8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8C5; }
p { color: rgb(202,200,197); }
H1.HeaderClassName
{
color: #CAC8C5;
}
.AnyTagClassName
{
color: #CAC8C5;
}
</style>
background-color css
<style>
a { background-color: #CAC8C5; }
a { background-color: rgb(202,200,197); }
div.DivClassName
{
background-color: #CAC8C5;
}
.BgClassName
{
background-color: #CAC8C5;
}
</style>
border-color css
<style>
span { border-color: #CAC8C5; }
span { border-color: rgb(202,200,197); }
td.TdClassName
{
border-color: #CAC8C5;
}
.TagClassName
{
border-color: #CAC8C5;
}
</style>