Shades of Mulberry #C5558D
Tints of Mulberry #C5558D
RGB
CMYK
RGB Variations
Color information
#C5558D (or 0xC5558D) is known color: Mulberry. HEX triplet: C5, 55 and 8D. RGB value is (197,85,141). Sum of RGB (Red+Green+Blue) = 197+85+141=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5558D is #3AAA72. Grayscale: #7C7C7C. Windows color (decimal): -3844723 or 9262533. OLE color: 9262533.
HSL color Cylindrical-coordinate representation of color #C5558D: hue angle of 330º 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 #C5558D is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 141 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.23 |
| HSL | 330º | 0.49% | 0.55% | - |
| HSV(B) | 330º | 0.57% | 0.77% | - |
| XYZ | 31.08 | 20.29 | 27.48 | - |
| YUV | 124.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 141 | 0 | 0.57 | 0.28 | 0.23 | 330 | 0.49 | 0.55 |
| Hex | C5 | 55 | 8D | 0 | 39 | 1C | 17 | 14A | 31 | 37 |
| Octal | 305 | 125 | 215 | 0 | 71 | 34 | 27 | 512 | 61 | 67 |
| Binary | 11000101 | 1010101 | 10001101 | 0 | 111001 | 11100 | 10111 | 101001010 | 110001 | 110111 |
Color Harmonies of #C5558D
Complementary color
Monochromatic Colors of #C5558D
Black with #C5558D
Text Example
Text Example
White with #C5558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5558D; }
p { color: rgb(197,85,141); }
H1.HeaderClassName
{
color: #C5558D;
}
.AnyTagClassName
{
color: #C5558D;
}
</style>
background-color css
<style>
a { background-color: #C5558D; }
a { background-color: rgb(197,85,141); }
div.DivClassName
{
background-color: #C5558D;
}
.BgClassName
{
background-color: #C5558D;
}
</style>
border-color css
<style>
span { border-color: #C5558D; }
span { border-color: rgb(197,85,141); }
td.TdClassName
{
border-color: #C5558D;
}
.TagClassName
{
border-color: #C5558D;
}
</style>