Shades of Viola #C48F9A
Tints of Viola #C48F9A
RGB
CMYK
RGB Variations
Color information
#C48F9A (or 0xC48F9A) is known color: Viola. HEX triplet: C4, 8F and 9A. RGB value is (196,143,154). Sum of RGB (Red+Green+Blue) = 196+143+154=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48F9A is #3B7065. Grayscale: #A0A0A0. Windows color (decimal): -3895398 or 10129348. OLE color: 10129348.
HSL color Cylindrical-coordinate representation of color #C48F9A: hue angle of 347.55º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C48F9A is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 154 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.23 |
| HSL | 347.55º | 0.31% | 0.66% | - |
| HSV(B) | 347.55º | 0.27% | 0.77% | - |
| XYZ | 38.42 | 33.71 | 35.05 | - |
| YUV | 160.1 | 124.56 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 154 | 0 | 0.27 | 0.21 | 0.23 | 347.55 | 0.31 | 0.66 |
| Hex | C4 | 8F | 9A | 0 | 1B | 15 | 17 | 15C | 1F | 42 |
| Octal | 304 | 217 | 232 | 0 | 33 | 25 | 27 | 534 | 37 | 102 |
| Binary | 11000100 | 10001111 | 10011010 | 0 | 11011 | 10101 | 10111 | 101011100 | 11111 | 1000010 |
Color Harmonies of #C48F9A
Complementary color
Monochromatic Colors of #C48F9A
Black with #C48F9A
Text Example
Text Example
White with #C48F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F9A; }
p { color: rgb(196,143,154); }
H1.HeaderClassName
{
color: #C48F9A;
}
.AnyTagClassName
{
color: #C48F9A;
}
</style>
background-color css
<style>
a { background-color: #C48F9A; }
a { background-color: rgb(196,143,154); }
div.DivClassName
{
background-color: #C48F9A;
}
.BgClassName
{
background-color: #C48F9A;
}
</style>
border-color css
<style>
span { border-color: #C48F9A; }
span { border-color: rgb(196,143,154); }
td.TdClassName
{
border-color: #C48F9A;
}
.TagClassName
{
border-color: #C48F9A;
}
</style>