Shades of Mulberry #C55887
Tints of Mulberry #C55887
RGB
CMYK
RGB Variations
Color information
#C55887 (or 0xC55887) is known color: Mulberry. HEX triplet: C5, 58 and 87. RGB value is (197,88,135). Sum of RGB (Red+Green+Blue) = 197+88+135=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C55887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55887 is #3AA778. Grayscale: #7D7D7D. Windows color (decimal): -3843961 or 8870085. OLE color: 8870085.
HSL color Cylindrical-coordinate representation of color #C55887: hue angle of 334.13º 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 #C55887 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 135 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.23 |
| HSL | 334.13º | 0.48% | 0.56% | - |
| HSV(B) | 334.13º | 0.55% | 0.77% | - |
| XYZ | 30.89 | 20.6 | 25.27 | - |
| YUV | 125.95 | 133.11 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 135 | 0 | 0.55 | 0.31 | 0.23 | 334.13 | 0.48 | 0.56 |
| Hex | C5 | 58 | 87 | 0 | 37 | 1F | 17 | 14E | 30 | 38 |
| Octal | 305 | 130 | 207 | 0 | 67 | 37 | 27 | 516 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10000111 | 0 | 110111 | 11111 | 10111 | 101001110 | 110000 | 111000 |
Color Harmonies of #C55887
Complementary color
Monochromatic Colors of #C55887
Black with #C55887
Text Example
Text Example
White with #C55887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55887; }
p { color: rgb(197,88,135); }
H1.HeaderClassName
{
color: #C55887;
}
.AnyTagClassName
{
color: #C55887;
}
</style>
background-color css
<style>
a { background-color: #C55887; }
a { background-color: rgb(197,88,135); }
div.DivClassName
{
background-color: #C55887;
}
.BgClassName
{
background-color: #C55887;
}
</style>
border-color css
<style>
span { border-color: #C55887; }
span { border-color: rgb(197,88,135); }
td.TdClassName
{
border-color: #C55887;
}
.TagClassName
{
border-color: #C55887;
}
</style>