Shades of Viola #C496A3
Tints of Viola #C496A3
RGB
CMYK
RGB Variations
Color information
#C496A3 (or 0xC496A3) is known color: Viola. HEX triplet: C4, 96 and A3. RGB value is (196,150,163). Sum of RGB (Red+Green+Blue) = 196+150+163=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C496A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C496A3 is #3B695C. Grayscale: #A5A5A5. Windows color (decimal): -3893597 or 10720964. OLE color: 10720964.
HSL color Cylindrical-coordinate representation of color #C496A3: hue angle of 343.04º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C496A3 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 163 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.23 |
| HSL | 343.04º | 0.28% | 0.68% | - |
| HSV(B) | 343.04º | 0.23% | 0.77% | - |
| XYZ | 40.28 | 36.19 | 39.51 | - |
| YUV | 165.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 163 | 0 | 0.23 | 0.17 | 0.23 | 343.04 | 0.28 | 0.68 |
| Hex | C4 | 96 | A3 | 0 | 17 | 11 | 17 | 157 | 1C | 44 |
| Octal | 304 | 226 | 243 | 0 | 27 | 21 | 27 | 527 | 34 | 104 |
| Binary | 11000100 | 10010110 | 10100011 | 0 | 10111 | 10001 | 10111 | 101010111 | 11100 | 1000100 |
Color Harmonies of #C496A3
Complementary color
Monochromatic Colors of #C496A3
Black with #C496A3
Text Example
Text Example
White with #C496A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C496A3; }
p { color: rgb(196,150,163); }
H1.HeaderClassName
{
color: #C496A3;
}
.AnyTagClassName
{
color: #C496A3;
}
</style>
background-color css
<style>
a { background-color: #C496A3; }
a { background-color: rgb(196,150,163); }
div.DivClassName
{
background-color: #C496A3;
}
.BgClassName
{
background-color: #C496A3;
}
</style>
border-color css
<style>
span { border-color: #C496A3; }
span { border-color: rgb(196,150,163); }
td.TdClassName
{
border-color: #C496A3;
}
.TagClassName
{
border-color: #C496A3;
}
</style>