Shades of Viola #C5889C
Tints of Viola #C5889C
RGB
CMYK
RGB Variations
Color information
#C5889C (or 0xC5889C) is known color: Viola. HEX triplet: C5, 88 and 9C. RGB value is (197,136,156). Sum of RGB (Red+Green+Blue) = 197+136+156=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C5889C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5889C is #3A7763. Grayscale: #9C9C9C. Windows color (decimal): -3831652 or 10258629. OLE color: 10258629.
HSL color Cylindrical-coordinate representation of color #C5889C: hue angle of 340.33º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5889C is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 156 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.23 |
| HSL | 340.33º | 0.34% | 0.65% | - |
| HSV(B) | 340.33º | 0.31% | 0.77% | - |
| XYZ | 37.83 | 31.88 | 35.61 | - |
| YUV | 156.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 156 | 0 | 0.31 | 0.21 | 0.23 | 340.33 | 0.34 | 0.65 |
| Hex | C5 | 88 | 9C | 0 | 1F | 15 | 17 | 154 | 22 | 41 |
| Octal | 305 | 210 | 234 | 0 | 37 | 25 | 27 | 524 | 42 | 101 |
| Binary | 11000101 | 10001000 | 10011100 | 0 | 11111 | 10101 | 10111 | 101010100 | 100010 | 1000001 |
Color Harmonies of #C5889C
Complementary color
Monochromatic Colors of #C5889C
Black with #C5889C
Text Example
Text Example
White with #C5889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5889C; }
p { color: rgb(197,136,156); }
H1.HeaderClassName
{
color: #C5889C;
}
.AnyTagClassName
{
color: #C5889C;
}
</style>
background-color css
<style>
a { background-color: #C5889C; }
a { background-color: rgb(197,136,156); }
div.DivClassName
{
background-color: #C5889C;
}
.BgClassName
{
background-color: #C5889C;
}
</style>
border-color css
<style>
span { border-color: #C5889C; }
span { border-color: rgb(197,136,156); }
td.TdClassName
{
border-color: #C5889C;
}
.TagClassName
{
border-color: #C5889C;
}
</style>