Shades of Mulberry #C5578D
Tints of Mulberry #C5578D
RGB
CMYK
RGB Variations
Color information
#C5578D (or 0xC5578D) is known color: Mulberry. HEX triplet: C5, 57 and 8D. RGB value is (197,87,141). Sum of RGB (Red+Green+Blue) = 197+87+141=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5578D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5578D is #3AA872. Grayscale: #7D7D7D. Windows color (decimal): -3844211 or 9263045. OLE color: 9263045.
HSL color Cylindrical-coordinate representation of color #C5578D: hue angle of 330.55º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5578D is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 141 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.23 |
| HSL | 330.55º | 0.49% | 0.56% | - |
| HSV(B) | 330.55º | 0.56% | 0.77% | - |
| XYZ | 31.24 | 20.61 | 27.53 | - |
| YUV | 126.05 | 136.44 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 141 | 0 | 0.56 | 0.28 | 0.23 | 330.55 | 0.49 | 0.56 |
| Hex | C5 | 57 | 8D | 0 | 38 | 1C | 17 | 14B | 31 | 38 |
| Octal | 305 | 127 | 215 | 0 | 70 | 34 | 27 | 513 | 61 | 70 |
| Binary | 11000101 | 1010111 | 10001101 | 0 | 111000 | 11100 | 10111 | 101001011 | 110001 | 111000 |
Color Harmonies of #C5578D
Complementary color
Monochromatic Colors of #C5578D
Black with #C5578D
Text Example
Text Example
White with #C5578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5578D; }
p { color: rgb(197,87,141); }
H1.HeaderClassName
{
color: #C5578D;
}
.AnyTagClassName
{
color: #C5578D;
}
</style>
background-color css
<style>
a { background-color: #C5578D; }
a { background-color: rgb(197,87,141); }
div.DivClassName
{
background-color: #C5578D;
}
.BgClassName
{
background-color: #C5578D;
}
</style>
border-color css
<style>
span { border-color: #C5578D; }
span { border-color: rgb(197,87,141); }
td.TdClassName
{
border-color: #C5578D;
}
.TagClassName
{
border-color: #C5578D;
}
</style>