Shades of Mulberry #C15997
Tints of Mulberry #C15997
RGB
CMYK
RGB Variations
Color information
#C15997 (or 0xC15997) is known color: Mulberry. HEX triplet: C1, 59 and 97. RGB value is (193,89,151). Sum of RGB (Red+Green+Blue) = 193+89+151=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C15997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15997 is #3EA668. Grayscale: #7F7F7F. Windows color (decimal): -4105833 or 9918913. OLE color: 9918913.
HSL color Cylindrical-coordinate representation of color #C15997: hue angle of 324.23º 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 #C15997 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 151 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.24 |
| HSL | 324.23º | 0.46% | 0.55% | - |
| HSV(B) | 324.23º | 0.54% | 0.76% | - |
| XYZ | 31.15 | 20.72 | 31.64 | - |
| YUV | 127.16 | 141.46 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 151 | 0 | 0.54 | 0.22 | 0.24 | 324.23 | 0.46 | 0.55 |
| Hex | C1 | 59 | 97 | 0 | 36 | 16 | 18 | 144 | 2E | 37 |
| Octal | 301 | 131 | 227 | 0 | 66 | 26 | 30 | 504 | 56 | 67 |
| Binary | 11000001 | 1011001 | 10010111 | 0 | 110110 | 10110 | 11000 | 101000100 | 101110 | 110111 |
Color Harmonies of #C15997
Complementary color
Monochromatic Colors of #C15997
Black with #C15997
Text Example
Text Example
White with #C15997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15997; }
p { color: rgb(193,89,151); }
H1.HeaderClassName
{
color: #C15997;
}
.AnyTagClassName
{
color: #C15997;
}
</style>
background-color css
<style>
a { background-color: #C15997; }
a { background-color: rgb(193,89,151); }
div.DivClassName
{
background-color: #C15997;
}
.BgClassName
{
background-color: #C15997;
}
</style>
border-color css
<style>
span { border-color: #C15997; }
span { border-color: rgb(193,89,151); }
td.TdClassName
{
border-color: #C15997;
}
.TagClassName
{
border-color: #C15997;
}
</style>