Shades of Mulberry #C15987
Tints of Mulberry #C15987
RGB
CMYK
RGB Variations
Color information
#C15987 (or 0xC15987) is known color: Mulberry. HEX triplet: C1, 59 and 87. RGB value is (193,89,135). Sum of RGB (Red+Green+Blue) = 193+89+135=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C15987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15987 is #3EA678. Grayscale: #7D7D7D. Windows color (decimal): -4105849 or 8870337. OLE color: 8870337.
HSL color Cylindrical-coordinate representation of color #C15987: hue angle of 333.46º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C15987 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 135 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.24 |
| HSL | 333.46º | 0.46% | 0.55% | - |
| HSV(B) | 333.46º | 0.54% | 0.76% | - |
| XYZ | 29.94 | 20.23 | 25.25 | - |
| YUV | 125.34 | 133.46 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 135 | 0 | 0.54 | 0.30 | 0.24 | 333.46 | 0.46 | 0.55 |
| Hex | C1 | 59 | 87 | 0 | 36 | 1E | 18 | 14D | 2E | 37 |
| Octal | 301 | 131 | 207 | 0 | 66 | 36 | 30 | 515 | 56 | 67 |
| Binary | 11000001 | 1011001 | 10000111 | 0 | 110110 | 11110 | 11000 | 101001101 | 101110 | 110111 |
Color Harmonies of #C15987
Complementary color
Monochromatic Colors of #C15987
Black with #C15987
Text Example
Text Example
White with #C15987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15987; }
p { color: rgb(193,89,135); }
H1.HeaderClassName
{
color: #C15987;
}
.AnyTagClassName
{
color: #C15987;
}
</style>
background-color css
<style>
a { background-color: #C15987; }
a { background-color: rgb(193,89,135); }
div.DivClassName
{
background-color: #C15987;
}
.BgClassName
{
background-color: #C15987;
}
</style>
border-color css
<style>
span { border-color: #C15987; }
span { border-color: rgb(193,89,135); }
td.TdClassName
{
border-color: #C15987;
}
.TagClassName
{
border-color: #C15987;
}
</style>