Shades of Mulberry #C15B96
Tints of Mulberry #C15B96
RGB
CMYK
RGB Variations
Color information
#C15B96 (or 0xC15B96) is known color: Mulberry. HEX triplet: C1, 5B and 96. RGB value is (193,91,150). Sum of RGB (Red+Green+Blue) = 193+91+150=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15B96 is #3EA469. Grayscale: #808080. Windows color (decimal): -4105322 or 9853889. OLE color: 9853889.
HSL color Cylindrical-coordinate representation of color #C15B96: hue angle of 325.29º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15B96 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 91 | 150 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.24 |
| HSL | 325.29º | 0.45% | 0.56% | - |
| HSV(B) | 325.29º | 0.53% | 0.76% | - |
| XYZ | 31.24 | 21.02 | 31.27 | - |
| YUV | 128.22 | 140.29 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 150 | 0 | 0.53 | 0.22 | 0.24 | 325.29 | 0.45 | 0.56 |
| Hex | C1 | 5B | 96 | 0 | 35 | 16 | 18 | 145 | 2D | 38 |
| Octal | 301 | 133 | 226 | 0 | 65 | 26 | 30 | 505 | 55 | 70 |
| Binary | 11000001 | 1011011 | 10010110 | 0 | 110101 | 10110 | 11000 | 101000101 | 101101 | 111000 |
Color Harmonies of #C15B96
Complementary color
Monochromatic Colors of #C15B96
Black with #C15B96
Text Example
Text Example
White with #C15B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15B96; }
p { color: rgb(193,91,150); }
H1.HeaderClassName
{
color: #C15B96;
}
.AnyTagClassName
{
color: #C15B96;
}
</style>
background-color css
<style>
a { background-color: #C15B96; }
a { background-color: rgb(193,91,150); }
div.DivClassName
{
background-color: #C15B96;
}
.BgClassName
{
background-color: #C15B96;
}
</style>
border-color css
<style>
span { border-color: #C15B96; }
span { border-color: rgb(193,91,150); }
td.TdClassName
{
border-color: #C15B96;
}
.TagClassName
{
border-color: #C15B96;
}
</style>