Shades of Mulberry #C15F95
Tints of Mulberry #C15F95
RGB
CMYK
RGB Variations
Color information
#C15F95 (or 0xC15F95) is known color: Mulberry. HEX triplet: C1, 5F and 95. RGB value is (193,95,149). Sum of RGB (Red+Green+Blue) = 193+95+149=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15F95 is #3EA06A. Grayscale: #828282. Windows color (decimal): -4104299 or 9789377. OLE color: 9789377.
HSL color Cylindrical-coordinate representation of color #C15F95: hue angle of 326.94º 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 #C15F95 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 95 | 149 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.24 |
| HSL | 326.94º | 0.44% | 0.56% | - |
| HSV(B) | 326.94º | 0.51% | 0.76% | - |
| XYZ | 31.51 | 21.69 | 30.96 | - |
| YUV | 130.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 149 | 0 | 0.51 | 0.23 | 0.24 | 326.94 | 0.44 | 0.56 |
| Hex | C1 | 5F | 95 | 0 | 33 | 17 | 18 | 147 | 2C | 38 |
| Octal | 301 | 137 | 225 | 0 | 63 | 27 | 30 | 507 | 54 | 70 |
| Binary | 11000001 | 1011111 | 10010101 | 0 | 110011 | 10111 | 11000 | 101000111 | 101100 | 111000 |
Color Harmonies of #C15F95
Complementary color
Monochromatic Colors of #C15F95
Black with #C15F95
Text Example
Text Example
White with #C15F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15F95; }
p { color: rgb(193,95,149); }
H1.HeaderClassName
{
color: #C15F95;
}
.AnyTagClassName
{
color: #C15F95;
}
</style>
background-color css
<style>
a { background-color: #C15F95; }
a { background-color: rgb(193,95,149); }
div.DivClassName
{
background-color: #C15F95;
}
.BgClassName
{
background-color: #C15F95;
}
</style>
border-color css
<style>
span { border-color: #C15F95; }
span { border-color: rgb(193,95,149); }
td.TdClassName
{
border-color: #C15F95;
}
.TagClassName
{
border-color: #C15F95;
}
</style>