Shades of Mulberry #C15489
Tints of Mulberry #C15489
RGB
CMYK
RGB Variations
Color information
#C15489 (or 0xC15489) is known color: Mulberry. HEX triplet: C1, 54 and 89. RGB value is (193,84,137). Sum of RGB (Red+Green+Blue) = 193+84+137=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C15489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15489 is #3EAB76. Grayscale: #7A7A7A. Windows color (decimal): -4107127 or 9000129. OLE color: 9000129.
HSL color Cylindrical-coordinate representation of color #C15489: hue angle of 330.83º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15489 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 137 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.24 |
| HSL | 330.83º | 0.47% | 0.54% | - |
| HSV(B) | 330.83º | 0.56% | 0.76% | - |
| XYZ | 29.68 | 19.48 | 25.86 | - |
| YUV | 122.63 | 136.11 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 137 | 0 | 0.56 | 0.29 | 0.24 | 330.83 | 0.47 | 0.54 |
| Hex | C1 | 54 | 89 | 0 | 38 | 1D | 18 | 14B | 2F | 36 |
| Octal | 301 | 124 | 211 | 0 | 70 | 35 | 30 | 513 | 57 | 66 |
| Binary | 11000001 | 1010100 | 10001001 | 0 | 111000 | 11101 | 11000 | 101001011 | 101111 | 110110 |
Color Harmonies of #C15489
Complementary color
Monochromatic Colors of #C15489
Black with #C15489
Text Example
Text Example
White with #C15489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15489; }
p { color: rgb(193,84,137); }
H1.HeaderClassName
{
color: #C15489;
}
.AnyTagClassName
{
color: #C15489;
}
</style>
background-color css
<style>
a { background-color: #C15489; }
a { background-color: rgb(193,84,137); }
div.DivClassName
{
background-color: #C15489;
}
.BgClassName
{
background-color: #C15489;
}
</style>
border-color css
<style>
span { border-color: #C15489; }
span { border-color: rgb(193,84,137); }
td.TdClassName
{
border-color: #C15489;
}
.TagClassName
{
border-color: #C15489;
}
</style>