Shades of Mulberry #C4518A
Tints of Mulberry #C4518A
RGB
CMYK
RGB Variations
Color information
#C4518A (or 0xC4518A) is known color: Mulberry. HEX triplet: C4, 51 and 8A. RGB value is (196,81,138). Sum of RGB (Red+Green+Blue) = 196+81+138=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C4518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4518A is #3BAE75. Grayscale: #797979. Windows color (decimal): -3911286 or 9064900. OLE color: 9064900.
HSL color Cylindrical-coordinate representation of color #C4518A: hue angle of 330.26º 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 #C4518A is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 138 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.23 |
| HSL | 330.26º | 0.49% | 0.54% | - |
| HSV(B) | 330.26º | 0.59% | 0.77% | - |
| XYZ | 30.29 | 19.46 | 26.2 | - |
| YUV | 121.88 | 137.1 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 138 | 0 | 0.59 | 0.30 | 0.23 | 330.26 | 0.49 | 0.54 |
| Hex | C4 | 51 | 8A | 0 | 3B | 1E | 17 | 14A | 31 | 36 |
| Octal | 304 | 121 | 212 | 0 | 73 | 36 | 27 | 512 | 61 | 66 |
| Binary | 11000100 | 1010001 | 10001010 | 0 | 111011 | 11110 | 10111 | 101001010 | 110001 | 110110 |
Color Harmonies of #C4518A
Complementary color
Monochromatic Colors of #C4518A
Black with #C4518A
Text Example
Text Example
White with #C4518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4518A; }
p { color: rgb(196,81,138); }
H1.HeaderClassName
{
color: #C4518A;
}
.AnyTagClassName
{
color: #C4518A;
}
</style>
background-color css
<style>
a { background-color: #C4518A; }
a { background-color: rgb(196,81,138); }
div.DivClassName
{
background-color: #C4518A;
}
.BgClassName
{
background-color: #C4518A;
}
</style>
border-color css
<style>
span { border-color: #C4518A; }
span { border-color: rgb(196,81,138); }
td.TdClassName
{
border-color: #C4518A;
}
.TagClassName
{
border-color: #C4518A;
}
</style>