Shades of Mulberry #C54690
Tints of Mulberry #C54690
RGB
CMYK
RGB Variations
Color information
#C54690 (or 0xC54690) is known color: Mulberry. HEX triplet: C5, 46 and 90. RGB value is (197,70,144). Sum of RGB (Red+Green+Blue) = 197+70+144=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C54690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54690 is #3AB96F. Grayscale: #747474. Windows color (decimal): -3848560 or 9455301. OLE color: 9455301.
HSL color Cylindrical-coordinate representation of color #C54690: hue angle of 325.04º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54690 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 144 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.23 |
| HSL | 325.04º | 0.52% | 0.52% | - |
| HSV(B) | 325.04º | 0.64% | 0.77% | - |
| XYZ | 30.25 | 18.26 | 28.32 | - |
| YUV | 116.41 | 143.58 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 144 | 0 | 0.64 | 0.27 | 0.23 | 325.04 | 0.52 | 0.52 |
| Hex | C5 | 46 | 90 | 0 | 40 | 1B | 17 | 145 | 34 | 34 |
| Octal | 305 | 106 | 220 | 0 | 100 | 33 | 27 | 505 | 64 | 64 |
| Binary | 11000101 | 1000110 | 10010000 | 0 | 1000000 | 11011 | 10111 | 101000101 | 110100 | 110100 |
Color Harmonies of #C54690
Complementary color
Monochromatic Colors of #C54690
Black with #C54690
Text Example
Text Example
White with #C54690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54690; }
p { color: rgb(197,70,144); }
H1.HeaderClassName
{
color: #C54690;
}
.AnyTagClassName
{
color: #C54690;
}
</style>
background-color css
<style>
a { background-color: #C54690; }
a { background-color: rgb(197,70,144); }
div.DivClassName
{
background-color: #C54690;
}
.BgClassName
{
background-color: #C54690;
}
</style>
border-color css
<style>
span { border-color: #C54690; }
span { border-color: rgb(197,70,144); }
td.TdClassName
{
border-color: #C54690;
}
.TagClassName
{
border-color: #C54690;
}
</style>