Shades of Mulberry #C15E8F
Tints of Mulberry #C15E8F
RGB
CMYK
RGB Variations
Color information
#C15E8F (or 0xC15E8F) is known color: Mulberry. HEX triplet: C1, 5E and 8F. RGB value is (193,94,143). Sum of RGB (Red+Green+Blue) = 193+94+143=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15E8F is #3EA170. Grayscale: #818181. Windows color (decimal): -4104561 or 9395905. OLE color: 9395905.
HSL color Cylindrical-coordinate representation of color #C15E8F: hue angle of 330.3º 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 #C15E8F is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 94 | 143 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.24 |
| HSL | 330.3º | 0.44% | 0.56% | - |
| HSV(B) | 330.3º | 0.51% | 0.76% | - |
| XYZ | 30.95 | 21.33 | 28.47 | - |
| YUV | 129.19 | 135.8 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 143 | 0 | 0.51 | 0.26 | 0.24 | 330.3 | 0.44 | 0.56 |
| Hex | C1 | 5E | 8F | 0 | 33 | 1A | 18 | 14A | 2C | 38 |
| Octal | 301 | 136 | 217 | 0 | 63 | 32 | 30 | 512 | 54 | 70 |
| Binary | 11000001 | 1011110 | 10001111 | 0 | 110011 | 11010 | 11000 | 101001010 | 101100 | 111000 |
Color Harmonies of #C15E8F
Complementary color
Monochromatic Colors of #C15E8F
Black with #C15E8F
Text Example
Text Example
White with #C15E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15E8F; }
p { color: rgb(193,94,143); }
H1.HeaderClassName
{
color: #C15E8F;
}
.AnyTagClassName
{
color: #C15E8F;
}
</style>
background-color css
<style>
a { background-color: #C15E8F; }
a { background-color: rgb(193,94,143); }
div.DivClassName
{
background-color: #C15E8F;
}
.BgClassName
{
background-color: #C15E8F;
}
</style>
border-color css
<style>
span { border-color: #C15E8F; }
span { border-color: rgb(193,94,143); }
td.TdClassName
{
border-color: #C15E8F;
}
.TagClassName
{
border-color: #C15E8F;
}
</style>