Shades of Viola #C495A0
Tints of Viola #C495A0
RGB
CMYK
RGB Variations
Color information
#C495A0 (or 0xC495A0) is known color: Viola. HEX triplet: C4, 95 and A0. RGB value is (196,149,160). Sum of RGB (Red+Green+Blue) = 196+149+160=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C495A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C495A0 is #3B6A5F. Grayscale: #A4A4A4. Windows color (decimal): -3893856 or 10524100. OLE color: 10524100.
HSL color Cylindrical-coordinate representation of color #C495A0: hue angle of 345.96º degrees, saturation: 0.28, 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 #C495A0 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 160 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.23 |
| HSL | 345.96º | 0.28% | 0.68% | - |
| HSV(B) | 345.96º | 0.24% | 0.77% | - |
| XYZ | 39.86 | 35.77 | 38.06 | - |
| YUV | 164.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 160 | 0 | 0.24 | 0.18 | 0.23 | 345.96 | 0.28 | 0.68 |
| Hex | C4 | 95 | A0 | 0 | 18 | 12 | 17 | 15A | 1C | 44 |
| Octal | 304 | 225 | 240 | 0 | 30 | 22 | 27 | 532 | 34 | 104 |
| Binary | 11000100 | 10010101 | 10100000 | 0 | 11000 | 10010 | 10111 | 101011010 | 11100 | 1000100 |
Color Harmonies of #C495A0
Complementary color
Monochromatic Colors of #C495A0
Black with #C495A0
Text Example
Text Example
White with #C495A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C495A0; }
p { color: rgb(196,149,160); }
H1.HeaderClassName
{
color: #C495A0;
}
.AnyTagClassName
{
color: #C495A0;
}
</style>
background-color css
<style>
a { background-color: #C495A0; }
a { background-color: rgb(196,149,160); }
div.DivClassName
{
background-color: #C495A0;
}
.BgClassName
{
background-color: #C495A0;
}
</style>
border-color css
<style>
span { border-color: #C495A0; }
span { border-color: rgb(196,149,160); }
td.TdClassName
{
border-color: #C495A0;
}
.TagClassName
{
border-color: #C495A0;
}
</style>