Shades of Mulberry #C15F96
Tints of Mulberry #C15F96
RGB
CMYK
RGB Variations
Color information
#C15F96 (or 0xC15F96) is known color: Mulberry. HEX triplet: C1, 5F and 96. RGB value is (193,95,150). Sum of RGB (Red+Green+Blue) = 193+95+150=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15F96 is #3EA069. Grayscale: #828282. Windows color (decimal): -4104298 or 9854913. OLE color: 9854913.
HSL color Cylindrical-coordinate representation of color #C15F96: hue angle of 326.33º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C15F96 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 95 | 150 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.24 |
| HSL | 326.33º | 0.44% | 0.56% | - |
| HSV(B) | 326.33º | 0.51% | 0.76% | - |
| XYZ | 31.59 | 21.72 | 31.38 | - |
| YUV | 130.57 | 138.97 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 150 | 0 | 0.51 | 0.22 | 0.24 | 326.33 | 0.44 | 0.56 |
| Hex | C1 | 5F | 96 | 0 | 33 | 16 | 18 | 146 | 2C | 38 |
| Octal | 301 | 137 | 226 | 0 | 63 | 26 | 30 | 506 | 54 | 70 |
| Binary | 11000001 | 1011111 | 10010110 | 0 | 110011 | 10110 | 11000 | 101000110 | 101100 | 111000 |
Color Harmonies of #C15F96
Complementary color
Monochromatic Colors of #C15F96
Black with #C15F96
Text Example
Text Example
White with #C15F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15F96; }
p { color: rgb(193,95,150); }
H1.HeaderClassName
{
color: #C15F96;
}
.AnyTagClassName
{
color: #C15F96;
}
</style>
background-color css
<style>
a { background-color: #C15F96; }
a { background-color: rgb(193,95,150); }
div.DivClassName
{
background-color: #C15F96;
}
.BgClassName
{
background-color: #C15F96;
}
</style>
border-color css
<style>
span { border-color: #C15F96; }
span { border-color: rgb(193,95,150); }
td.TdClassName
{
border-color: #C15F96;
}
.TagClassName
{
border-color: #C15F96;
}
</style>