Shades of Mulberry #C15587
Tints of Mulberry #C15587
RGB
CMYK
RGB Variations
Color information
#C15587 (or 0xC15587) is known color: Mulberry. HEX triplet: C1, 55 and 87. RGB value is (193,85,135). Sum of RGB (Red+Green+Blue) = 193+85+135=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C15587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15587 is #3EAA78. Grayscale: #7A7A7A. Windows color (decimal): -4106873 or 8869313. OLE color: 8869313.
HSL color Cylindrical-coordinate representation of color #C15587: hue angle of 332.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15587 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 135 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.24 |
| HSL | 332.22º | 0.47% | 0.55% | - |
| HSV(B) | 332.22º | 0.56% | 0.76% | - |
| XYZ | 29.61 | 19.58 | 25.14 | - |
| YUV | 122.99 | 134.78 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 135 | 0 | 0.56 | 0.30 | 0.24 | 332.22 | 0.47 | 0.55 |
| Hex | C1 | 55 | 87 | 0 | 38 | 1E | 18 | 14C | 2F | 37 |
| Octal | 301 | 125 | 207 | 0 | 70 | 36 | 30 | 514 | 57 | 67 |
| Binary | 11000001 | 1010101 | 10000111 | 0 | 111000 | 11110 | 11000 | 101001100 | 101111 | 110111 |
Color Harmonies of #C15587
Complementary color
Monochromatic Colors of #C15587
Black with #C15587
Text Example
Text Example
White with #C15587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15587; }
p { color: rgb(193,85,135); }
H1.HeaderClassName
{
color: #C15587;
}
.AnyTagClassName
{
color: #C15587;
}
</style>
background-color css
<style>
a { background-color: #C15587; }
a { background-color: rgb(193,85,135); }
div.DivClassName
{
background-color: #C15587;
}
.BgClassName
{
background-color: #C15587;
}
</style>
border-color css
<style>
span { border-color: #C15587; }
span { border-color: rgb(193,85,135); }
td.TdClassName
{
border-color: #C15587;
}
.TagClassName
{
border-color: #C15587;
}
</style>