Shades of Viola #C19099
Tints of Viola #C19099
RGB
CMYK
RGB Variations
Color information
#C19099 (or 0xC19099) is known color: Viola. HEX triplet: C1, 90 and 99. RGB value is (193,144,153). Sum of RGB (Red+Green+Blue) = 193+144+153=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C19099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19099 is #3E6F66. Grayscale: #9F9F9F. Windows color (decimal): -4091751 or 10064065. OLE color: 10064065.
HSL color Cylindrical-coordinate representation of color #C19099: hue angle of 348.98º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C19099 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 153 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.24 |
| HSL | 348.98º | 0.28% | 0.66% | - |
| HSV(B) | 348.98º | 0.25% | 0.76% | - |
| XYZ | 37.72 | 33.58 | 34.63 | - |
| YUV | 159.68 | 124.23 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 153 | 0 | 0.25 | 0.21 | 0.24 | 348.98 | 0.28 | 0.66 |
| Hex | C1 | 90 | 99 | 0 | 19 | 15 | 18 | 15D | 1C | 42 |
| Octal | 301 | 220 | 231 | 0 | 31 | 25 | 30 | 535 | 34 | 102 |
| Binary | 11000001 | 10010000 | 10011001 | 0 | 11001 | 10101 | 11000 | 101011101 | 11100 | 1000010 |
Color Harmonies of #C19099
Complementary color
Monochromatic Colors of #C19099
Black with #C19099
Text Example
Text Example
White with #C19099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19099; }
p { color: rgb(193,144,153); }
H1.HeaderClassName
{
color: #C19099;
}
.AnyTagClassName
{
color: #C19099;
}
</style>
background-color css
<style>
a { background-color: #C19099; }
a { background-color: rgb(193,144,153); }
div.DivClassName
{
background-color: #C19099;
}
.BgClassName
{
background-color: #C19099;
}
</style>
border-color css
<style>
span { border-color: #C19099; }
span { border-color: rgb(193,144,153); }
td.TdClassName
{
border-color: #C19099;
}
.TagClassName
{
border-color: #C19099;
}
</style>