Shades of Viola #C48B9A
Tints of Viola #C48B9A
RGB
CMYK
RGB Variations
Color information
#C48B9A (or 0xC48B9A) is known color: Viola. HEX triplet: C4, 8B and 9A. RGB value is (196,139,154). Sum of RGB (Red+Green+Blue) = 196+139+154=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48B9A is #3B7465. Grayscale: #9D9D9D. Windows color (decimal): -3896422 or 10128324. OLE color: 10128324.
HSL color Cylindrical-coordinate representation of color #C48B9A: hue angle of 344.21º degrees, saturation: 0.33, 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 #C48B9A is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 154 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.23 |
| HSL | 344.21º | 0.33% | 0.66% | - |
| HSV(B) | 344.21º | 0.29% | 0.77% | - |
| XYZ | 37.83 | 32.53 | 34.86 | - |
| YUV | 157.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 154 | 0 | 0.29 | 0.21 | 0.23 | 344.21 | 0.33 | 0.66 |
| Hex | C4 | 8B | 9A | 0 | 1D | 15 | 17 | 158 | 21 | 42 |
| Octal | 304 | 213 | 232 | 0 | 35 | 25 | 27 | 530 | 41 | 102 |
| Binary | 11000100 | 10001011 | 10011010 | 0 | 11101 | 10101 | 10111 | 101011000 | 100001 | 1000010 |
Color Harmonies of #C48B9A
Complementary color
Monochromatic Colors of #C48B9A
Black with #C48B9A
Text Example
Text Example
White with #C48B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48B9A; }
p { color: rgb(196,139,154); }
H1.HeaderClassName
{
color: #C48B9A;
}
.AnyTagClassName
{
color: #C48B9A;
}
</style>
background-color css
<style>
a { background-color: #C48B9A; }
a { background-color: rgb(196,139,154); }
div.DivClassName
{
background-color: #C48B9A;
}
.BgClassName
{
background-color: #C48B9A;
}
</style>
border-color css
<style>
span { border-color: #C48B9A; }
span { border-color: rgb(196,139,154); }
td.TdClassName
{
border-color: #C48B9A;
}
.TagClassName
{
border-color: #C48B9A;
}
</style>