Shades of Mulberry #C15591
Tints of Mulberry #C15591
RGB
CMYK
RGB Variations
Color information
#C15591 (or 0xC15591) is known color: Mulberry. HEX triplet: C1, 55 and 91. RGB value is (193,85,145). Sum of RGB (Red+Green+Blue) = 193+85+145=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C15591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15591 is #3EAA6E. Grayscale: #7C7C7C. Windows color (decimal): -4106863 or 9524673. OLE color: 9524673.
HSL color Cylindrical-coordinate representation of color #C15591: hue angle of 326.67º 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 #C15591 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 145 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.24 |
| HSL | 326.67º | 0.47% | 0.55% | - |
| HSV(B) | 326.67º | 0.56% | 0.76% | - |
| XYZ | 30.35 | 19.88 | 29.03 | - |
| YUV | 124.13 | 139.78 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 145 | 0 | 0.56 | 0.25 | 0.24 | 326.67 | 0.47 | 0.55 |
| Hex | C1 | 55 | 91 | 0 | 38 | 19 | 18 | 147 | 2F | 37 |
| Octal | 301 | 125 | 221 | 0 | 70 | 31 | 30 | 507 | 57 | 67 |
| Binary | 11000001 | 1010101 | 10010001 | 0 | 111000 | 11001 | 11000 | 101000111 | 101111 | 110111 |
Color Harmonies of #C15591
Complementary color
Monochromatic Colors of #C15591
Black with #C15591
Text Example
Text Example
White with #C15591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15591; }
p { color: rgb(193,85,145); }
H1.HeaderClassName
{
color: #C15591;
}
.AnyTagClassName
{
color: #C15591;
}
</style>
background-color css
<style>
a { background-color: #C15591; }
a { background-color: rgb(193,85,145); }
div.DivClassName
{
background-color: #C15591;
}
.BgClassName
{
background-color: #C15591;
}
</style>
border-color css
<style>
span { border-color: #C15591; }
span { border-color: rgb(193,85,145); }
td.TdClassName
{
border-color: #C15591;
}
.TagClassName
{
border-color: #C15591;
}
</style>