Shades of Viola #C48D99
Tints of Viola #C48D99
RGB
CMYK
RGB Variations
Color information
#C48D99 (or 0xC48D99) is known color: Viola. HEX triplet: C4, 8D and 99. RGB value is (196,141,153). Sum of RGB (Red+Green+Blue) = 196+141+153=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48D99 is #3B7266. Grayscale: #9E9E9E. Windows color (decimal): -3895911 or 10063300. OLE color: 10063300.
HSL color Cylindrical-coordinate representation of color #C48D99: hue angle of 346.91º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C48D99 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 153 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.23 |
| HSL | 346.91º | 0.32% | 0.66% | - |
| HSV(B) | 346.91º | 0.28% | 0.77% | - |
| XYZ | 38.04 | 33.09 | 34.52 | - |
| YUV | 158.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 153 | 0 | 0.28 | 0.22 | 0.23 | 346.91 | 0.32 | 0.66 |
| Hex | C4 | 8D | 99 | 0 | 1C | 16 | 17 | 15B | 20 | 42 |
| Octal | 304 | 215 | 231 | 0 | 34 | 26 | 27 | 533 | 40 | 102 |
| Binary | 11000100 | 10001101 | 10011001 | 0 | 11100 | 10110 | 10111 | 101011011 | 100000 | 1000010 |
Color Harmonies of #C48D99
Complementary color
Monochromatic Colors of #C48D99
Black with #C48D99
Text Example
Text Example
White with #C48D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D99; }
p { color: rgb(196,141,153); }
H1.HeaderClassName
{
color: #C48D99;
}
.AnyTagClassName
{
color: #C48D99;
}
</style>
background-color css
<style>
a { background-color: #C48D99; }
a { background-color: rgb(196,141,153); }
div.DivClassName
{
background-color: #C48D99;
}
.BgClassName
{
background-color: #C48D99;
}
</style>
border-color css
<style>
span { border-color: #C48D99; }
span { border-color: rgb(196,141,153); }
td.TdClassName
{
border-color: #C48D99;
}
.TagClassName
{
border-color: #C48D99;
}
</style>