Shades of Mulberry #C15988
Tints of Mulberry #C15988
RGB
CMYK
RGB Variations
Color information
#C15988 (or 0xC15988) is known color: Mulberry. HEX triplet: C1, 59 and 88. RGB value is (193,89,136). Sum of RGB (Red+Green+Blue) = 193+89+136=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C15988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15988 is #3EA677. Grayscale: #7D7D7D. Windows color (decimal): -4105848 or 8935873. OLE color: 8935873.
HSL color Cylindrical-coordinate representation of color #C15988: hue angle of 332.88º 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 #C15988 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 136 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.24 |
| HSL | 332.88º | 0.46% | 0.55% | - |
| HSV(B) | 332.88º | 0.54% | 0.76% | - |
| XYZ | 30.01 | 20.26 | 25.62 | - |
| YUV | 125.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 136 | 0 | 0.54 | 0.30 | 0.24 | 332.88 | 0.46 | 0.55 |
| Hex | C1 | 59 | 88 | 0 | 36 | 1E | 18 | 14D | 2E | 37 |
| Octal | 301 | 131 | 210 | 0 | 66 | 36 | 30 | 515 | 56 | 67 |
| Binary | 11000001 | 1011001 | 10001000 | 0 | 110110 | 11110 | 11000 | 101001101 | 101110 | 110111 |
Color Harmonies of #C15988
Complementary color
Monochromatic Colors of #C15988
Black with #C15988
Text Example
Text Example
White with #C15988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15988; }
p { color: rgb(193,89,136); }
H1.HeaderClassName
{
color: #C15988;
}
.AnyTagClassName
{
color: #C15988;
}
</style>
background-color css
<style>
a { background-color: #C15988; }
a { background-color: rgb(193,89,136); }
div.DivClassName
{
background-color: #C15988;
}
.BgClassName
{
background-color: #C15988;
}
</style>
border-color css
<style>
span { border-color: #C15988; }
span { border-color: rgb(193,89,136); }
td.TdClassName
{
border-color: #C15988;
}
.TagClassName
{
border-color: #C15988;
}
</style>