Shades of Mulberry #C55187
Tints of Mulberry #C55187
RGB
CMYK
RGB Variations
Color information
#C55187 (or 0xC55187) is known color: Mulberry. HEX triplet: C5, 51 and 87. RGB value is (197,81,135). Sum of RGB (Red+Green+Blue) = 197+81+135=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C55187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55187 is #3AAE78. Grayscale: #797979. Windows color (decimal): -3845753 or 8868293. OLE color: 8868293.
HSL color Cylindrical-coordinate representation of color #C55187: hue angle of 332.07º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55187 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 135 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.23 |
| HSL | 332.07º | 0.5% | 0.55% | - |
| HSV(B) | 332.07º | 0.59% | 0.77% | - |
| XYZ | 30.34 | 19.5 | 25.09 | - |
| YUV | 121.84 | 135.43 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 135 | 0 | 0.59 | 0.31 | 0.23 | 332.07 | 0.5 | 0.55 |
| Hex | C5 | 51 | 87 | 0 | 3B | 1F | 17 | 14C | 32 | 37 |
| Octal | 305 | 121 | 207 | 0 | 73 | 37 | 27 | 514 | 62 | 67 |
| Binary | 11000101 | 1010001 | 10000111 | 0 | 111011 | 11111 | 10111 | 101001100 | 110010 | 110111 |
Color Harmonies of #C55187
Complementary color
Monochromatic Colors of #C55187
Black with #C55187
Text Example
Text Example
White with #C55187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55187; }
p { color: rgb(197,81,135); }
H1.HeaderClassName
{
color: #C55187;
}
.AnyTagClassName
{
color: #C55187;
}
</style>
background-color css
<style>
a { background-color: #C55187; }
a { background-color: rgb(197,81,135); }
div.DivClassName
{
background-color: #C55187;
}
.BgClassName
{
background-color: #C55187;
}
</style>
border-color css
<style>
span { border-color: #C55187; }
span { border-color: rgb(197,81,135); }
td.TdClassName
{
border-color: #C55187;
}
.TagClassName
{
border-color: #C55187;
}
</style>