Shades of Mulberry #C15895
Tints of Mulberry #C15895
RGB
CMYK
RGB Variations
Color information
#C15895 (or 0xC15895) is known color: Mulberry. HEX triplet: C1, 58 and 95. RGB value is (193,88,149). Sum of RGB (Red+Green+Blue) = 193+88+149=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C15895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15895 is #3EA76A. Grayscale: #7E7E7E. Windows color (decimal): -4106091 or 9787585. OLE color: 9787585.
HSL color Cylindrical-coordinate representation of color #C15895: hue angle of 325.14º 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 #C15895 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 149 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.24 |
| HSL | 325.14º | 0.46% | 0.55% | - |
| HSV(B) | 325.14º | 0.54% | 0.76% | - |
| XYZ | 30.91 | 20.49 | 30.76 | - |
| YUV | 126.35 | 140.79 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 149 | 0 | 0.54 | 0.23 | 0.24 | 325.14 | 0.46 | 0.55 |
| Hex | C1 | 58 | 95 | 0 | 36 | 17 | 18 | 145 | 2E | 37 |
| Octal | 301 | 130 | 225 | 0 | 66 | 27 | 30 | 505 | 56 | 67 |
| Binary | 11000001 | 1011000 | 10010101 | 0 | 110110 | 10111 | 11000 | 101000101 | 101110 | 110111 |
Color Harmonies of #C15895
Complementary color
Monochromatic Colors of #C15895
Black with #C15895
Text Example
Text Example
White with #C15895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15895; }
p { color: rgb(193,88,149); }
H1.HeaderClassName
{
color: #C15895;
}
.AnyTagClassName
{
color: #C15895;
}
</style>
background-color css
<style>
a { background-color: #C15895; }
a { background-color: rgb(193,88,149); }
div.DivClassName
{
background-color: #C15895;
}
.BgClassName
{
background-color: #C15895;
}
</style>
border-color css
<style>
span { border-color: #C15895; }
span { border-color: rgb(193,88,149); }
td.TdClassName
{
border-color: #C15895;
}
.TagClassName
{
border-color: #C15895;
}
</style>