Shades of Mulberry #C5489A
Tints of Mulberry #C5489A
RGB
CMYK
RGB Variations
Color information
#C5489A (or 0xC5489A) is known color: Mulberry. HEX triplet: C5, 48 and 9A. RGB value is (197,72,154). Sum of RGB (Red+Green+Blue) = 197+72+154=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5489A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5489A is #3AB765. Grayscale: #767676. Windows color (decimal): -3848038 or 10111173. OLE color: 10111173.
HSL color Cylindrical-coordinate representation of color #C5489A: hue angle of 320.64º 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 #C5489A is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 154 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.23 |
| HSL | 320.64º | 0.52% | 0.53% | - |
| HSV(B) | 320.64º | 0.63% | 0.77% | - |
| XYZ | 31.18 | 18.84 | 32.56 | - |
| YUV | 118.72 | 147.91 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 154 | 0 | 0.63 | 0.22 | 0.23 | 320.64 | 0.52 | 0.53 |
| Hex | C5 | 48 | 9A | 0 | 3F | 16 | 17 | 141 | 34 | 35 |
| Octal | 305 | 110 | 232 | 0 | 77 | 26 | 27 | 501 | 64 | 65 |
| Binary | 11000101 | 1001000 | 10011010 | 0 | 111111 | 10110 | 10111 | 101000001 | 110100 | 110101 |
Color Harmonies of #C5489A
Complementary color
Monochromatic Colors of #C5489A
Black with #C5489A
Text Example
Text Example
White with #C5489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5489A; }
p { color: rgb(197,72,154); }
H1.HeaderClassName
{
color: #C5489A;
}
.AnyTagClassName
{
color: #C5489A;
}
</style>
background-color css
<style>
a { background-color: #C5489A; }
a { background-color: rgb(197,72,154); }
div.DivClassName
{
background-color: #C5489A;
}
.BgClassName
{
background-color: #C5489A;
}
</style>
border-color css
<style>
span { border-color: #C5489A; }
span { border-color: rgb(197,72,154); }
td.TdClassName
{
border-color: #C5489A;
}
.TagClassName
{
border-color: #C5489A;
}
</style>