Shades of Viola #C19BA8
Tints of Viola #C19BA8
RGB
CMYK
RGB Variations
Color information
#C19BA8 (or 0xC19BA8) is known color: Viola. HEX triplet: C1, 9B and A8. RGB value is (193,155,168). Sum of RGB (Red+Green+Blue) = 193+155+168=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C19BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19BA8 is #3E6457. Grayscale: #A7A7A7. Windows color (decimal): -4088920 or 11049921. OLE color: 11049921.
HSL color Cylindrical-coordinate representation of color #C19BA8: hue angle of 339.47º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C19BA8 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 168 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.24 |
| HSL | 339.47º | 0.23% | 0.68% | - |
| HSV(B) | 339.47º | 0.2% | 0.76% | - |
| XYZ | 40.78 | 37.61 | 42.16 | - |
| YUV | 167.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 168 | 0 | 0.20 | 0.13 | 0.24 | 339.47 | 0.23 | 0.68 |
| Hex | C1 | 9B | A8 | 0 | 14 | D | 18 | 153 | 17 | 44 |
| Octal | 301 | 233 | 250 | 0 | 24 | 15 | 30 | 523 | 27 | 104 |
| Binary | 11000001 | 10011011 | 10101000 | 0 | 10100 | 1101 | 11000 | 101010011 | 10111 | 1000100 |
Color Harmonies of #C19BA8
Complementary color
Monochromatic Colors of #C19BA8
Black with #C19BA8
Text Example
Text Example
White with #C19BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19BA8; }
p { color: rgb(193,155,168); }
H1.HeaderClassName
{
color: #C19BA8;
}
.AnyTagClassName
{
color: #C19BA8;
}
</style>
background-color css
<style>
a { background-color: #C19BA8; }
a { background-color: rgb(193,155,168); }
div.DivClassName
{
background-color: #C19BA8;
}
.BgClassName
{
background-color: #C19BA8;
}
</style>
border-color css
<style>
span { border-color: #C19BA8; }
span { border-color: rgb(193,155,168); }
td.TdClassName
{
border-color: #C19BA8;
}
.TagClassName
{
border-color: #C19BA8;
}
</style>