Shades of Viola #C596A8
Tints of Viola #C596A8
RGB
CMYK
RGB Variations
Color information
#C596A8 (or 0xC596A8) is known color: Viola. HEX triplet: C5, 96 and A8. RGB value is (197,150,168). Sum of RGB (Red+Green+Blue) = 197+150+168=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 197 - color contains mainly: red. Hex color #C596A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C596A8 is #3A6957. Grayscale: #A6A6A6. Windows color (decimal): -3828056 or 11048645. OLE color: 11048645.
HSL color Cylindrical-coordinate representation of color #C596A8: hue angle of 337.02º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C596A8 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 168 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.23 |
| HSL | 337.02º | 0.29% | 0.68% | - |
| HSV(B) | 337.02º | 0.24% | 0.77% | - |
| XYZ | 41 | 36.51 | 41.93 | - |
| YUV | 166.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 168 | 0 | 0.24 | 0.15 | 0.23 | 337.02 | 0.29 | 0.68 |
| Hex | C5 | 96 | A8 | 0 | 18 | F | 17 | 151 | 1D | 44 |
| Octal | 305 | 226 | 250 | 0 | 30 | 17 | 27 | 521 | 35 | 104 |
| Binary | 11000101 | 10010110 | 10101000 | 0 | 11000 | 1111 | 10111 | 101010001 | 11101 | 1000100 |
Color Harmonies of #C596A8
Complementary color
Monochromatic Colors of #C596A8
Black with #C596A8
Text Example
Text Example
White with #C596A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C596A8; }
p { color: rgb(197,150,168); }
H1.HeaderClassName
{
color: #C596A8;
}
.AnyTagClassName
{
color: #C596A8;
}
</style>
background-color css
<style>
a { background-color: #C596A8; }
a { background-color: rgb(197,150,168); }
div.DivClassName
{
background-color: #C596A8;
}
.BgClassName
{
background-color: #C596A8;
}
</style>
border-color css
<style>
span { border-color: #C596A8; }
span { border-color: rgb(197,150,168); }
td.TdClassName
{
border-color: #C596A8;
}
.TagClassName
{
border-color: #C596A8;
}
</style>