Shades of Mulberry #C15894
Tints of Mulberry #C15894
RGB
CMYK
RGB Variations
Color information
#C15894 (or 0xC15894) is known color: Mulberry. HEX triplet: C1, 58 and 94. RGB value is (193,88,148). Sum of RGB (Red+Green+Blue) = 193+88+148=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C15894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15894 is #3EA76B. Grayscale: #7E7E7E. Windows color (decimal): -4106092 or 9722049. OLE color: 9722049.
HSL color Cylindrical-coordinate representation of color #C15894: hue angle of 325.71º 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 #C15894 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 148 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.24 |
| HSL | 325.71º | 0.46% | 0.55% | - |
| HSV(B) | 325.71º | 0.54% | 0.76% | - |
| XYZ | 30.83 | 20.46 | 30.34 | - |
| YUV | 126.24 | 140.29 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 148 | 0 | 0.54 | 0.23 | 0.24 | 325.71 | 0.46 | 0.55 |
| Hex | C1 | 58 | 94 | 0 | 36 | 17 | 18 | 146 | 2E | 37 |
| Octal | 301 | 130 | 224 | 0 | 66 | 27 | 30 | 506 | 56 | 67 |
| Binary | 11000001 | 1011000 | 10010100 | 0 | 110110 | 10111 | 11000 | 101000110 | 101110 | 110111 |
Color Harmonies of #C15894
Complementary color
Monochromatic Colors of #C15894
Black with #C15894
Text Example
Text Example
White with #C15894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15894; }
p { color: rgb(193,88,148); }
H1.HeaderClassName
{
color: #C15894;
}
.AnyTagClassName
{
color: #C15894;
}
</style>
background-color css
<style>
a { background-color: #C15894; }
a { background-color: rgb(193,88,148); }
div.DivClassName
{
background-color: #C15894;
}
.BgClassName
{
background-color: #C15894;
}
</style>
border-color css
<style>
span { border-color: #C15894; }
span { border-color: rgb(193,88,148); }
td.TdClassName
{
border-color: #C15894;
}
.TagClassName
{
border-color: #C15894;
}
</style>