Shades of Viola #C198A1
Tints of Viola #C198A1
RGB
CMYK
RGB Variations
Color information
#C198A1 (or 0xC198A1) is known color: Viola. HEX triplet: C1, 98 and A1. RGB value is (193,152,161). Sum of RGB (Red+Green+Blue) = 193+152+161=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 193 - color contains mainly: red. Hex color #C198A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C198A1 is #3E675E. Grayscale: #A5A5A5. Windows color (decimal): -4089695 or 10590401. OLE color: 10590401.
HSL color Cylindrical-coordinate representation of color #C198A1: hue angle of 346.83º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C198A1 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 161 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.24 |
| HSL | 346.83º | 0.25% | 0.68% | - |
| HSV(B) | 346.83º | 0.21% | 0.76% | - |
| XYZ | 39.65 | 36.37 | 38.65 | - |
| YUV | 165.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 161 | 0 | 0.21 | 0.17 | 0.24 | 346.83 | 0.25 | 0.68 |
| Hex | C1 | 98 | A1 | 0 | 15 | 11 | 18 | 15B | 19 | 44 |
| Octal | 301 | 230 | 241 | 0 | 25 | 21 | 30 | 533 | 31 | 104 |
| Binary | 11000001 | 10011000 | 10100001 | 0 | 10101 | 10001 | 11000 | 101011011 | 11001 | 1000100 |
Color Harmonies of #C198A1
Complementary color
Monochromatic Colors of #C198A1
Black with #C198A1
Text Example
Text Example
White with #C198A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C198A1; }
p { color: rgb(193,152,161); }
H1.HeaderClassName
{
color: #C198A1;
}
.AnyTagClassName
{
color: #C198A1;
}
</style>
background-color css
<style>
a { background-color: #C198A1; }
a { background-color: rgb(193,152,161); }
div.DivClassName
{
background-color: #C198A1;
}
.BgClassName
{
background-color: #C198A1;
}
</style>
border-color css
<style>
span { border-color: #C198A1; }
span { border-color: rgb(193,152,161); }
td.TdClassName
{
border-color: #C198A1;
}
.TagClassName
{
border-color: #C198A1;
}
</style>