Shades of Mulberry #C55587
Tints of Mulberry #C55587
RGB
CMYK
RGB Variations
Color information
#C55587 (or 0xC55587) is known color: Mulberry. HEX triplet: C5, 55 and 87. RGB value is (197,85,135). Sum of RGB (Red+Green+Blue) = 197+85+135=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C55587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55587 is #3AAA78. Grayscale: #7C7C7C. Windows color (decimal): -3844729 or 8869317. OLE color: 8869317.
HSL color Cylindrical-coordinate representation of color #C55587: hue angle of 333.21º 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 #C55587 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 135 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.23 |
| HSL | 333.21º | 0.49% | 0.55% | - |
| HSV(B) | 333.21º | 0.57% | 0.77% | - |
| XYZ | 30.65 | 20.12 | 25.19 | - |
| YUV | 124.19 | 134.11 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 135 | 0 | 0.57 | 0.31 | 0.23 | 333.21 | 0.49 | 0.55 |
| Hex | C5 | 55 | 87 | 0 | 39 | 1F | 17 | 14D | 31 | 37 |
| Octal | 305 | 125 | 207 | 0 | 71 | 37 | 27 | 515 | 61 | 67 |
| Binary | 11000101 | 1010101 | 10000111 | 0 | 111001 | 11111 | 10111 | 101001101 | 110001 | 110111 |
Color Harmonies of #C55587
Complementary color
Monochromatic Colors of #C55587
Black with #C55587
Text Example
Text Example
White with #C55587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55587; }
p { color: rgb(197,85,135); }
H1.HeaderClassName
{
color: #C55587;
}
.AnyTagClassName
{
color: #C55587;
}
</style>
background-color css
<style>
a { background-color: #C55587; }
a { background-color: rgb(197,85,135); }
div.DivClassName
{
background-color: #C55587;
}
.BgClassName
{
background-color: #C55587;
}
</style>
border-color css
<style>
span { border-color: #C55587; }
span { border-color: rgb(197,85,135); }
td.TdClassName
{
border-color: #C55587;
}
.TagClassName
{
border-color: #C55587;
}
</style>