Shades of Viola #C396A0
Tints of Viola #C396A0
RGB
CMYK
RGB Variations
Color information
#C396A0 (or 0xC396A0) is known color: Viola. HEX triplet: C3, 96 and A0. RGB value is (195,150,160). Sum of RGB (Red+Green+Blue) = 195+150+160=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C396A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C396A0 is #3C695F. Grayscale: #A4A4A4. Windows color (decimal): -3959136 or 10524355. OLE color: 10524355.
HSL color Cylindrical-coordinate representation of color #C396A0: hue angle of 346.67º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C396A0 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 150 | 160 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.24 |
| HSL | 346.67º | 0.27% | 0.68% | - |
| HSV(B) | 346.67º | 0.23% | 0.76% | - |
| XYZ | 39.76 | 35.95 | 38.1 | - |
| YUV | 164.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 160 | 0 | 0.23 | 0.18 | 0.24 | 346.67 | 0.27 | 0.68 |
| Hex | C3 | 96 | A0 | 0 | 17 | 12 | 18 | 15B | 1B | 44 |
| Octal | 303 | 226 | 240 | 0 | 27 | 22 | 30 | 533 | 33 | 104 |
| Binary | 11000011 | 10010110 | 10100000 | 0 | 10111 | 10010 | 11000 | 101011011 | 11011 | 1000100 |
Color Harmonies of #C396A0
Complementary color
Monochromatic Colors of #C396A0
Black with #C396A0
Text Example
Text Example
White with #C396A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C396A0; }
p { color: rgb(195,150,160); }
H1.HeaderClassName
{
color: #C396A0;
}
.AnyTagClassName
{
color: #C396A0;
}
</style>
background-color css
<style>
a { background-color: #C396A0; }
a { background-color: rgb(195,150,160); }
div.DivClassName
{
background-color: #C396A0;
}
.BgClassName
{
background-color: #C396A0;
}
</style>
border-color css
<style>
span { border-color: #C396A0; }
span { border-color: rgb(195,150,160); }
td.TdClassName
{
border-color: #C396A0;
}
.TagClassName
{
border-color: #C396A0;
}
</style>