Shades of Mulberry #C5519A
Tints of Mulberry #C5519A
RGB
CMYK
RGB Variations
Color information
#C5519A (or 0xC5519A) is known color: Mulberry. HEX triplet: C5, 51 and 9A. RGB value is (197,81,154). Sum of RGB (Red+Green+Blue) = 197+81+154=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C5519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5519A is #3AAE65. Grayscale: #7B7B7B. Windows color (decimal): -3845734 or 10113477. OLE color: 10113477.
HSL color Cylindrical-coordinate representation of color #C5519A: hue angle of 322.24º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5519A is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 154 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.23 |
| HSL | 322.24º | 0.5% | 0.55% | - |
| HSV(B) | 322.24º | 0.59% | 0.77% | - |
| XYZ | 31.8 | 20.09 | 32.77 | - |
| YUV | 124.01 | 144.93 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 154 | 0 | 0.59 | 0.22 | 0.23 | 322.24 | 0.5 | 0.55 |
| Hex | C5 | 51 | 9A | 0 | 3B | 16 | 17 | 142 | 32 | 37 |
| Octal | 305 | 121 | 232 | 0 | 73 | 26 | 27 | 502 | 62 | 67 |
| Binary | 11000101 | 1010001 | 10011010 | 0 | 111011 | 10110 | 10111 | 101000010 | 110010 | 110111 |
Color Harmonies of #C5519A
Complementary color
Monochromatic Colors of #C5519A
Black with #C5519A
Text Example
Text Example
White with #C5519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5519A; }
p { color: rgb(197,81,154); }
H1.HeaderClassName
{
color: #C5519A;
}
.AnyTagClassName
{
color: #C5519A;
}
</style>
background-color css
<style>
a { background-color: #C5519A; }
a { background-color: rgb(197,81,154); }
div.DivClassName
{
background-color: #C5519A;
}
.BgClassName
{
background-color: #C5519A;
}
</style>
border-color css
<style>
span { border-color: #C5519A; }
span { border-color: rgb(197,81,154); }
td.TdClassName
{
border-color: #C5519A;
}
.TagClassName
{
border-color: #C5519A;
}
</style>