Shades of Viola #C48A9A
Tints of Viola #C48A9A
RGB
CMYK
RGB Variations
Color information
#C48A9A (or 0xC48A9A) is known color: Viola. HEX triplet: C4, 8A and 9A. RGB value is (196,138,154). Sum of RGB (Red+Green+Blue) = 196+138+154=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48A9A is #3B7565. Grayscale: #9D9D9D. Windows color (decimal): -3896678 or 10128068. OLE color: 10128068.
HSL color Cylindrical-coordinate representation of color #C48A9A: hue angle of 343.45º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48A9A is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 154 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.23 |
| HSL | 343.45º | 0.33% | 0.65% | - |
| HSV(B) | 343.45º | 0.3% | 0.77% | - |
| XYZ | 37.69 | 32.25 | 34.81 | - |
| YUV | 157.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 154 | 0 | 0.30 | 0.21 | 0.23 | 343.45 | 0.33 | 0.65 |
| Hex | C4 | 8A | 9A | 0 | 1E | 15 | 17 | 157 | 21 | 41 |
| Octal | 304 | 212 | 232 | 0 | 36 | 25 | 27 | 527 | 41 | 101 |
| Binary | 11000100 | 10001010 | 10011010 | 0 | 11110 | 10101 | 10111 | 101010111 | 100001 | 1000001 |
Color Harmonies of #C48A9A
Complementary color
Monochromatic Colors of #C48A9A
Black with #C48A9A
Text Example
Text Example
White with #C48A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A9A; }
p { color: rgb(196,138,154); }
H1.HeaderClassName
{
color: #C48A9A;
}
.AnyTagClassName
{
color: #C48A9A;
}
</style>
background-color css
<style>
a { background-color: #C48A9A; }
a { background-color: rgb(196,138,154); }
div.DivClassName
{
background-color: #C48A9A;
}
.BgClassName
{
background-color: #C48A9A;
}
</style>
border-color css
<style>
span { border-color: #C48A9A; }
span { border-color: rgb(196,138,154); }
td.TdClassName
{
border-color: #C48A9A;
}
.TagClassName
{
border-color: #C48A9A;
}
</style>