Shades of Mulberry #C15D87
Tints of Mulberry #C15D87
RGB
CMYK
RGB Variations
Color information
#C15D87 (or 0xC15D87) is known color: Mulberry. HEX triplet: C1, 5D and 87. RGB value is (193,93,135). Sum of RGB (Red+Green+Blue) = 193+93+135=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15D87 is #3EA278. Grayscale: #7F7F7F. Windows color (decimal): -4104825 or 8871361. OLE color: 8871361.
HSL color Cylindrical-coordinate representation of color #C15D87: hue angle of 334.8º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C15D87 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 93 | 135 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.24 |
| HSL | 334.8º | 0.45% | 0.56% | - |
| HSV(B) | 334.8º | 0.52% | 0.76% | - |
| XYZ | 30.28 | 20.92 | 25.36 | - |
| YUV | 127.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 135 | 0 | 0.52 | 0.30 | 0.24 | 334.8 | 0.45 | 0.56 |
| Hex | C1 | 5D | 87 | 0 | 34 | 1E | 18 | 14F | 2D | 38 |
| Octal | 301 | 135 | 207 | 0 | 64 | 36 | 30 | 517 | 55 | 70 |
| Binary | 11000001 | 1011101 | 10000111 | 0 | 110100 | 11110 | 11000 | 101001111 | 101101 | 111000 |
Color Harmonies of #C15D87
Complementary color
Monochromatic Colors of #C15D87
Black with #C15D87
Text Example
Text Example
White with #C15D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15D87; }
p { color: rgb(193,93,135); }
H1.HeaderClassName
{
color: #C15D87;
}
.AnyTagClassName
{
color: #C15D87;
}
</style>
background-color css
<style>
a { background-color: #C15D87; }
a { background-color: rgb(193,93,135); }
div.DivClassName
{
background-color: #C15D87;
}
.BgClassName
{
background-color: #C15D87;
}
</style>
border-color css
<style>
span { border-color: #C15D87; }
span { border-color: rgb(193,93,135); }
td.TdClassName
{
border-color: #C15D87;
}
.TagClassName
{
border-color: #C15D87;
}
</style>