Shades of Mulberry #C5557F
Tints of Mulberry #C5557F
RGB
CMYK
RGB Variations
Color information
#C5557F (or 0xC5557F) is known color: Mulberry. HEX triplet: C5, 55 and 7F. RGB value is (197,85,127). Sum of RGB (Red+Green+Blue) = 197+85+127=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5557F is #3AAA80. Grayscale: #7B7B7B. Windows color (decimal): -3844737 or 8345029. OLE color: 8345029.
HSL color Cylindrical-coordinate representation of color #C5557F: hue angle of 337.5º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5557F is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 127 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.23 |
| HSL | 337.5º | 0.49% | 0.55% | - |
| HSV(B) | 337.5º | 0.57% | 0.77% | - |
| XYZ | 30.11 | 19.9 | 22.33 | - |
| YUV | 123.28 | 130.11 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 127 | 0 | 0.57 | 0.36 | 0.23 | 337.5 | 0.49 | 0.55 |
| Hex | C5 | 55 | 7F | 0 | 39 | 24 | 17 | 152 | 31 | 37 |
| Octal | 305 | 125 | 177 | 0 | 71 | 44 | 27 | 522 | 61 | 67 |
| Binary | 11000101 | 1010101 | 1111111 | 0 | 111001 | 100100 | 10111 | 101010010 | 110001 | 110111 |
Color Harmonies of #C5557F
Complementary color
Monochromatic Colors of #C5557F
Black with #C5557F
Text Example
Text Example
White with #C5557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5557F; }
p { color: rgb(197,85,127); }
H1.HeaderClassName
{
color: #C5557F;
}
.AnyTagClassName
{
color: #C5557F;
}
</style>
background-color css
<style>
a { background-color: #C5557F; }
a { background-color: rgb(197,85,127); }
div.DivClassName
{
background-color: #C5557F;
}
.BgClassName
{
background-color: #C5557F;
}
</style>
border-color css
<style>
span { border-color: #C5557F; }
span { border-color: rgb(197,85,127); }
td.TdClassName
{
border-color: #C5557F;
}
.TagClassName
{
border-color: #C5557F;
}
</style>