Shades of Viola #C196A6
Tints of Viola #C196A6
RGB
CMYK
RGB Variations
Color information
#C196A6 (or 0xC196A6) is known color: Viola. HEX triplet: C1, 96 and A6. RGB value is (193,150,166). Sum of RGB (Red+Green+Blue) = 193+150+166=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C196A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C196A6 is #3E6959. Grayscale: #A4A4A4. Windows color (decimal): -4090202 or 10917569. OLE color: 10917569.
HSL color Cylindrical-coordinate representation of color #C196A6: hue angle of 337.67º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C196A6 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 166 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.24 |
| HSL | 337.67º | 0.26% | 0.67% | - |
| HSV(B) | 337.67º | 0.22% | 0.76% | - |
| XYZ | 39.78 | 35.9 | 40.91 | - |
| YUV | 164.68 | 128.75 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 166 | 0 | 0.22 | 0.14 | 0.24 | 337.67 | 0.26 | 0.67 |
| Hex | C1 | 96 | A6 | 0 | 16 | E | 18 | 152 | 1A | 43 |
| Octal | 301 | 226 | 246 | 0 | 26 | 16 | 30 | 522 | 32 | 103 |
| Binary | 11000001 | 10010110 | 10100110 | 0 | 10110 | 1110 | 11000 | 101010010 | 11010 | 1000011 |
Color Harmonies of #C196A6
Complementary color
Monochromatic Colors of #C196A6
Black with #C196A6
Text Example
Text Example
White with #C196A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C196A6; }
p { color: rgb(193,150,166); }
H1.HeaderClassName
{
color: #C196A6;
}
.AnyTagClassName
{
color: #C196A6;
}
</style>
background-color css
<style>
a { background-color: #C196A6; }
a { background-color: rgb(193,150,166); }
div.DivClassName
{
background-color: #C196A6;
}
.BgClassName
{
background-color: #C196A6;
}
</style>
border-color css
<style>
span { border-color: #C196A6; }
span { border-color: rgb(193,150,166); }
td.TdClassName
{
border-color: #C196A6;
}
.TagClassName
{
border-color: #C196A6;
}
</style>