Shades of Viola #C5899E
Tints of Viola #C5899E
RGB
CMYK
RGB Variations
Color information
#C5899E (or 0xC5899E) is known color: Viola. HEX triplet: C5, 89 and 9E. RGB value is (197,137,158). Sum of RGB (Red+Green+Blue) = 197+137+158=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C5899E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5899E is #3A7661. Grayscale: #9D9D9D. Windows color (decimal): -3831394 or 10389957. OLE color: 10389957.
HSL color Cylindrical-coordinate representation of color #C5899E: hue angle of 339º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5899E is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 158 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.23 |
| HSL | 339º | 0.34% | 0.65% | - |
| HSV(B) | 339º | 0.3% | 0.77% | - |
| XYZ | 38.14 | 32.23 | 36.56 | - |
| YUV | 157.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 158 | 0 | 0.30 | 0.20 | 0.23 | 339 | 0.34 | 0.65 |
| Hex | C5 | 89 | 9E | 0 | 1E | 14 | 17 | 153 | 22 | 41 |
| Octal | 305 | 211 | 236 | 0 | 36 | 24 | 27 | 523 | 42 | 101 |
| Binary | 11000101 | 10001001 | 10011110 | 0 | 11110 | 10100 | 10111 | 101010011 | 100010 | 1000001 |
Color Harmonies of #C5899E
Complementary color
Monochromatic Colors of #C5899E
Black with #C5899E
Text Example
Text Example
White with #C5899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5899E; }
p { color: rgb(197,137,158); }
H1.HeaderClassName
{
color: #C5899E;
}
.AnyTagClassName
{
color: #C5899E;
}
</style>
background-color css
<style>
a { background-color: #C5899E; }
a { background-color: rgb(197,137,158); }
div.DivClassName
{
background-color: #C5899E;
}
.BgClassName
{
background-color: #C5899E;
}
</style>
border-color css
<style>
span { border-color: #C5899E; }
span { border-color: rgb(197,137,158); }
td.TdClassName
{
border-color: #C5899E;
}
.TagClassName
{
border-color: #C5899E;
}
</style>