Shades of Mulberry #C55987
Tints of Mulberry #C55987
RGB
CMYK
RGB Variations
Color information
#C55987 (or 0xC55987) is known color: Mulberry. HEX triplet: C5, 59 and 87. RGB value is (197,89,135). Sum of RGB (Red+Green+Blue) = 197+89+135=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C55987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55987 is #3AA678. Grayscale: #7E7E7E. Windows color (decimal): -3843705 or 8870341. OLE color: 8870341.
HSL color Cylindrical-coordinate representation of color #C55987: hue angle of 334.44º 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 #C55987 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 135 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.23 |
| HSL | 334.44º | 0.48% | 0.56% | - |
| HSV(B) | 334.44º | 0.55% | 0.77% | - |
| XYZ | 30.97 | 20.76 | 25.3 | - |
| YUV | 126.54 | 132.78 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 135 | 0 | 0.55 | 0.31 | 0.23 | 334.44 | 0.48 | 0.56 |
| Hex | C5 | 59 | 87 | 0 | 37 | 1F | 17 | 14E | 30 | 38 |
| Octal | 305 | 131 | 207 | 0 | 67 | 37 | 27 | 516 | 60 | 70 |
| Binary | 11000101 | 1011001 | 10000111 | 0 | 110111 | 11111 | 10111 | 101001110 | 110000 | 111000 |
Color Harmonies of #C55987
Complementary color
Monochromatic Colors of #C55987
Black with #C55987
Text Example
Text Example
White with #C55987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55987; }
p { color: rgb(197,89,135); }
H1.HeaderClassName
{
color: #C55987;
}
.AnyTagClassName
{
color: #C55987;
}
</style>
background-color css
<style>
a { background-color: #C55987; }
a { background-color: rgb(197,89,135); }
div.DivClassName
{
background-color: #C55987;
}
.BgClassName
{
background-color: #C55987;
}
</style>
border-color css
<style>
span { border-color: #C55987; }
span { border-color: rgb(197,89,135); }
td.TdClassName
{
border-color: #C55987;
}
.TagClassName
{
border-color: #C55987;
}
</style>