Shades of Mulberry #C15989
Tints of Mulberry #C15989
RGB
CMYK
RGB Variations
Color information
#C15989 (or 0xC15989) is known color: Mulberry. HEX triplet: C1, 59 and 89. RGB value is (193,89,137). Sum of RGB (Red+Green+Blue) = 193+89+137=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C15989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15989 is #3EA676. Grayscale: #7D7D7D. Windows color (decimal): -4105847 or 9001409. OLE color: 9001409.
HSL color Cylindrical-coordinate representation of color #C15989: hue angle of 332.31º 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 #C15989 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 137 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.24 |
| HSL | 332.31º | 0.46% | 0.55% | - |
| HSV(B) | 332.31º | 0.54% | 0.76% | - |
| XYZ | 30.08 | 20.29 | 26 | - |
| YUV | 125.57 | 134.46 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 137 | 0 | 0.54 | 0.29 | 0.24 | 332.31 | 0.46 | 0.55 |
| Hex | C1 | 59 | 89 | 0 | 36 | 1D | 18 | 14C | 2E | 37 |
| Octal | 301 | 131 | 211 | 0 | 66 | 35 | 30 | 514 | 56 | 67 |
| Binary | 11000001 | 1011001 | 10001001 | 0 | 110110 | 11101 | 11000 | 101001100 | 101110 | 110111 |
Color Harmonies of #C15989
Complementary color
Monochromatic Colors of #C15989
Black with #C15989
Text Example
Text Example
White with #C15989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15989; }
p { color: rgb(193,89,137); }
H1.HeaderClassName
{
color: #C15989;
}
.AnyTagClassName
{
color: #C15989;
}
</style>
background-color css
<style>
a { background-color: #C15989; }
a { background-color: rgb(193,89,137); }
div.DivClassName
{
background-color: #C15989;
}
.BgClassName
{
background-color: #C15989;
}
</style>
border-color css
<style>
span { border-color: #C15989; }
span { border-color: rgb(193,89,137); }
td.TdClassName
{
border-color: #C15989;
}
.TagClassName
{
border-color: #C15989;
}
</style>