Shades of Mulberry #C65990
Tints of Mulberry #C65990
RGB
CMYK
RGB Variations
Color information
#C65990 (or 0xC65990) is known color: Mulberry. HEX triplet: C6, 59 and 90. RGB value is (198,89,144). Sum of RGB (Red+Green+Blue) = 198+89+144=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C65990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65990 is #39A66F. Grayscale: #7F7F7F. Windows color (decimal): -3778160 or 9460166. OLE color: 9460166.
HSL color Cylindrical-coordinate representation of color #C65990: hue angle of 329.72º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65990 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 144 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.22 |
| HSL | 329.72º | 0.49% | 0.56% | - |
| HSV(B) | 329.72º | 0.55% | 0.78% | - |
| XYZ | 31.9 | 21.16 | 28.79 | - |
| YUV | 127.86 | 137.11 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 144 | 0 | 0.55 | 0.27 | 0.22 | 329.72 | 0.49 | 0.56 |
| Hex | C6 | 59 | 90 | 0 | 37 | 1B | 16 | 14A | 31 | 38 |
| Octal | 306 | 131 | 220 | 0 | 67 | 33 | 26 | 512 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10010000 | 0 | 110111 | 11011 | 10110 | 101001010 | 110001 | 111000 |
Color Harmonies of #C65990
Complementary color
Monochromatic Colors of #C65990
Black with #C65990
Text Example
Text Example
White with #C65990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65990; }
p { color: rgb(198,89,144); }
H1.HeaderClassName
{
color: #C65990;
}
.AnyTagClassName
{
color: #C65990;
}
</style>
background-color css
<style>
a { background-color: #C65990; }
a { background-color: rgb(198,89,144); }
div.DivClassName
{
background-color: #C65990;
}
.BgClassName
{
background-color: #C65990;
}
</style>
border-color css
<style>
span { border-color: #C65990; }
span { border-color: rgb(198,89,144); }
td.TdClassName
{
border-color: #C65990;
}
.TagClassName
{
border-color: #C65990;
}
</style>