Shades of Mulberry #C64990
Tints of Mulberry #C64990
RGB
CMYK
RGB Variations
Color information
#C64990 (or 0xC64990) is known color: Mulberry. HEX triplet: C6, 49 and 90. RGB value is (198,73,144). Sum of RGB (Red+Green+Blue) = 198+73+144=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C64990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64990 is #39B66F. Grayscale: #767676. Windows color (decimal): -3782256 or 9456070. OLE color: 9456070.
HSL color Cylindrical-coordinate representation of color #C64990: hue angle of 325.92º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64990 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 144 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.22 |
| HSL | 325.92º | 0.52% | 0.53% | - |
| HSV(B) | 325.92º | 0.63% | 0.78% | - |
| XYZ | 30.71 | 18.78 | 28.39 | - |
| YUV | 118.47 | 142.41 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 144 | 0 | 0.63 | 0.27 | 0.22 | 325.92 | 0.52 | 0.53 |
| Hex | C6 | 49 | 90 | 0 | 3F | 1B | 16 | 146 | 34 | 35 |
| Octal | 306 | 111 | 220 | 0 | 77 | 33 | 26 | 506 | 64 | 65 |
| Binary | 11000110 | 1001001 | 10010000 | 0 | 111111 | 11011 | 10110 | 101000110 | 110100 | 110101 |
Color Harmonies of #C64990
Complementary color
Monochromatic Colors of #C64990
Black with #C64990
Text Example
Text Example
White with #C64990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64990; }
p { color: rgb(198,73,144); }
H1.HeaderClassName
{
color: #C64990;
}
.AnyTagClassName
{
color: #C64990;
}
</style>
background-color css
<style>
a { background-color: #C64990; }
a { background-color: rgb(198,73,144); }
div.DivClassName
{
background-color: #C64990;
}
.BgClassName
{
background-color: #C64990;
}
</style>
border-color css
<style>
span { border-color: #C64990; }
span { border-color: rgb(198,73,144); }
td.TdClassName
{
border-color: #C64990;
}
.TagClassName
{
border-color: #C64990;
}
</style>