Shades of Mulberry #C64899
Tints of Mulberry #C64899
RGB
CMYK
RGB Variations
Color information
#C64899 (or 0xC64899) is known color: Mulberry. HEX triplet: C6, 48 and 99. RGB value is (198,72,153). Sum of RGB (Red+Green+Blue) = 198+72+153=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C64899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64899 is #39B766. Grayscale: #767676. Windows color (decimal): -3782503 or 10045638. OLE color: 10045638.
HSL color Cylindrical-coordinate representation of color #C64899: hue angle of 321.43º 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 #C64899 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 153 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.22 |
| HSL | 321.43º | 0.53% | 0.53% | - |
| HSV(B) | 321.43º | 0.64% | 0.78% | - |
| XYZ | 31.36 | 18.94 | 32.14 | - |
| YUV | 118.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 153 | 0 | 0.64 | 0.23 | 0.22 | 321.43 | 0.53 | 0.53 |
| Hex | C6 | 48 | 99 | 0 | 40 | 17 | 16 | 141 | 34 | 35 |
| Octal | 306 | 110 | 231 | 0 | 100 | 27 | 26 | 501 | 64 | 65 |
| Binary | 11000110 | 1001000 | 10011001 | 0 | 1000000 | 10111 | 10110 | 101000001 | 110100 | 110101 |
Color Harmonies of #C64899
Complementary color
Monochromatic Colors of #C64899
Black with #C64899
Text Example
Text Example
White with #C64899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64899; }
p { color: rgb(198,72,153); }
H1.HeaderClassName
{
color: #C64899;
}
.AnyTagClassName
{
color: #C64899;
}
</style>
background-color css
<style>
a { background-color: #C64899; }
a { background-color: rgb(198,72,153); }
div.DivClassName
{
background-color: #C64899;
}
.BgClassName
{
background-color: #C64899;
}
</style>
border-color css
<style>
span { border-color: #C64899; }
span { border-color: rgb(198,72,153); }
td.TdClassName
{
border-color: #C64899;
}
.TagClassName
{
border-color: #C64899;
}
</style>