Shades of Mulberry #C15D88
Tints of Mulberry #C15D88
RGB
CMYK
RGB Variations
Color information
#C15D88 (or 0xC15D88) is known color: Mulberry. HEX triplet: C1, 5D and 88. RGB value is (193,93,136). Sum of RGB (Red+Green+Blue) = 193+93+136=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15D88 is #3EA277. Grayscale: #7F7F7F. Windows color (decimal): -4104824 or 8936897. OLE color: 8936897.
HSL color Cylindrical-coordinate representation of color #C15D88: hue angle of 334.2º 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 #C15D88 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 93 | 136 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.24 |
| HSL | 334.2º | 0.45% | 0.56% | - |
| HSV(B) | 334.2º | 0.52% | 0.76% | - |
| XYZ | 30.35 | 20.94 | 25.74 | - |
| YUV | 127.8 | 132.63 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 136 | 0 | 0.52 | 0.30 | 0.24 | 334.2 | 0.45 | 0.56 |
| Hex | C1 | 5D | 88 | 0 | 34 | 1E | 18 | 14E | 2D | 38 |
| Octal | 301 | 135 | 210 | 0 | 64 | 36 | 30 | 516 | 55 | 70 |
| Binary | 11000001 | 1011101 | 10001000 | 0 | 110100 | 11110 | 11000 | 101001110 | 101101 | 111000 |
Color Harmonies of #C15D88
Complementary color
Monochromatic Colors of #C15D88
Black with #C15D88
Text Example
Text Example
White with #C15D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15D88; }
p { color: rgb(193,93,136); }
H1.HeaderClassName
{
color: #C15D88;
}
.AnyTagClassName
{
color: #C15D88;
}
</style>
background-color css
<style>
a { background-color: #C15D88; }
a { background-color: rgb(193,93,136); }
div.DivClassName
{
background-color: #C15D88;
}
.BgClassName
{
background-color: #C15D88;
}
</style>
border-color css
<style>
span { border-color: #C15D88; }
span { border-color: rgb(193,93,136); }
td.TdClassName
{
border-color: #C15D88;
}
.TagClassName
{
border-color: #C15D88;
}
</style>