Shades of Mulberry #C15487
Tints of Mulberry #C15487
RGB
CMYK
RGB Variations
Color information
#C15487 (or 0xC15487) is known color: Mulberry. HEX triplet: C1, 54 and 87. RGB value is (193,84,135). Sum of RGB (Red+Green+Blue) = 193+84+135=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C15487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15487 is #3EAB78. Grayscale: #7A7A7A. Windows color (decimal): -4107129 or 8869057. OLE color: 8869057.
HSL color Cylindrical-coordinate representation of color #C15487: hue angle of 331.93º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15487 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 135 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.24 |
| HSL | 331.93º | 0.47% | 0.54% | - |
| HSV(B) | 331.93º | 0.56% | 0.76% | - |
| XYZ | 29.54 | 19.43 | 25.11 | - |
| YUV | 122.41 | 135.11 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 135 | 0 | 0.56 | 0.30 | 0.24 | 331.93 | 0.47 | 0.54 |
| Hex | C1 | 54 | 87 | 0 | 38 | 1E | 18 | 14C | 2F | 36 |
| Octal | 301 | 124 | 207 | 0 | 70 | 36 | 30 | 514 | 57 | 66 |
| Binary | 11000001 | 1010100 | 10000111 | 0 | 111000 | 11110 | 11000 | 101001100 | 101111 | 110110 |
Color Harmonies of #C15487
Complementary color
Monochromatic Colors of #C15487
Black with #C15487
Text Example
Text Example
White with #C15487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15487; }
p { color: rgb(193,84,135); }
H1.HeaderClassName
{
color: #C15487;
}
.AnyTagClassName
{
color: #C15487;
}
</style>
background-color css
<style>
a { background-color: #C15487; }
a { background-color: rgb(193,84,135); }
div.DivClassName
{
background-color: #C15487;
}
.BgClassName
{
background-color: #C15487;
}
</style>
border-color css
<style>
span { border-color: #C15487; }
span { border-color: rgb(193,84,135); }
td.TdClassName
{
border-color: #C15487;
}
.TagClassName
{
border-color: #C15487;
}
</style>