Shades of Viola #C48998
Tints of Viola #C48998
RGB
CMYK
RGB Variations
Color information
#C48998 (or 0xC48998) is known color: Viola. HEX triplet: C4, 89 and 98. RGB value is (196,137,152). Sum of RGB (Red+Green+Blue) = 196+137+152=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C48998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48998 is #3B7667. Grayscale: #9C9C9C. Windows color (decimal): -3896936 or 9996740. OLE color: 9996740.
HSL color Cylindrical-coordinate representation of color #C48998: hue angle of 344.75º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48998 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 152 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.23 |
| HSL | 344.75º | 0.33% | 0.65% | - |
| HSV(B) | 344.75º | 0.3% | 0.77% | - |
| XYZ | 37.38 | 31.89 | 33.89 | - |
| YUV | 156.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 152 | 0 | 0.30 | 0.22 | 0.23 | 344.75 | 0.33 | 0.65 |
| Hex | C4 | 89 | 98 | 0 | 1E | 16 | 17 | 159 | 21 | 41 |
| Octal | 304 | 211 | 230 | 0 | 36 | 26 | 27 | 531 | 41 | 101 |
| Binary | 11000100 | 10001001 | 10011000 | 0 | 11110 | 10110 | 10111 | 101011001 | 100001 | 1000001 |
Color Harmonies of #C48998
Complementary color
Monochromatic Colors of #C48998
Black with #C48998
Text Example
Text Example
White with #C48998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48998; }
p { color: rgb(196,137,152); }
H1.HeaderClassName
{
color: #C48998;
}
.AnyTagClassName
{
color: #C48998;
}
</style>
background-color css
<style>
a { background-color: #C48998; }
a { background-color: rgb(196,137,152); }
div.DivClassName
{
background-color: #C48998;
}
.BgClassName
{
background-color: #C48998;
}
</style>
border-color css
<style>
span { border-color: #C48998; }
span { border-color: rgb(196,137,152); }
td.TdClassName
{
border-color: #C48998;
}
.TagClassName
{
border-color: #C48998;
}
</style>