Shades of Mulberry #C5517E
Tints of Mulberry #C5517E
RGB
CMYK
RGB Variations
Color information
#C5517E (or 0xC5517E) is known color: Mulberry. HEX triplet: C5, 51 and 7E. RGB value is (197,81,126). Sum of RGB (Red+Green+Blue) = 197+81+126=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5517E is #3AAE81. Grayscale: #787878. Windows color (decimal): -3845762 or 8278469. OLE color: 8278469.
HSL color Cylindrical-coordinate representation of color #C5517E: hue angle of 336.72º 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 #C5517E is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 126 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.23 |
| HSL | 336.72º | 0.5% | 0.55% | - |
| HSV(B) | 336.72º | 0.59% | 0.77% | - |
| XYZ | 29.73 | 19.26 | 21.89 | - |
| YUV | 120.81 | 130.93 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 126 | 0 | 0.59 | 0.36 | 0.23 | 336.72 | 0.5 | 0.55 |
| Hex | C5 | 51 | 7E | 0 | 3B | 24 | 17 | 151 | 32 | 37 |
| Octal | 305 | 121 | 176 | 0 | 73 | 44 | 27 | 521 | 62 | 67 |
| Binary | 11000101 | 1010001 | 1111110 | 0 | 111011 | 100100 | 10111 | 101010001 | 110010 | 110111 |
Color Harmonies of #C5517E
Complementary color
Monochromatic Colors of #C5517E
Black with #C5517E
Text Example
Text Example
White with #C5517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5517E; }
p { color: rgb(197,81,126); }
H1.HeaderClassName
{
color: #C5517E;
}
.AnyTagClassName
{
color: #C5517E;
}
</style>
background-color css
<style>
a { background-color: #C5517E; }
a { background-color: rgb(197,81,126); }
div.DivClassName
{
background-color: #C5517E;
}
.BgClassName
{
background-color: #C5517E;
}
</style>
border-color css
<style>
span { border-color: #C5517E; }
span { border-color: rgb(197,81,126); }
td.TdClassName
{
border-color: #C5517E;
}
.TagClassName
{
border-color: #C5517E;
}
</style>