Shades of Mulberry #C55899
Tints of Mulberry #C55899
RGB
CMYK
RGB Variations
Color information
#C55899 (or 0xC55899) is known color: Mulberry. HEX triplet: C5, 58 and 99. RGB value is (197,88,153). Sum of RGB (Red+Green+Blue) = 197+88+153=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C55899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55899 is #3AA766. Grayscale: #7F7F7F. Windows color (decimal): -3843943 or 10049733. OLE color: 10049733.
HSL color Cylindrical-coordinate representation of color #C55899: hue angle of 324.22º 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 #C55899 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 153 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.23 |
| HSL | 324.22º | 0.48% | 0.56% | - |
| HSV(B) | 324.22º | 0.55% | 0.77% | - |
| XYZ | 32.27 | 21.15 | 32.52 | - |
| YUV | 128 | 142.11 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 153 | 0 | 0.55 | 0.22 | 0.23 | 324.22 | 0.48 | 0.56 |
| Hex | C5 | 58 | 99 | 0 | 37 | 16 | 17 | 144 | 30 | 38 |
| Octal | 305 | 130 | 231 | 0 | 67 | 26 | 27 | 504 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10011001 | 0 | 110111 | 10110 | 10111 | 101000100 | 110000 | 111000 |
Color Harmonies of #C55899
Complementary color
Monochromatic Colors of #C55899
Black with #C55899
Text Example
Text Example
White with #C55899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55899; }
p { color: rgb(197,88,153); }
H1.HeaderClassName
{
color: #C55899;
}
.AnyTagClassName
{
color: #C55899;
}
</style>
background-color css
<style>
a { background-color: #C55899; }
a { background-color: rgb(197,88,153); }
div.DivClassName
{
background-color: #C55899;
}
.BgClassName
{
background-color: #C55899;
}
</style>
border-color css
<style>
span { border-color: #C55899; }
span { border-color: rgb(197,88,153); }
td.TdClassName
{
border-color: #C55899;
}
.TagClassName
{
border-color: #C55899;
}
</style>