Shades of Viola #C48D9C
Tints of Viola #C48D9C
RGB
CMYK
RGB Variations
Color information
#C48D9C (or 0xC48D9C) is known color: Viola. HEX triplet: C4, 8D and 9C. RGB value is (196,141,156). Sum of RGB (Red+Green+Blue) = 196+141+156=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48D9C is #3B7263. Grayscale: #9F9F9F. Windows color (decimal): -3895908 or 10259908. OLE color: 10259908.
HSL color Cylindrical-coordinate representation of color #C48D9C: hue angle of 343.64º 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 #C48D9C is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 156 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.23 |
| HSL | 343.64º | 0.32% | 0.66% | - |
| HSV(B) | 343.64º | 0.28% | 0.77% | - |
| XYZ | 38.29 | 33.19 | 35.84 | - |
| YUV | 159.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 156 | 0 | 0.28 | 0.20 | 0.23 | 343.64 | 0.32 | 0.66 |
| Hex | C4 | 8D | 9C | 0 | 1C | 14 | 17 | 158 | 20 | 42 |
| Octal | 304 | 215 | 234 | 0 | 34 | 24 | 27 | 530 | 40 | 102 |
| Binary | 11000100 | 10001101 | 10011100 | 0 | 11100 | 10100 | 10111 | 101011000 | 100000 | 1000010 |
Color Harmonies of #C48D9C
Complementary color
Monochromatic Colors of #C48D9C
Black with #C48D9C
Text Example
Text Example
White with #C48D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D9C; }
p { color: rgb(196,141,156); }
H1.HeaderClassName
{
color: #C48D9C;
}
.AnyTagClassName
{
color: #C48D9C;
}
</style>
background-color css
<style>
a { background-color: #C48D9C; }
a { background-color: rgb(196,141,156); }
div.DivClassName
{
background-color: #C48D9C;
}
.BgClassName
{
background-color: #C48D9C;
}
</style>
border-color css
<style>
span { border-color: #C48D9C; }
span { border-color: rgb(196,141,156); }
td.TdClassName
{
border-color: #C48D9C;
}
.TagClassName
{
border-color: #C48D9C;
}
</style>