Shades of Mulberry #C15197
Tints of Mulberry #C15197
RGB
CMYK
RGB Variations
Color information
#C15197 (or 0xC15197) is known color: Mulberry. HEX triplet: C1, 51 and 97. RGB value is (193,81,151). Sum of RGB (Red+Green+Blue) = 193+81+151=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C15197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15197 is #3EAE68. Grayscale: #7A7A7A. Windows color (decimal): -4107881 or 9916865. OLE color: 9916865.
HSL color Cylindrical-coordinate representation of color #C15197: hue angle of 322.5º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C15197 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 151 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.24 |
| HSL | 322.5º | 0.47% | 0.54% | - |
| HSV(B) | 322.5º | 0.58% | 0.76% | - |
| XYZ | 30.52 | 19.46 | 31.43 | - |
| YUV | 122.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 151 | 0 | 0.58 | 0.22 | 0.24 | 322.5 | 0.47 | 0.54 |
| Hex | C1 | 51 | 97 | 0 | 3A | 16 | 18 | 142 | 2F | 36 |
| Octal | 301 | 121 | 227 | 0 | 72 | 26 | 30 | 502 | 57 | 66 |
| Binary | 11000001 | 1010001 | 10010111 | 0 | 111010 | 10110 | 11000 | 101000010 | 101111 | 110110 |
Color Harmonies of #C15197
Complementary color
Monochromatic Colors of #C15197
Black with #C15197
Text Example
Text Example
White with #C15197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15197; }
p { color: rgb(193,81,151); }
H1.HeaderClassName
{
color: #C15197;
}
.AnyTagClassName
{
color: #C15197;
}
</style>
background-color css
<style>
a { background-color: #C15197; }
a { background-color: rgb(193,81,151); }
div.DivClassName
{
background-color: #C15197;
}
.BgClassName
{
background-color: #C15197;
}
</style>
border-color css
<style>
span { border-color: #C15197; }
span { border-color: rgb(193,81,151); }
td.TdClassName
{
border-color: #C15197;
}
.TagClassName
{
border-color: #C15197;
}
</style>