Shades of Mulberry #C5467F
Tints of Mulberry #C5467F
RGB
CMYK
RGB Variations
Color information
#C5467F (or 0xC5467F) is known color: Mulberry. HEX triplet: C5, 46 and 7F. RGB value is (197,70,127). Sum of RGB (Red+Green+Blue) = 197+70+127=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5467F is #3AB980. Grayscale: #727272. Windows color (decimal): -3848577 or 8341189. OLE color: 8341189.
HSL color Cylindrical-coordinate representation of color #C5467F: hue angle of 333.07º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5467F is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 127 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.23 |
| HSL | 333.07º | 0.52% | 0.52% | - |
| HSV(B) | 333.07º | 0.64% | 0.77% | - |
| XYZ | 29.05 | 17.78 | 21.98 | - |
| YUV | 114.47 | 135.08 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 127 | 0 | 0.64 | 0.36 | 0.23 | 333.07 | 0.52 | 0.52 |
| Hex | C5 | 46 | 7F | 0 | 40 | 24 | 17 | 14D | 34 | 34 |
| Octal | 305 | 106 | 177 | 0 | 100 | 44 | 27 | 515 | 64 | 64 |
| Binary | 11000101 | 1000110 | 1111111 | 0 | 1000000 | 100100 | 10111 | 101001101 | 110100 | 110100 |
Color Harmonies of #C5467F
Complementary color
Monochromatic Colors of #C5467F
Black with #C5467F
Text Example
Text Example
White with #C5467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5467F; }
p { color: rgb(197,70,127); }
H1.HeaderClassName
{
color: #C5467F;
}
.AnyTagClassName
{
color: #C5467F;
}
</style>
background-color css
<style>
a { background-color: #C5467F; }
a { background-color: rgb(197,70,127); }
div.DivClassName
{
background-color: #C5467F;
}
.BgClassName
{
background-color: #C5467F;
}
</style>
border-color css
<style>
span { border-color: #C5467F; }
span { border-color: rgb(197,70,127); }
td.TdClassName
{
border-color: #C5467F;
}
.TagClassName
{
border-color: #C5467F;
}
</style>