Shades of Mulberry #C5487D
Tints of Mulberry #C5487D
RGB
CMYK
RGB Variations
Color information
#C5487D (or 0xC5487D) is known color: Mulberry. HEX triplet: C5, 48 and 7D. RGB value is (197,72,125). Sum of RGB (Red+Green+Blue) = 197+72+125=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5487D is #3AB782. Grayscale: #737373. Windows color (decimal): -3848067 or 8210629. OLE color: 8210629.
HSL color Cylindrical-coordinate representation of color #C5487D: hue angle of 334.56º 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 #C5487D is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 125 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.23 |
| HSL | 334.56º | 0.52% | 0.53% | - |
| HSV(B) | 334.56º | 0.63% | 0.77% | - |
| XYZ | 29.05 | 17.99 | 21.34 | - |
| YUV | 115.42 | 133.41 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 125 | 0 | 0.63 | 0.37 | 0.23 | 334.56 | 0.52 | 0.53 |
| Hex | C5 | 48 | 7D | 0 | 3F | 25 | 17 | 14F | 34 | 35 |
| Octal | 305 | 110 | 175 | 0 | 77 | 45 | 27 | 517 | 64 | 65 |
| Binary | 11000101 | 1001000 | 1111101 | 0 | 111111 | 100101 | 10111 | 101001111 | 110100 | 110101 |
Color Harmonies of #C5487D
Complementary color
Monochromatic Colors of #C5487D
Black with #C5487D
Text Example
Text Example
White with #C5487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5487D; }
p { color: rgb(197,72,125); }
H1.HeaderClassName
{
color: #C5487D;
}
.AnyTagClassName
{
color: #C5487D;
}
</style>
background-color css
<style>
a { background-color: #C5487D; }
a { background-color: rgb(197,72,125); }
div.DivClassName
{
background-color: #C5487D;
}
.BgClassName
{
background-color: #C5487D;
}
</style>
border-color css
<style>
span { border-color: #C5487D; }
span { border-color: rgb(197,72,125); }
td.TdClassName
{
border-color: #C5487D;
}
.TagClassName
{
border-color: #C5487D;
}
</style>