Shades of Mulberry #C4489B
Tints of Mulberry #C4489B
RGB
CMYK
RGB Variations
Color information
#C4489B (or 0xC4489B) is known color: Mulberry. HEX triplet: C4, 48 and 9B. RGB value is (196,72,155). Sum of RGB (Red+Green+Blue) = 196+72+155=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4489B is #3BB764. Grayscale: #767676. Windows color (decimal): -3913573 or 10176708. OLE color: 10176708.
HSL color Cylindrical-coordinate representation of color #C4489B: hue angle of 319.84º degrees, saturation: 0.51, 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 #C4489B is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 155 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.23 |
| HSL | 319.84º | 0.51% | 0.53% | - |
| HSV(B) | 319.84º | 0.63% | 0.77% | - |
| XYZ | 31 | 18.74 | 32.99 | - |
| YUV | 118.54 | 148.58 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 155 | 0 | 0.63 | 0.21 | 0.23 | 319.84 | 0.51 | 0.53 |
| Hex | C4 | 48 | 9B | 0 | 3F | 15 | 17 | 140 | 33 | 35 |
| Octal | 304 | 110 | 233 | 0 | 77 | 25 | 27 | 500 | 63 | 65 |
| Binary | 11000100 | 1001000 | 10011011 | 0 | 111111 | 10101 | 10111 | 101000000 | 110011 | 110101 |
Color Harmonies of #C4489B
Complementary color
Monochromatic Colors of #C4489B
Black with #C4489B
Text Example
Text Example
White with #C4489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4489B; }
p { color: rgb(196,72,155); }
H1.HeaderClassName
{
color: #C4489B;
}
.AnyTagClassName
{
color: #C4489B;
}
</style>
background-color css
<style>
a { background-color: #C4489B; }
a { background-color: rgb(196,72,155); }
div.DivClassName
{
background-color: #C4489B;
}
.BgClassName
{
background-color: #C4489B;
}
</style>
border-color css
<style>
span { border-color: #C4489B; }
span { border-color: rgb(196,72,155); }
td.TdClassName
{
border-color: #C4489B;
}
.TagClassName
{
border-color: #C4489B;
}
</style>