Shades of Viola #C5909A
Tints of Viola #C5909A
RGB
CMYK
RGB Variations
Color information
#C5909A (or 0xC5909A) is known color: Viola. HEX triplet: C5, 90 and 9A. RGB value is (197,144,154). Sum of RGB (Red+Green+Blue) = 197+144+154=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C5909A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5909A is #3A6F65. Grayscale: #A1A1A1. Windows color (decimal): -3829606 or 10129605. OLE color: 10129605.
HSL color Cylindrical-coordinate representation of color #C5909A: hue angle of 348.68º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5909A is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 154 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.23 |
| HSL | 348.68º | 0.31% | 0.67% | - |
| HSV(B) | 348.68º | 0.27% | 0.77% | - |
| XYZ | 38.83 | 34.15 | 35.12 | - |
| YUV | 160.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 154 | 0 | 0.27 | 0.22 | 0.23 | 348.68 | 0.31 | 0.67 |
| Hex | C5 | 90 | 9A | 0 | 1B | 16 | 17 | 15D | 1F | 43 |
| Octal | 305 | 220 | 232 | 0 | 33 | 26 | 27 | 535 | 37 | 103 |
| Binary | 11000101 | 10010000 | 10011010 | 0 | 11011 | 10110 | 10111 | 101011101 | 11111 | 1000011 |
Color Harmonies of #C5909A
Complementary color
Monochromatic Colors of #C5909A
Black with #C5909A
Text Example
Text Example
White with #C5909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5909A; }
p { color: rgb(197,144,154); }
H1.HeaderClassName
{
color: #C5909A;
}
.AnyTagClassName
{
color: #C5909A;
}
</style>
background-color css
<style>
a { background-color: #C5909A; }
a { background-color: rgb(197,144,154); }
div.DivClassName
{
background-color: #C5909A;
}
.BgClassName
{
background-color: #C5909A;
}
</style>
border-color css
<style>
span { border-color: #C5909A; }
span { border-color: rgb(197,144,154); }
td.TdClassName
{
border-color: #C5909A;
}
.TagClassName
{
border-color: #C5909A;
}
</style>