Shades of Mulberry #C5518B
Tints of Mulberry #C5518B
RGB
CMYK
RGB Variations
Color information
#C5518B (or 0xC5518B) is known color: Mulberry. HEX triplet: C5, 51 and 8B. RGB value is (197,81,139). Sum of RGB (Red+Green+Blue) = 197+81+139=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C5518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5518B is #3AAE74. Grayscale: #7A7A7A. Windows color (decimal): -3845749 or 9130437. OLE color: 9130437.
HSL color Cylindrical-coordinate representation of color #C5518B: hue angle of 330º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5518B is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 139 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.23 |
| HSL | 330º | 0.5% | 0.55% | - |
| HSV(B) | 330º | 0.59% | 0.77% | - |
| XYZ | 30.63 | 19.62 | 26.6 | - |
| YUV | 122.3 | 137.43 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 139 | 0 | 0.59 | 0.29 | 0.23 | 330 | 0.5 | 0.55 |
| Hex | C5 | 51 | 8B | 0 | 3B | 1D | 17 | 14A | 32 | 37 |
| Octal | 305 | 121 | 213 | 0 | 73 | 35 | 27 | 512 | 62 | 67 |
| Binary | 11000101 | 1010001 | 10001011 | 0 | 111011 | 11101 | 10111 | 101001010 | 110010 | 110111 |
Color Harmonies of #C5518B
Complementary color
Monochromatic Colors of #C5518B
Black with #C5518B
Text Example
Text Example
White with #C5518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5518B; }
p { color: rgb(197,81,139); }
H1.HeaderClassName
{
color: #C5518B;
}
.AnyTagClassName
{
color: #C5518B;
}
</style>
background-color css
<style>
a { background-color: #C5518B; }
a { background-color: rgb(197,81,139); }
div.DivClassName
{
background-color: #C5518B;
}
.BgClassName
{
background-color: #C5518B;
}
</style>
border-color css
<style>
span { border-color: #C5518B; }
span { border-color: rgb(197,81,139); }
td.TdClassName
{
border-color: #C5518B;
}
.TagClassName
{
border-color: #C5518B;
}
</style>