Shades of Mulberry #C5558E
Tints of Mulberry #C5558E
RGB
CMYK
RGB Variations
Color information
#C5558E (or 0xC5558E) is known color: Mulberry. HEX triplet: C5, 55 and 8E. RGB value is (197,85,142). Sum of RGB (Red+Green+Blue) = 197+85+142=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5558E is #3AAA71. Grayscale: #7C7C7C. Windows color (decimal): -3844722 or 9328069. OLE color: 9328069.
HSL color Cylindrical-coordinate representation of color #C5558E: hue angle of 329.46º 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 #C5558E is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 142 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.23 |
| HSL | 329.46º | 0.49% | 0.55% | - |
| HSV(B) | 329.46º | 0.57% | 0.77% | - |
| XYZ | 31.16 | 20.32 | 27.87 | - |
| YUV | 124.99 | 137.61 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 142 | 0 | 0.57 | 0.28 | 0.23 | 329.46 | 0.49 | 0.55 |
| Hex | C5 | 55 | 8E | 0 | 39 | 1C | 17 | 149 | 31 | 37 |
| Octal | 305 | 125 | 216 | 0 | 71 | 34 | 27 | 511 | 61 | 67 |
| Binary | 11000101 | 1010101 | 10001110 | 0 | 111001 | 11100 | 10111 | 101001001 | 110001 | 110111 |
Color Harmonies of #C5558E
Complementary color
Monochromatic Colors of #C5558E
Black with #C5558E
Text Example
Text Example
White with #C5558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5558E; }
p { color: rgb(197,85,142); }
H1.HeaderClassName
{
color: #C5558E;
}
.AnyTagClassName
{
color: #C5558E;
}
</style>
background-color css
<style>
a { background-color: #C5558E; }
a { background-color: rgb(197,85,142); }
div.DivClassName
{
background-color: #C5558E;
}
.BgClassName
{
background-color: #C5558E;
}
</style>
border-color css
<style>
span { border-color: #C5558E; }
span { border-color: rgb(197,85,142); }
td.TdClassName
{
border-color: #C5558E;
}
.TagClassName
{
border-color: #C5558E;
}
</style>