Shades of Viola #C596A0
Tints of Viola #C596A0
RGB
CMYK
RGB Variations
Color information
#C596A0 (or 0xC596A0) is known color: Viola. HEX triplet: C5, 96 and A0. RGB value is (197,150,160). Sum of RGB (Red+Green+Blue) = 197+150+160=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C596A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C596A0 is #3A695F. Grayscale: #A5A5A5. Windows color (decimal): -3828064 or 10524357. OLE color: 10524357.
HSL color Cylindrical-coordinate representation of color #C596A0: hue angle of 347.23º 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 #C596A0 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 150 | 160 | - |
CMYK | 0 | 0.24 | 0.19 | 0.23 |
HSL | 347.23º | 0.29% | 0.68% | - |
HSV(B) | 347.23º | 0.24% | 0.77% | - |
XYZ | 40.28 | 36.22 | 38.13 | - |
YUV | 165.19 | 125.07 | 150.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 150 | 160 | 0 | 0.24 | 0.19 | 0.23 | 347.23 | 0.29 | 0.68 |
Hex | C5 | 96 | A0 | 0 | 18 | 13 | 17 | 15B | 1D | 44 |
Octal | 305 | 226 | 240 | 0 | 30 | 23 | 27 | 533 | 35 | 104 |
Binary | 11000101 | 10010110 | 10100000 | 0 | 11000 | 10011 | 10111 | 101011011 | 11101 | 1000100 |
Color Harmonies of #C596A0
Complementary color
Monochromatic Colors of #C596A0
Black with #C596A0
Text Example
Text Example
White with #C596A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C596A0; }
p { color: rgb(197,150,160); }
H1.HeaderClassName
{
color: #C596A0;
}
.AnyTagClassName
{
color: #C596A0;
}
</style>
background-color css
<style>
a { background-color: #C596A0; }
a { background-color: rgb(197,150,160); }
div.DivClassName
{
background-color: #C596A0;
}
.BgClassName
{
background-color: #C596A0;
}
</style>
border-color css
<style>
span { border-color: #C596A0; }
span { border-color: rgb(197,150,160); }
td.TdClassName
{
border-color: #C596A0;
}
.TagClassName
{
border-color: #C596A0;
}
</style>