Shades of Mulberry #C64589
Tints of Mulberry #C64589
RGB
CMYK
RGB Variations
Color information
#C64589 (or 0xC64589) is known color: Mulberry. HEX triplet: C6, 45 and 89. RGB value is (198,69,137). Sum of RGB (Red+Green+Blue) = 198+69+137=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C64589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64589 is #39BA76. Grayscale: #737373. Windows color (decimal): -3783287 or 8996294. OLE color: 8996294.
HSL color Cylindrical-coordinate representation of color #C64589: hue angle of 328.37º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64589 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 137 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.22 |
| HSL | 328.37º | 0.53% | 0.52% | - |
| HSV(B) | 328.37º | 0.65% | 0.78% | - |
| XYZ | 29.93 | 18.07 | 25.58 | - |
| YUV | 115.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 137 | 0 | 0.65 | 0.31 | 0.22 | 328.37 | 0.53 | 0.52 |
| Hex | C6 | 45 | 89 | 0 | 41 | 1F | 16 | 148 | 35 | 34 |
| Octal | 306 | 105 | 211 | 0 | 101 | 37 | 26 | 510 | 65 | 64 |
| Binary | 11000110 | 1000101 | 10001001 | 0 | 1000001 | 11111 | 10110 | 101001000 | 110101 | 110100 |
Color Harmonies of #C64589
Complementary color
Monochromatic Colors of #C64589
Black with #C64589
Text Example
Text Example
White with #C64589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64589; }
p { color: rgb(198,69,137); }
H1.HeaderClassName
{
color: #C64589;
}
.AnyTagClassName
{
color: #C64589;
}
</style>
background-color css
<style>
a { background-color: #C64589; }
a { background-color: rgb(198,69,137); }
div.DivClassName
{
background-color: #C64589;
}
.BgClassName
{
background-color: #C64589;
}
</style>
border-color css
<style>
span { border-color: #C64589; }
span { border-color: rgb(198,69,137); }
td.TdClassName
{
border-color: #C64589;
}
.TagClassName
{
border-color: #C64589;
}
</style>