Shades of Mulberry #C15E8E
Tints of Mulberry #C15E8E
RGB
CMYK
RGB Variations
Color information
#C15E8E (or 0xC15E8E) is known color: Mulberry. HEX triplet: C1, 5E and 8E. RGB value is (193,94,142). Sum of RGB (Red+Green+Blue) = 193+94+142=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15E8E is #3EA171. Grayscale: #808080. Windows color (decimal): -4104562 or 9330369. OLE color: 9330369.
HSL color Cylindrical-coordinate representation of color #C15E8E: hue angle of 330.91º 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 #C15E8E is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 94 | 142 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.24 |
| HSL | 330.91º | 0.44% | 0.56% | - |
| HSV(B) | 330.91º | 0.51% | 0.76% | - |
| XYZ | 30.88 | 21.3 | 28.07 | - |
| YUV | 129.07 | 135.3 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 142 | 0 | 0.51 | 0.26 | 0.24 | 330.91 | 0.44 | 0.56 |
| Hex | C1 | 5E | 8E | 0 | 33 | 1A | 18 | 14B | 2C | 38 |
| Octal | 301 | 136 | 216 | 0 | 63 | 32 | 30 | 513 | 54 | 70 |
| Binary | 11000001 | 1011110 | 10001110 | 0 | 110011 | 11010 | 11000 | 101001011 | 101100 | 111000 |
Color Harmonies of #C15E8E
Complementary color
Monochromatic Colors of #C15E8E
Black with #C15E8E
Text Example
Text Example
White with #C15E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15E8E; }
p { color: rgb(193,94,142); }
H1.HeaderClassName
{
color: #C15E8E;
}
.AnyTagClassName
{
color: #C15E8E;
}
</style>
background-color css
<style>
a { background-color: #C15E8E; }
a { background-color: rgb(193,94,142); }
div.DivClassName
{
background-color: #C15E8E;
}
.BgClassName
{
background-color: #C15E8E;
}
</style>
border-color css
<style>
span { border-color: #C15E8E; }
span { border-color: rgb(193,94,142); }
td.TdClassName
{
border-color: #C15E8E;
}
.TagClassName
{
border-color: #C15E8E;
}
</style>