Shades of Mulberry #C4518E
Tints of Mulberry #C4518E
RGB
CMYK
RGB Variations
Color information
#C4518E (or 0xC4518E) is known color: Mulberry. HEX triplet: C4, 51 and 8E. RGB value is (196,81,142). Sum of RGB (Red+Green+Blue) = 196+81+142=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4518E is #3BAE71. Grayscale: #7A7A7A. Windows color (decimal): -3911282 or 9327044. OLE color: 9327044.
HSL color Cylindrical-coordinate representation of color #C4518E: hue angle of 328.17º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4518E is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 142 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.23 |
| HSL | 328.17º | 0.49% | 0.54% | - |
| HSV(B) | 328.17º | 0.59% | 0.77% | - |
| XYZ | 30.59 | 19.57 | 27.76 | - |
| YUV | 122.34 | 139.1 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 142 | 0 | 0.59 | 0.28 | 0.23 | 328.17 | 0.49 | 0.54 |
| Hex | C4 | 51 | 8E | 0 | 3B | 1C | 17 | 148 | 31 | 36 |
| Octal | 304 | 121 | 216 | 0 | 73 | 34 | 27 | 510 | 61 | 66 |
| Binary | 11000100 | 1010001 | 10001110 | 0 | 111011 | 11100 | 10111 | 101001000 | 110001 | 110110 |
Color Harmonies of #C4518E
Complementary color
Monochromatic Colors of #C4518E
Black with #C4518E
Text Example
Text Example
White with #C4518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4518E; }
p { color: rgb(196,81,142); }
H1.HeaderClassName
{
color: #C4518E;
}
.AnyTagClassName
{
color: #C4518E;
}
</style>
background-color css
<style>
a { background-color: #C4518E; }
a { background-color: rgb(196,81,142); }
div.DivClassName
{
background-color: #C4518E;
}
.BgClassName
{
background-color: #C4518E;
}
</style>
border-color css
<style>
span { border-color: #C4518E; }
span { border-color: rgb(196,81,142); }
td.TdClassName
{
border-color: #C4518E;
}
.TagClassName
{
border-color: #C4518E;
}
</style>