Shades of Viola #C49097
Tints of Viola #C49097
RGB
CMYK
RGB Variations
Color information
#C49097 (or 0xC49097) is known color: Viola. HEX triplet: C4, 90 and 97. RGB value is (196,144,151). Sum of RGB (Red+Green+Blue) = 196+144+151=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C49097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49097 is #3B6F68. Grayscale: #A0A0A0. Windows color (decimal): -3895145 or 9932996. OLE color: 9932996.
HSL color Cylindrical-coordinate representation of color #C49097: hue angle of 351.92º 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 #C49097 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 151 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.23 |
| HSL | 351.92º | 0.31% | 0.67% | - |
| HSV(B) | 351.92º | 0.27% | 0.77% | - |
| XYZ | 38.32 | 33.92 | 33.8 | - |
| YUV | 160.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 151 | 0 | 0.27 | 0.23 | 0.23 | 351.92 | 0.31 | 0.67 |
| Hex | C4 | 90 | 97 | 0 | 1B | 17 | 17 | 160 | 1F | 43 |
| Octal | 304 | 220 | 227 | 0 | 33 | 27 | 27 | 540 | 37 | 103 |
| Binary | 11000100 | 10010000 | 10010111 | 0 | 11011 | 10111 | 10111 | 101100000 | 11111 | 1000011 |
Color Harmonies of #C49097
Complementary color
Monochromatic Colors of #C49097
Black with #C49097
Text Example
Text Example
White with #C49097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49097; }
p { color: rgb(196,144,151); }
H1.HeaderClassName
{
color: #C49097;
}
.AnyTagClassName
{
color: #C49097;
}
</style>
background-color css
<style>
a { background-color: #C49097; }
a { background-color: rgb(196,144,151); }
div.DivClassName
{
background-color: #C49097;
}
.BgClassName
{
background-color: #C49097;
}
</style>
border-color css
<style>
span { border-color: #C49097; }
span { border-color: rgb(196,144,151); }
td.TdClassName
{
border-color: #C49097;
}
.TagClassName
{
border-color: #C49097;
}
</style>