Shades of Mulberry #C55584
Tints of Mulberry #C55584
RGB
CMYK
RGB Variations
Color information
#C55584 (or 0xC55584) is known color: Mulberry. HEX triplet: C5, 55 and 84. RGB value is (197,85,132). Sum of RGB (Red+Green+Blue) = 197+85+132=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C55584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55584 is #3AAA7B. Grayscale: #7B7B7B. Windows color (decimal): -3844732 or 8672709. OLE color: 8672709.
HSL color Cylindrical-coordinate representation of color #C55584: hue angle of 334.82º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55584 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 132 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.23 |
| HSL | 334.82º | 0.49% | 0.55% | - |
| HSV(B) | 334.82º | 0.57% | 0.77% | - |
| XYZ | 30.44 | 20.03 | 24.09 | - |
| YUV | 123.85 | 132.61 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 132 | 0 | 0.57 | 0.33 | 0.23 | 334.82 | 0.49 | 0.55 |
| Hex | C5 | 55 | 84 | 0 | 39 | 21 | 17 | 14F | 31 | 37 |
| Octal | 305 | 125 | 204 | 0 | 71 | 41 | 27 | 517 | 61 | 67 |
| Binary | 11000101 | 1010101 | 10000100 | 0 | 111001 | 100001 | 10111 | 101001111 | 110001 | 110111 |
Color Harmonies of #C55584
Complementary color
Monochromatic Colors of #C55584
Black with #C55584
Text Example
Text Example
White with #C55584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55584; }
p { color: rgb(197,85,132); }
H1.HeaderClassName
{
color: #C55584;
}
.AnyTagClassName
{
color: #C55584;
}
</style>
background-color css
<style>
a { background-color: #C55584; }
a { background-color: rgb(197,85,132); }
div.DivClassName
{
background-color: #C55584;
}
.BgClassName
{
background-color: #C55584;
}
</style>
border-color css
<style>
span { border-color: #C55584; }
span { border-color: rgb(197,85,132); }
td.TdClassName
{
border-color: #C55584;
}
.TagClassName
{
border-color: #C55584;
}
</style>