Shades of Mulberry #C15897
Tints of Mulberry #C15897
RGB
CMYK
RGB Variations
Color information
#C15897 (or 0xC15897) is known color: Mulberry. HEX triplet: C1, 58 and 97. RGB value is (193,88,151). Sum of RGB (Red+Green+Blue) = 193+88+151=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C15897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15897 is #3EA768. Grayscale: #7E7E7E. Windows color (decimal): -4106089 or 9918657. OLE color: 9918657.
HSL color Cylindrical-coordinate representation of color #C15897: hue angle of 324º 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 #C15897 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 151 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.24 |
| HSL | 324º | 0.46% | 0.55% | - |
| HSV(B) | 324º | 0.54% | 0.76% | - |
| XYZ | 31.07 | 20.55 | 31.61 | - |
| YUV | 126.58 | 141.79 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 151 | 0 | 0.54 | 0.22 | 0.24 | 324 | 0.46 | 0.55 |
| Hex | C1 | 58 | 97 | 0 | 36 | 16 | 18 | 144 | 2E | 37 |
| Octal | 301 | 130 | 227 | 0 | 66 | 26 | 30 | 504 | 56 | 67 |
| Binary | 11000001 | 1011000 | 10010111 | 0 | 110110 | 10110 | 11000 | 101000100 | 101110 | 110111 |
Color Harmonies of #C15897
Complementary color
Monochromatic Colors of #C15897
Black with #C15897
Text Example
Text Example
White with #C15897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15897; }
p { color: rgb(193,88,151); }
H1.HeaderClassName
{
color: #C15897;
}
.AnyTagClassName
{
color: #C15897;
}
</style>
background-color css
<style>
a { background-color: #C15897; }
a { background-color: rgb(193,88,151); }
div.DivClassName
{
background-color: #C15897;
}
.BgClassName
{
background-color: #C15897;
}
</style>
border-color css
<style>
span { border-color: #C15897; }
span { border-color: rgb(193,88,151); }
td.TdClassName
{
border-color: #C15897;
}
.TagClassName
{
border-color: #C15897;
}
</style>