Shades of Mulberry #C5447E
Tints of Mulberry #C5447E
RGB
CMYK
RGB Variations
Color information
#C5447E (or 0xC5447E) is known color: Mulberry. HEX triplet: C5, 44 and 7E. RGB value is (197,68,126). Sum of RGB (Red+Green+Blue) = 197+68+126=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5447E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5447E is #3ABB81. Grayscale: #717171. Windows color (decimal): -3849090 or 8275141. OLE color: 8275141.
HSL color Cylindrical-coordinate representation of color #C5447E: hue angle of 333.02º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5447E is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 126 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.23 |
| HSL | 333.02º | 0.53% | 0.52% | - |
| HSV(B) | 333.02º | 0.65% | 0.77% | - |
| XYZ | 28.86 | 17.51 | 21.6 | - |
| YUV | 113.18 | 135.24 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 126 | 0 | 0.65 | 0.36 | 0.23 | 333.02 | 0.53 | 0.52 |
| Hex | C5 | 44 | 7E | 0 | 41 | 24 | 17 | 14D | 35 | 34 |
| Octal | 305 | 104 | 176 | 0 | 101 | 44 | 27 | 515 | 65 | 64 |
| Binary | 11000101 | 1000100 | 1111110 | 0 | 1000001 | 100100 | 10111 | 101001101 | 110101 | 110100 |
Color Harmonies of #C5447E
Complementary color
Monochromatic Colors of #C5447E
Black with #C5447E
Text Example
Text Example
White with #C5447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5447E; }
p { color: rgb(197,68,126); }
H1.HeaderClassName
{
color: #C5447E;
}
.AnyTagClassName
{
color: #C5447E;
}
</style>
background-color css
<style>
a { background-color: #C5447E; }
a { background-color: rgb(197,68,126); }
div.DivClassName
{
background-color: #C5447E;
}
.BgClassName
{
background-color: #C5447E;
}
</style>
border-color css
<style>
span { border-color: #C5447E; }
span { border-color: rgb(197,68,126); }
td.TdClassName
{
border-color: #C5447E;
}
.TagClassName
{
border-color: #C5447E;
}
</style>