Shades of Mulberry #C55880
Tints of Mulberry #C55880
RGB
CMYK
RGB Variations
Color information
#C55880 (or 0xC55880) is known color: Mulberry. HEX triplet: C5, 58 and 80. RGB value is (197,88,128). Sum of RGB (Red+Green+Blue) = 197+88+128=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C55880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55880 is #3AA77F. Grayscale: #7D7D7D. Windows color (decimal): -3843968 or 8411333. OLE color: 8411333.
HSL color Cylindrical-coordinate representation of color #C55880: hue angle of 337.98º 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 #C55880 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 128 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.23 |
| HSL | 337.98º | 0.48% | 0.56% | - |
| HSV(B) | 337.98º | 0.55% | 0.77% | - |
| XYZ | 30.41 | 20.41 | 22.76 | - |
| YUV | 125.15 | 129.61 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 128 | 0 | 0.55 | 0.35 | 0.23 | 337.98 | 0.48 | 0.56 |
| Hex | C5 | 58 | 80 | 0 | 37 | 23 | 17 | 152 | 30 | 38 |
| Octal | 305 | 130 | 200 | 0 | 67 | 43 | 27 | 522 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10000000 | 0 | 110111 | 100011 | 10111 | 101010010 | 110000 | 111000 |
Color Harmonies of #C55880
Complementary color
Monochromatic Colors of #C55880
Black with #C55880
Text Example
Text Example
White with #C55880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55880; }
p { color: rgb(197,88,128); }
H1.HeaderClassName
{
color: #C55880;
}
.AnyTagClassName
{
color: #C55880;
}
</style>
background-color css
<style>
a { background-color: #C55880; }
a { background-color: rgb(197,88,128); }
div.DivClassName
{
background-color: #C55880;
}
.BgClassName
{
background-color: #C55880;
}
</style>
border-color css
<style>
span { border-color: #C55880; }
span { border-color: rgb(197,88,128); }
td.TdClassName
{
border-color: #C55880;
}
.TagClassName
{
border-color: #C55880;
}
</style>