Shades of Viola #C19CA9
Tints of Viola #C19CA9
RGB
CMYK
RGB Variations
Color information
#C19CA9 (or 0xC19CA9) is known color: Viola. HEX triplet: C1, 9C and A9. RGB value is (193,156,169). Sum of RGB (Red+Green+Blue) = 193+156+169=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 193 - color contains mainly: red. Hex color #C19CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19CA9 is #3E6356. Grayscale: #A8A8A8. Windows color (decimal): -4088663 or 11115713. OLE color: 11115713.
HSL color Cylindrical-coordinate representation of color #C19CA9: hue angle of 338.92º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C19CA9 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 169 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.24 |
| HSL | 338.92º | 0.23% | 0.68% | - |
| HSV(B) | 338.92º | 0.19% | 0.76% | - |
| XYZ | 41.04 | 37.98 | 42.7 | - |
| YUV | 168.55 | 128.26 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 169 | 0 | 0.19 | 0.12 | 0.24 | 338.92 | 0.23 | 0.68 |
| Hex | C1 | 9C | A9 | 0 | 13 | C | 18 | 153 | 17 | 44 |
| Octal | 301 | 234 | 251 | 0 | 23 | 14 | 30 | 523 | 27 | 104 |
| Binary | 11000001 | 10011100 | 10101001 | 0 | 10011 | 1100 | 11000 | 101010011 | 10111 | 1000100 |
Color Harmonies of #C19CA9
Complementary color
Monochromatic Colors of #C19CA9
Black with #C19CA9
Text Example
Text Example
White with #C19CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19CA9; }
p { color: rgb(193,156,169); }
H1.HeaderClassName
{
color: #C19CA9;
}
.AnyTagClassName
{
color: #C19CA9;
}
</style>
background-color css
<style>
a { background-color: #C19CA9; }
a { background-color: rgb(193,156,169); }
div.DivClassName
{
background-color: #C19CA9;
}
.BgClassName
{
background-color: #C19CA9;
}
</style>
border-color css
<style>
span { border-color: #C19CA9; }
span { border-color: rgb(193,156,169); }
td.TdClassName
{
border-color: #C19CA9;
}
.TagClassName
{
border-color: #C19CA9;
}
</style>