Shades of Mulberry #C15898
Tints of Mulberry #C15898
RGB
CMYK
RGB Variations
Color information
#C15898 (or 0xC15898) is known color: Mulberry. HEX triplet: C1, 58 and 98. RGB value is (193,88,152). Sum of RGB (Red+Green+Blue) = 193+88+152=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C15898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15898 is #3EA767. Grayscale: #7E7E7E. Windows color (decimal): -4106088 or 9984193. OLE color: 9984193.
HSL color Cylindrical-coordinate representation of color #C15898: hue angle of 323.43º 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 #C15898 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 152 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.24 |
| HSL | 323.43º | 0.46% | 0.55% | - |
| HSV(B) | 323.43º | 0.54% | 0.76% | - |
| XYZ | 31.15 | 20.58 | 32.04 | - |
| YUV | 126.69 | 142.29 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 152 | 0 | 0.54 | 0.21 | 0.24 | 323.43 | 0.46 | 0.55 |
| Hex | C1 | 58 | 98 | 0 | 36 | 15 | 18 | 143 | 2E | 37 |
| Octal | 301 | 130 | 230 | 0 | 66 | 25 | 30 | 503 | 56 | 67 |
| Binary | 11000001 | 1011000 | 10011000 | 0 | 110110 | 10101 | 11000 | 101000011 | 101110 | 110111 |
Color Harmonies of #C15898
Complementary color
Monochromatic Colors of #C15898
Black with #C15898
Text Example
Text Example
White with #C15898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15898; }
p { color: rgb(193,88,152); }
H1.HeaderClassName
{
color: #C15898;
}
.AnyTagClassName
{
color: #C15898;
}
</style>
background-color css
<style>
a { background-color: #C15898; }
a { background-color: rgb(193,88,152); }
div.DivClassName
{
background-color: #C15898;
}
.BgClassName
{
background-color: #C15898;
}
</style>
border-color css
<style>
span { border-color: #C15898; }
span { border-color: rgb(193,88,152); }
td.TdClassName
{
border-color: #C15898;
}
.TagClassName
{
border-color: #C15898;
}
</style>