Shades of Viola #C58C9C
Tints of Viola #C58C9C
RGB
CMYK
RGB Variations
Color information
#C58C9C (or 0xC58C9C) is known color: Viola. HEX triplet: C5, 8C and 9C. RGB value is (197,140,156). Sum of RGB (Red+Green+Blue) = 197+140+156=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58C9C is #3A7363. Grayscale: #9E9E9E. Windows color (decimal): -3830628 or 10259653. OLE color: 10259653.
HSL color Cylindrical-coordinate representation of color #C58C9C: hue angle of 343.16º 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 #C58C9C is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 140 | 156 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.23 |
| HSL | 343.16º | 0.33% | 0.66% | - |
| HSV(B) | 343.16º | 0.29% | 0.77% | - |
| XYZ | 38.4 | 33.03 | 35.8 | - |
| YUV | 158.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 156 | 0 | 0.29 | 0.21 | 0.23 | 343.16 | 0.33 | 0.66 |
| Hex | C5 | 8C | 9C | 0 | 1D | 15 | 17 | 157 | 21 | 42 |
| Octal | 305 | 214 | 234 | 0 | 35 | 25 | 27 | 527 | 41 | 102 |
| Binary | 11000101 | 10001100 | 10011100 | 0 | 11101 | 10101 | 10111 | 101010111 | 100001 | 1000010 |
Color Harmonies of #C58C9C
Complementary color
Monochromatic Colors of #C58C9C
Black with #C58C9C
Text Example
Text Example
White with #C58C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58C9C; }
p { color: rgb(197,140,156); }
H1.HeaderClassName
{
color: #C58C9C;
}
.AnyTagClassName
{
color: #C58C9C;
}
</style>
background-color css
<style>
a { background-color: #C58C9C; }
a { background-color: rgb(197,140,156); }
div.DivClassName
{
background-color: #C58C9C;
}
.BgClassName
{
background-color: #C58C9C;
}
</style>
border-color css
<style>
span { border-color: #C58C9C; }
span { border-color: rgb(197,140,156); }
td.TdClassName
{
border-color: #C58C9C;
}
.TagClassName
{
border-color: #C58C9C;
}
</style>