Shades of Mulberry #C5467C
Tints of Mulberry #C5467C
RGB
CMYK
RGB Variations
Color information
#C5467C (or 0xC5467C) is known color: Mulberry. HEX triplet: C5, 46 and 7C. RGB value is (197,70,124). Sum of RGB (Red+Green+Blue) = 197+70+124=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5467C is #3AB983. Grayscale: #727272. Windows color (decimal): -3848580 or 8144581. OLE color: 8144581.
HSL color Cylindrical-coordinate representation of color #C5467C: hue angle of 334.49º 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 #C5467C is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 124 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.23 |
| HSL | 334.49º | 0.52% | 0.52% | - |
| HSV(B) | 334.49º | 0.64% | 0.77% | - |
| XYZ | 28.85 | 17.71 | 20.97 | - |
| YUV | 114.13 | 133.58 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 124 | 0 | 0.64 | 0.37 | 0.23 | 334.49 | 0.52 | 0.52 |
| Hex | C5 | 46 | 7C | 0 | 40 | 25 | 17 | 14E | 34 | 34 |
| Octal | 305 | 106 | 174 | 0 | 100 | 45 | 27 | 516 | 64 | 64 |
| Binary | 11000101 | 1000110 | 1111100 | 0 | 1000000 | 100101 | 10111 | 101001110 | 110100 | 110100 |
Color Harmonies of #C5467C
Complementary color
Monochromatic Colors of #C5467C
Black with #C5467C
Text Example
Text Example
White with #C5467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5467C; }
p { color: rgb(197,70,124); }
H1.HeaderClassName
{
color: #C5467C;
}
.AnyTagClassName
{
color: #C5467C;
}
</style>
background-color css
<style>
a { background-color: #C5467C; }
a { background-color: rgb(197,70,124); }
div.DivClassName
{
background-color: #C5467C;
}
.BgClassName
{
background-color: #C5467C;
}
</style>
border-color css
<style>
span { border-color: #C5467C; }
span { border-color: rgb(197,70,124); }
td.TdClassName
{
border-color: #C5467C;
}
.TagClassName
{
border-color: #C5467C;
}
</style>