Shades of Mulberry #C15E87
Tints of Mulberry #C15E87
RGB
CMYK
RGB Variations
Color information
#C15E87 (or 0xC15E87) is known color: Mulberry. HEX triplet: C1, 5E and 87. RGB value is (193,94,135). Sum of RGB (Red+Green+Blue) = 193+94+135=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15E87 is #3EA178. Grayscale: #808080. Windows color (decimal): -4104569 or 8871617. OLE color: 8871617.
HSL color Cylindrical-coordinate representation of color #C15E87: hue angle of 335.15º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C15E87 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 94 | 135 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.24 |
| HSL | 335.15º | 0.44% | 0.56% | - |
| HSV(B) | 335.15º | 0.51% | 0.76% | - |
| XYZ | 30.37 | 21.09 | 25.39 | - |
| YUV | 128.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 135 | 0 | 0.51 | 0.30 | 0.24 | 335.15 | 0.44 | 0.56 |
| Hex | C1 | 5E | 87 | 0 | 33 | 1E | 18 | 14F | 2C | 38 |
| Octal | 301 | 136 | 207 | 0 | 63 | 36 | 30 | 517 | 54 | 70 |
| Binary | 11000001 | 1011110 | 10000111 | 0 | 110011 | 11110 | 11000 | 101001111 | 101100 | 111000 |
Color Harmonies of #C15E87
Complementary color
Monochromatic Colors of #C15E87
Black with #C15E87
Text Example
Text Example
White with #C15E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15E87; }
p { color: rgb(193,94,135); }
H1.HeaderClassName
{
color: #C15E87;
}
.AnyTagClassName
{
color: #C15E87;
}
</style>
background-color css
<style>
a { background-color: #C15E87; }
a { background-color: rgb(193,94,135); }
div.DivClassName
{
background-color: #C15E87;
}
.BgClassName
{
background-color: #C15E87;
}
</style>
border-color css
<style>
span { border-color: #C15E87; }
span { border-color: rgb(193,94,135); }
td.TdClassName
{
border-color: #C15E87;
}
.TagClassName
{
border-color: #C15E87;
}
</style>