Shades of Mulberry #C64887
Tints of Mulberry #C64887
RGB
CMYK
RGB Variations
Color information
#C64887 (or 0xC64887) is known color: Mulberry. HEX triplet: C6, 48 and 87. RGB value is (198,72,135). Sum of RGB (Red+Green+Blue) = 198+72+135=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C64887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64887 is #39B778. Grayscale: #747474. Windows color (decimal): -3782521 or 8865990. OLE color: 8865990.
HSL color Cylindrical-coordinate representation of color #C64887: hue angle of 330º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64887 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 135 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.22 |
| HSL | 330º | 0.53% | 0.53% | - |
| HSV(B) | 330º | 0.64% | 0.78% | - |
| XYZ | 29.98 | 18.39 | 24.89 | - |
| YUV | 116.86 | 138.24 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 135 | 0 | 0.64 | 0.32 | 0.22 | 330 | 0.53 | 0.53 |
| Hex | C6 | 48 | 87 | 0 | 40 | 20 | 16 | 14A | 34 | 35 |
| Octal | 306 | 110 | 207 | 0 | 100 | 40 | 26 | 512 | 64 | 65 |
| Binary | 11000110 | 1001000 | 10000111 | 0 | 1000000 | 100000 | 10110 | 101001010 | 110100 | 110101 |
Color Harmonies of #C64887
Complementary color
Monochromatic Colors of #C64887
Black with #C64887
Text Example
Text Example
White with #C64887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64887; }
p { color: rgb(198,72,135); }
H1.HeaderClassName
{
color: #C64887;
}
.AnyTagClassName
{
color: #C64887;
}
</style>
background-color css
<style>
a { background-color: #C64887; }
a { background-color: rgb(198,72,135); }
div.DivClassName
{
background-color: #C64887;
}
.BgClassName
{
background-color: #C64887;
}
</style>
border-color css
<style>
span { border-color: #C64887; }
span { border-color: rgb(198,72,135); }
td.TdClassName
{
border-color: #C64887;
}
.TagClassName
{
border-color: #C64887;
}
</style>