Shades of Viola #C48899
Tints of Viola #C48899
RGB
CMYK
RGB Variations
Color information
#C48899 (or 0xC48899) is known color: Viola. HEX triplet: C4, 88 and 99. RGB value is (196,136,153). Sum of RGB (Red+Green+Blue) = 196+136+153=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C48899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48899 is #3B7766. Grayscale: #9B9B9B. Windows color (decimal): -3897191 or 10062020. OLE color: 10062020.
HSL color Cylindrical-coordinate representation of color #C48899: hue angle of 343º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C48899 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 153 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.23 |
| HSL | 343º | 0.34% | 0.65% | - |
| HSV(B) | 343º | 0.31% | 0.77% | - |
| XYZ | 37.32 | 31.64 | 34.28 | - |
| YUV | 155.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 153 | 0 | 0.31 | 0.22 | 0.23 | 343 | 0.34 | 0.65 |
| Hex | C4 | 88 | 99 | 0 | 1F | 16 | 17 | 157 | 22 | 41 |
| Octal | 304 | 210 | 231 | 0 | 37 | 26 | 27 | 527 | 42 | 101 |
| Binary | 11000100 | 10001000 | 10011001 | 0 | 11111 | 10110 | 10111 | 101010111 | 100010 | 1000001 |
Color Harmonies of #C48899
Complementary color
Monochromatic Colors of #C48899
Black with #C48899
Text Example
Text Example
White with #C48899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48899; }
p { color: rgb(196,136,153); }
H1.HeaderClassName
{
color: #C48899;
}
.AnyTagClassName
{
color: #C48899;
}
</style>
background-color css
<style>
a { background-color: #C48899; }
a { background-color: rgb(196,136,153); }
div.DivClassName
{
background-color: #C48899;
}
.BgClassName
{
background-color: #C48899;
}
</style>
border-color css
<style>
span { border-color: #C48899; }
span { border-color: rgb(196,136,153); }
td.TdClassName
{
border-color: #C48899;
}
.TagClassName
{
border-color: #C48899;
}
</style>