Shades of Viola #C58B97
Tints of Viola #C58B97
RGB
CMYK
RGB Variations
Color information
#C58B97 (or 0xC58B97) is known color: Viola. HEX triplet: C5, 8B and 97. RGB value is (197,139,151). Sum of RGB (Red+Green+Blue) = 197+139+151=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58B97 is #3A7468. Grayscale: #9D9D9D. Windows color (decimal): -3830889 or 9931717. OLE color: 9931717.
HSL color Cylindrical-coordinate representation of color #C58B97: hue angle of 347.59º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C58B97 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 151 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.23 |
| HSL | 347.59º | 0.33% | 0.66% | - |
| HSV(B) | 347.59º | 0.29% | 0.77% | - |
| XYZ | 37.84 | 32.57 | 33.57 | - |
| YUV | 157.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 151 | 0 | 0.29 | 0.23 | 0.23 | 347.59 | 0.33 | 0.66 |
| Hex | C5 | 8B | 97 | 0 | 1D | 17 | 17 | 15C | 21 | 42 |
| Octal | 305 | 213 | 227 | 0 | 35 | 27 | 27 | 534 | 41 | 102 |
| Binary | 11000101 | 10001011 | 10010111 | 0 | 11101 | 10111 | 10111 | 101011100 | 100001 | 1000010 |
Color Harmonies of #C58B97
Complementary color
Monochromatic Colors of #C58B97
Black with #C58B97
Text Example
Text Example
White with #C58B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58B97; }
p { color: rgb(197,139,151); }
H1.HeaderClassName
{
color: #C58B97;
}
.AnyTagClassName
{
color: #C58B97;
}
</style>
background-color css
<style>
a { background-color: #C58B97; }
a { background-color: rgb(197,139,151); }
div.DivClassName
{
background-color: #C58B97;
}
.BgClassName
{
background-color: #C58B97;
}
</style>
border-color css
<style>
span { border-color: #C58B97; }
span { border-color: rgb(197,139,151); }
td.TdClassName
{
border-color: #C58B97;
}
.TagClassName
{
border-color: #C58B97;
}
</style>