Shades of Mulberry #C55999
Tints of Mulberry #C55999
RGB
CMYK
RGB Variations
Color information
#C55999 (or 0xC55999) is known color: Mulberry. HEX triplet: C5, 59 and 99. RGB value is (197,89,153). Sum of RGB (Red+Green+Blue) = 197+89+153=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C55999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55999 is #3AA666. Grayscale: #808080. Windows color (decimal): -3843687 or 10049989. OLE color: 10049989.
HSL color Cylindrical-coordinate representation of color #C55999: hue angle of 324.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 #C55999 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 153 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.23 |
| HSL | 324.44º | 0.48% | 0.56% | - |
| HSV(B) | 324.44º | 0.55% | 0.77% | - |
| XYZ | 32.35 | 21.31 | 32.55 | - |
| YUV | 128.59 | 141.78 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 153 | 0 | 0.55 | 0.22 | 0.23 | 324.44 | 0.48 | 0.56 |
| Hex | C5 | 59 | 99 | 0 | 37 | 16 | 17 | 144 | 30 | 38 |
| Octal | 305 | 131 | 231 | 0 | 67 | 26 | 27 | 504 | 60 | 70 |
| Binary | 11000101 | 1011001 | 10011001 | 0 | 110111 | 10110 | 10111 | 101000100 | 110000 | 111000 |
Color Harmonies of #C55999
Complementary color
Monochromatic Colors of #C55999
Black with #C55999
Text Example
Text Example
White with #C55999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55999; }
p { color: rgb(197,89,153); }
H1.HeaderClassName
{
color: #C55999;
}
.AnyTagClassName
{
color: #C55999;
}
</style>
background-color css
<style>
a { background-color: #C55999; }
a { background-color: rgb(197,89,153); }
div.DivClassName
{
background-color: #C55999;
}
.BgClassName
{
background-color: #C55999;
}
</style>
border-color css
<style>
span { border-color: #C55999; }
span { border-color: rgb(197,89,153); }
td.TdClassName
{
border-color: #C55999;
}
.TagClassName
{
border-color: #C55999;
}
</style>