Shades of Mulberry #C5498E
Tints of Mulberry #C5498E
RGB
CMYK
RGB Variations
Color information
#C5498E (or 0xC5498E) is known color: Mulberry. HEX triplet: C5, 49 and 8E. RGB value is (197,73,142). Sum of RGB (Red+Green+Blue) = 197+73+142=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C5498E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5498E is #3AB671. Grayscale: #757575. Windows color (decimal): -3847794 or 9324997. OLE color: 9324997.
HSL color Cylindrical-coordinate representation of color #C5498E: hue angle of 326.61º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5498E is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 142 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.23 |
| HSL | 326.61º | 0.52% | 0.53% | - |
| HSV(B) | 326.61º | 0.63% | 0.77% | - |
| XYZ | 30.29 | 18.59 | 27.58 | - |
| YUV | 117.94 | 141.58 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 142 | 0 | 0.63 | 0.28 | 0.23 | 326.61 | 0.52 | 0.53 |
| Hex | C5 | 49 | 8E | 0 | 3F | 1C | 17 | 147 | 34 | 35 |
| Octal | 305 | 111 | 216 | 0 | 77 | 34 | 27 | 507 | 64 | 65 |
| Binary | 11000101 | 1001001 | 10001110 | 0 | 111111 | 11100 | 10111 | 101000111 | 110100 | 110101 |
Color Harmonies of #C5498E
Complementary color
Monochromatic Colors of #C5498E
Black with #C5498E
Text Example
Text Example
White with #C5498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5498E; }
p { color: rgb(197,73,142); }
H1.HeaderClassName
{
color: #C5498E;
}
.AnyTagClassName
{
color: #C5498E;
}
</style>
background-color css
<style>
a { background-color: #C5498E; }
a { background-color: rgb(197,73,142); }
div.DivClassName
{
background-color: #C5498E;
}
.BgClassName
{
background-color: #C5498E;
}
</style>
border-color css
<style>
span { border-color: #C5498E; }
span { border-color: rgb(197,73,142); }
td.TdClassName
{
border-color: #C5498E;
}
.TagClassName
{
border-color: #C5498E;
}
</style>