Shades of Mulberry #C15796
Tints of Mulberry #C15796
RGB
CMYK
RGB Variations
Color information
#C15796 (or 0xC15796) is known color: Mulberry. HEX triplet: C1, 57 and 96. RGB value is (193,87,150). Sum of RGB (Red+Green+Blue) = 193+87+150=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C15796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15796 is #3EA869. Grayscale: #7D7D7D. Windows color (decimal): -4106346 or 9852865. OLE color: 9852865.
HSL color Cylindrical-coordinate representation of color #C15796: hue angle of 324.34º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C15796 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 150 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.24 |
| HSL | 324.34º | 0.46% | 0.55% | - |
| HSV(B) | 324.34º | 0.55% | 0.76% | - |
| XYZ | 30.91 | 20.36 | 31.15 | - |
| YUV | 125.88 | 141.62 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 150 | 0 | 0.55 | 0.22 | 0.24 | 324.34 | 0.46 | 0.55 |
| Hex | C1 | 57 | 96 | 0 | 37 | 16 | 18 | 144 | 2E | 37 |
| Octal | 301 | 127 | 226 | 0 | 67 | 26 | 30 | 504 | 56 | 67 |
| Binary | 11000001 | 1010111 | 10010110 | 0 | 110111 | 10110 | 11000 | 101000100 | 101110 | 110111 |
Color Harmonies of #C15796
Complementary color
Monochromatic Colors of #C15796
Black with #C15796
Text Example
Text Example
White with #C15796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15796; }
p { color: rgb(193,87,150); }
H1.HeaderClassName
{
color: #C15796;
}
.AnyTagClassName
{
color: #C15796;
}
</style>
background-color css
<style>
a { background-color: #C15796; }
a { background-color: rgb(193,87,150); }
div.DivClassName
{
background-color: #C15796;
}
.BgClassName
{
background-color: #C15796;
}
</style>
border-color css
<style>
span { border-color: #C15796; }
span { border-color: rgb(193,87,150); }
td.TdClassName
{
border-color: #C15796;
}
.TagClassName
{
border-color: #C15796;
}
</style>