Shades of Viola #C48E9A
Tints of Viola #C48E9A
RGB
CMYK
RGB Variations
Color information
#C48E9A (or 0xC48E9A) is known color: Viola. HEX triplet: C4, 8E and 9A. RGB value is (196,142,154). Sum of RGB (Red+Green+Blue) = 196+142+154=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48E9A is #3B7165. Grayscale: #9F9F9F. Windows color (decimal): -3895654 or 10129092. OLE color: 10129092.
HSL color Cylindrical-coordinate representation of color #C48E9A: hue angle of 346.67º degrees, saturation: 0.31, 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 #C48E9A is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 142 | 154 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.23 |
| HSL | 346.67º | 0.31% | 0.66% | - |
| HSV(B) | 346.67º | 0.28% | 0.77% | - |
| XYZ | 38.27 | 33.41 | 35 | - |
| YUV | 159.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 154 | 0 | 0.28 | 0.21 | 0.23 | 346.67 | 0.31 | 0.66 |
| Hex | C4 | 8E | 9A | 0 | 1C | 15 | 17 | 15B | 1F | 42 |
| Octal | 304 | 216 | 232 | 0 | 34 | 25 | 27 | 533 | 37 | 102 |
| Binary | 11000100 | 10001110 | 10011010 | 0 | 11100 | 10101 | 10111 | 101011011 | 11111 | 1000010 |
Color Harmonies of #C48E9A
Complementary color
Monochromatic Colors of #C48E9A
Black with #C48E9A
Text Example
Text Example
White with #C48E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48E9A; }
p { color: rgb(196,142,154); }
H1.HeaderClassName
{
color: #C48E9A;
}
.AnyTagClassName
{
color: #C48E9A;
}
</style>
background-color css
<style>
a { background-color: #C48E9A; }
a { background-color: rgb(196,142,154); }
div.DivClassName
{
background-color: #C48E9A;
}
.BgClassName
{
background-color: #C48E9A;
}
</style>
border-color css
<style>
span { border-color: #C48E9A; }
span { border-color: rgb(196,142,154); }
td.TdClassName
{
border-color: #C48E9A;
}
.TagClassName
{
border-color: #C48E9A;
}
</style>