Shades of Mulberry #C55981
Tints of Mulberry #C55981
RGB
CMYK
RGB Variations
Color information
#C55981 (or 0xC55981) is known color: Mulberry. HEX triplet: C5, 59 and 81. RGB value is (197,89,129). Sum of RGB (Red+Green+Blue) = 197+89+129=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C55981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55981 is #3AA67E. Grayscale: #7D7D7D. Windows color (decimal): -3843711 or 8477125. OLE color: 8477125.
HSL color Cylindrical-coordinate representation of color #C55981: hue angle of 337.78º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55981 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 129 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.23 |
| HSL | 337.78º | 0.48% | 0.56% | - |
| HSV(B) | 337.78º | 0.55% | 0.77% | - |
| XYZ | 30.56 | 20.6 | 23.13 | - |
| YUV | 125.85 | 129.78 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 129 | 0 | 0.55 | 0.35 | 0.23 | 337.78 | 0.48 | 0.56 |
| Hex | C5 | 59 | 81 | 0 | 37 | 23 | 17 | 152 | 30 | 38 |
| Octal | 305 | 131 | 201 | 0 | 67 | 43 | 27 | 522 | 60 | 70 |
| Binary | 11000101 | 1011001 | 10000001 | 0 | 110111 | 100011 | 10111 | 101010010 | 110000 | 111000 |
Color Harmonies of #C55981
Complementary color
Monochromatic Colors of #C55981
Black with #C55981
Text Example
Text Example
White with #C55981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55981; }
p { color: rgb(197,89,129); }
H1.HeaderClassName
{
color: #C55981;
}
.AnyTagClassName
{
color: #C55981;
}
</style>
background-color css
<style>
a { background-color: #C55981; }
a { background-color: rgb(197,89,129); }
div.DivClassName
{
background-color: #C55981;
}
.BgClassName
{
background-color: #C55981;
}
</style>
border-color css
<style>
span { border-color: #C55981; }
span { border-color: rgb(197,89,129); }
td.TdClassName
{
border-color: #C55981;
}
.TagClassName
{
border-color: #C55981;
}
</style>