Shades of Viola #C48C99
Tints of Viola #C48C99
RGB
CMYK
RGB Variations
Color information
#C48C99 (or 0xC48C99) is known color: Viola. HEX triplet: C4, 8C and 99. RGB value is (196,140,153). Sum of RGB (Red+Green+Blue) = 196+140+153=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48C99 is #3B7366. Grayscale: #9E9E9E. Windows color (decimal): -3896167 or 10063044. OLE color: 10063044.
HSL color Cylindrical-coordinate representation of color #C48C99: hue angle of 346.07º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48C99 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 153 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.23 |
| HSL | 346.07º | 0.32% | 0.66% | - |
| HSV(B) | 346.07º | 0.29% | 0.77% | - |
| XYZ | 37.89 | 32.79 | 34.47 | - |
| YUV | 158.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 153 | 0 | 0.29 | 0.22 | 0.23 | 346.07 | 0.32 | 0.66 |
| Hex | C4 | 8C | 99 | 0 | 1D | 16 | 17 | 15A | 20 | 42 |
| Octal | 304 | 214 | 231 | 0 | 35 | 26 | 27 | 532 | 40 | 102 |
| Binary | 11000100 | 10001100 | 10011001 | 0 | 11101 | 10110 | 10111 | 101011010 | 100000 | 1000010 |
Color Harmonies of #C48C99
Complementary color
Monochromatic Colors of #C48C99
Black with #C48C99
Text Example
Text Example
White with #C48C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C99; }
p { color: rgb(196,140,153); }
H1.HeaderClassName
{
color: #C48C99;
}
.AnyTagClassName
{
color: #C48C99;
}
</style>
background-color css
<style>
a { background-color: #C48C99; }
a { background-color: rgb(196,140,153); }
div.DivClassName
{
background-color: #C48C99;
}
.BgClassName
{
background-color: #C48C99;
}
</style>
border-color css
<style>
span { border-color: #C48C99; }
span { border-color: rgb(196,140,153); }
td.TdClassName
{
border-color: #C48C99;
}
.TagClassName
{
border-color: #C48C99;
}
</style>