Shades of Mulberry #C4518C
Tints of Mulberry #C4518C
RGB
CMYK
RGB Variations
Color information
#C4518C (or 0xC4518C) is known color: Mulberry. HEX triplet: C4, 51 and 8C. RGB value is (196,81,140). Sum of RGB (Red+Green+Blue) = 196+81+140=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C4518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4518C is #3BAE73. Grayscale: #797979. Windows color (decimal): -3911284 or 9195972. OLE color: 9195972.
HSL color Cylindrical-coordinate representation of color #C4518C: hue angle of 329.22º 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 #C4518C is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 140 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.23 |
| HSL | 329.22º | 0.49% | 0.54% | - |
| HSV(B) | 329.22º | 0.59% | 0.77% | - |
| XYZ | 30.44 | 19.51 | 26.97 | - |
| YUV | 122.11 | 138.1 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 140 | 0 | 0.59 | 0.29 | 0.23 | 329.22 | 0.49 | 0.54 |
| Hex | C4 | 51 | 8C | 0 | 3B | 1D | 17 | 149 | 31 | 36 |
| Octal | 304 | 121 | 214 | 0 | 73 | 35 | 27 | 511 | 61 | 66 |
| Binary | 11000100 | 1010001 | 10001100 | 0 | 111011 | 11101 | 10111 | 101001001 | 110001 | 110110 |
Color Harmonies of #C4518C
Complementary color
Monochromatic Colors of #C4518C
Black with #C4518C
Text Example
Text Example
White with #C4518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4518C; }
p { color: rgb(196,81,140); }
H1.HeaderClassName
{
color: #C4518C;
}
.AnyTagClassName
{
color: #C4518C;
}
</style>
background-color css
<style>
a { background-color: #C4518C; }
a { background-color: rgb(196,81,140); }
div.DivClassName
{
background-color: #C4518C;
}
.BgClassName
{
background-color: #C4518C;
}
</style>
border-color css
<style>
span { border-color: #C4518C; }
span { border-color: rgb(196,81,140); }
td.TdClassName
{
border-color: #C4518C;
}
.TagClassName
{
border-color: #C4518C;
}
</style>