Shades of Viola #C48B9B
Tints of Viola #C48B9B
RGB
CMYK
RGB Variations
Color information
#C48B9B (or 0xC48B9B) is known color: Viola. HEX triplet: C4, 8B and 9B. RGB value is (196,139,155). Sum of RGB (Red+Green+Blue) = 196+139+155=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48B9B is #3B7464. Grayscale: #9D9D9D. Windows color (decimal): -3896421 or 10193860. OLE color: 10193860.
HSL color Cylindrical-coordinate representation of color #C48B9B: hue angle of 343.16º 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 #C48B9B is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 155 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.23 |
| HSL | 343.16º | 0.33% | 0.66% | - |
| HSV(B) | 343.16º | 0.29% | 0.77% | - |
| XYZ | 37.91 | 32.57 | 35.3 | - |
| YUV | 157.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 155 | 0 | 0.29 | 0.21 | 0.23 | 343.16 | 0.33 | 0.66 |
| Hex | C4 | 8B | 9B | 0 | 1D | 15 | 17 | 157 | 21 | 42 |
| Octal | 304 | 213 | 233 | 0 | 35 | 25 | 27 | 527 | 41 | 102 |
| Binary | 11000100 | 10001011 | 10011011 | 0 | 11101 | 10101 | 10111 | 101010111 | 100001 | 1000010 |
Color Harmonies of #C48B9B
Complementary color
Monochromatic Colors of #C48B9B
Black with #C48B9B
Text Example
Text Example
White with #C48B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48B9B; }
p { color: rgb(196,139,155); }
H1.HeaderClassName
{
color: #C48B9B;
}
.AnyTagClassName
{
color: #C48B9B;
}
</style>
background-color css
<style>
a { background-color: #C48B9B; }
a { background-color: rgb(196,139,155); }
div.DivClassName
{
background-color: #C48B9B;
}
.BgClassName
{
background-color: #C48B9B;
}
</style>
border-color css
<style>
span { border-color: #C48B9B; }
span { border-color: rgb(196,139,155); }
td.TdClassName
{
border-color: #C48B9B;
}
.TagClassName
{
border-color: #C48B9B;
}
</style>