Shades of Mulberry #C5477F
Tints of Mulberry #C5477F
RGB
CMYK
RGB Variations
Color information
#C5477F (or 0xC5477F) is known color: Mulberry. HEX triplet: C5, 47 and 7F. RGB value is (197,71,127). Sum of RGB (Red+Green+Blue) = 197+71+127=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5477F is #3AB880. Grayscale: #727272. Windows color (decimal): -3848321 or 8341445. OLE color: 8341445.
HSL color Cylindrical-coordinate representation of color #C5477F: hue angle of 333.33º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5477F is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 127 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.23 |
| HSL | 333.33º | 0.52% | 0.53% | - |
| HSV(B) | 333.33º | 0.64% | 0.77% | - |
| XYZ | 29.11 | 17.91 | 22 | - |
| YUV | 115.06 | 134.74 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 127 | 0 | 0.64 | 0.36 | 0.23 | 333.33 | 0.52 | 0.53 |
| Hex | C5 | 47 | 7F | 0 | 40 | 24 | 17 | 14D | 34 | 35 |
| Octal | 305 | 107 | 177 | 0 | 100 | 44 | 27 | 515 | 64 | 65 |
| Binary | 11000101 | 1000111 | 1111111 | 0 | 1000000 | 100100 | 10111 | 101001101 | 110100 | 110101 |
Color Harmonies of #C5477F
Complementary color
Monochromatic Colors of #C5477F
Black with #C5477F
Text Example
Text Example
White with #C5477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5477F; }
p { color: rgb(197,71,127); }
H1.HeaderClassName
{
color: #C5477F;
}
.AnyTagClassName
{
color: #C5477F;
}
</style>
background-color css
<style>
a { background-color: #C5477F; }
a { background-color: rgb(197,71,127); }
div.DivClassName
{
background-color: #C5477F;
}
.BgClassName
{
background-color: #C5477F;
}
</style>
border-color css
<style>
span { border-color: #C5477F; }
span { border-color: rgb(197,71,127); }
td.TdClassName
{
border-color: #C5477F;
}
.TagClassName
{
border-color: #C5477F;
}
</style>