Shades of Mulberry #C55690
Tints of Mulberry #C55690
RGB
CMYK
RGB Variations
Color information
#C55690 (or 0xC55690) is known color: Mulberry. HEX triplet: C5, 56 and 90. RGB value is (197,86,144). Sum of RGB (Red+Green+Blue) = 197+86+144=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C55690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55690 is #3AA96F. Grayscale: #7D7D7D. Windows color (decimal): -3844464 or 9459397. OLE color: 9459397.
HSL color Cylindrical-coordinate representation of color #C55690: hue angle of 328.65º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55690 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 144 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.23 |
| HSL | 328.65º | 0.49% | 0.55% | - |
| HSV(B) | 328.65º | 0.56% | 0.77% | - |
| XYZ | 31.39 | 20.54 | 28.7 | - |
| YUV | 125.8 | 138.27 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 144 | 0 | 0.56 | 0.27 | 0.23 | 328.65 | 0.49 | 0.55 |
| Hex | C5 | 56 | 90 | 0 | 38 | 1B | 17 | 149 | 31 | 37 |
| Octal | 305 | 126 | 220 | 0 | 70 | 33 | 27 | 511 | 61 | 67 |
| Binary | 11000101 | 1010110 | 10010000 | 0 | 111000 | 11011 | 10111 | 101001001 | 110001 | 110111 |
Color Harmonies of #C55690
Complementary color
Monochromatic Colors of #C55690
Black with #C55690
Text Example
Text Example
White with #C55690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55690; }
p { color: rgb(197,86,144); }
H1.HeaderClassName
{
color: #C55690;
}
.AnyTagClassName
{
color: #C55690;
}
</style>
background-color css
<style>
a { background-color: #C55690; }
a { background-color: rgb(197,86,144); }
div.DivClassName
{
background-color: #C55690;
}
.BgClassName
{
background-color: #C55690;
}
</style>
border-color css
<style>
span { border-color: #C55690; }
span { border-color: rgb(197,86,144); }
td.TdClassName
{
border-color: #C55690;
}
.TagClassName
{
border-color: #C55690;
}
</style>