Shades of Mulberry #C54887
Tints of Mulberry #C54887
RGB
CMYK
RGB Variations
Color information
#C54887 (or 0xC54887) is known color: Mulberry. HEX triplet: C5, 48 and 87. RGB value is (197,72,135). Sum of RGB (Red+Green+Blue) = 197+72+135=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C54887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54887 is #3AB778. Grayscale: #747474. Windows color (decimal): -3848057 or 8865989. OLE color: 8865989.
HSL color Cylindrical-coordinate representation of color #C54887: hue angle of 329.76º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C54887 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 135 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.23 |
| HSL | 329.76º | 0.52% | 0.53% | - |
| HSV(B) | 329.76º | 0.63% | 0.77% | - |
| XYZ | 29.72 | 18.25 | 24.88 | - |
| YUV | 116.56 | 138.41 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 135 | 0 | 0.63 | 0.31 | 0.23 | 329.76 | 0.52 | 0.53 |
| Hex | C5 | 48 | 87 | 0 | 3F | 1F | 17 | 14A | 34 | 35 |
| Octal | 305 | 110 | 207 | 0 | 77 | 37 | 27 | 512 | 64 | 65 |
| Binary | 11000101 | 1001000 | 10000111 | 0 | 111111 | 11111 | 10111 | 101001010 | 110100 | 110101 |
Color Harmonies of #C54887
Complementary color
Monochromatic Colors of #C54887
Black with #C54887
Text Example
Text Example
White with #C54887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54887; }
p { color: rgb(197,72,135); }
H1.HeaderClassName
{
color: #C54887;
}
.AnyTagClassName
{
color: #C54887;
}
</style>
background-color css
<style>
a { background-color: #C54887; }
a { background-color: rgb(197,72,135); }
div.DivClassName
{
background-color: #C54887;
}
.BgClassName
{
background-color: #C54887;
}
</style>
border-color css
<style>
span { border-color: #C54887; }
span { border-color: rgb(197,72,135); }
td.TdClassName
{
border-color: #C54887;
}
.TagClassName
{
border-color: #C54887;
}
</style>