Shades of Viola #C5929E
Tints of Viola #C5929E
RGB
CMYK
RGB Variations
Color information
#C5929E (or 0xC5929E) is known color: Viola. HEX triplet: C5, 92 and 9E. RGB value is (197,146,158). Sum of RGB (Red+Green+Blue) = 197+146+158=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C5929E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5929E is #3A6D61. Grayscale: #A2A2A2. Windows color (decimal): -3829090 or 10392261. OLE color: 10392261.
HSL color Cylindrical-coordinate representation of color #C5929E: hue angle of 345.88º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5929E is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 158 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.23 |
| HSL | 345.88º | 0.31% | 0.67% | - |
| HSV(B) | 345.88º | 0.26% | 0.77% | - |
| XYZ | 39.48 | 34.9 | 37 | - |
| YUV | 162.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 158 | 0 | 0.26 | 0.20 | 0.23 | 345.88 | 0.31 | 0.67 |
| Hex | C5 | 92 | 9E | 0 | 1A | 14 | 17 | 15A | 1F | 43 |
| Octal | 305 | 222 | 236 | 0 | 32 | 24 | 27 | 532 | 37 | 103 |
| Binary | 11000101 | 10010010 | 10011110 | 0 | 11010 | 10100 | 10111 | 101011010 | 11111 | 1000011 |
Color Harmonies of #C5929E
Complementary color
Monochromatic Colors of #C5929E
Black with #C5929E
Text Example
Text Example
White with #C5929E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5929E; }
p { color: rgb(197,146,158); }
H1.HeaderClassName
{
color: #C5929E;
}
.AnyTagClassName
{
color: #C5929E;
}
</style>
background-color css
<style>
a { background-color: #C5929E; }
a { background-color: rgb(197,146,158); }
div.DivClassName
{
background-color: #C5929E;
}
.BgClassName
{
background-color: #C5929E;
}
</style>
border-color css
<style>
span { border-color: #C5929E; }
span { border-color: rgb(197,146,158); }
td.TdClassName
{
border-color: #C5929E;
}
.TagClassName
{
border-color: #C5929E;
}
</style>