Shades of Viola #C5899F
Tints of Viola #C5899F
RGB
CMYK
RGB Variations
Color information
#C5899F (or 0xC5899F) is known color: Viola. HEX triplet: C5, 89 and 9F. RGB value is (197,137,159). Sum of RGB (Red+Green+Blue) = 197+137+159=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C5899F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5899F is #3A7660. Grayscale: #9D9D9D. Windows color (decimal): -3831393 or 10455493. OLE color: 10455493.
HSL color Cylindrical-coordinate representation of color #C5899F: hue angle of 338º 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 #C5899F is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 159 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.23 |
| HSL | 338º | 0.34% | 0.65% | - |
| HSV(B) | 338º | 0.3% | 0.77% | - |
| XYZ | 38.23 | 32.26 | 37.01 | - |
| YUV | 157.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 159 | 0 | 0.30 | 0.19 | 0.23 | 338 | 0.34 | 0.65 |
| Hex | C5 | 89 | 9F | 0 | 1E | 13 | 17 | 152 | 22 | 41 |
| Octal | 305 | 211 | 237 | 0 | 36 | 23 | 27 | 522 | 42 | 101 |
| Binary | 11000101 | 10001001 | 10011111 | 0 | 11110 | 10011 | 10111 | 101010010 | 100010 | 1000001 |
Color Harmonies of #C5899F
Complementary color
Monochromatic Colors of #C5899F
Black with #C5899F
Text Example
Text Example
White with #C5899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5899F; }
p { color: rgb(197,137,159); }
H1.HeaderClassName
{
color: #C5899F;
}
.AnyTagClassName
{
color: #C5899F;
}
</style>
background-color css
<style>
a { background-color: #C5899F; }
a { background-color: rgb(197,137,159); }
div.DivClassName
{
background-color: #C5899F;
}
.BgClassName
{
background-color: #C5899F;
}
</style>
border-color css
<style>
span { border-color: #C5899F; }
span { border-color: rgb(197,137,159); }
td.TdClassName
{
border-color: #C5899F;
}
.TagClassName
{
border-color: #C5899F;
}
</style>