Shades of Mulberry #C64886
Tints of Mulberry #C64886
RGB
CMYK
RGB Variations
Color information
#C64886 (or 0xC64886) is known color: Mulberry. HEX triplet: C6, 48 and 86. RGB value is (198,72,134). Sum of RGB (Red+Green+Blue) = 198+72+134=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C64886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64886 is #39B779. Grayscale: #747474. Windows color (decimal): -3782522 or 8800454. OLE color: 8800454.
HSL color Cylindrical-coordinate representation of color #C64886: hue angle of 330.48º 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 #C64886 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 134 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.22 |
| HSL | 330.48º | 0.53% | 0.53% | - |
| HSV(B) | 330.48º | 0.64% | 0.78% | - |
| XYZ | 29.91 | 18.36 | 24.52 | - |
| YUV | 116.74 | 137.74 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 134 | 0 | 0.64 | 0.32 | 0.22 | 330.48 | 0.53 | 0.53 |
| Hex | C6 | 48 | 86 | 0 | 40 | 20 | 16 | 14A | 34 | 35 |
| Octal | 306 | 110 | 206 | 0 | 100 | 40 | 26 | 512 | 64 | 65 |
| Binary | 11000110 | 1001000 | 10000110 | 0 | 1000000 | 100000 | 10110 | 101001010 | 110100 | 110101 |
Color Harmonies of #C64886
Complementary color
Monochromatic Colors of #C64886
Black with #C64886
Text Example
Text Example
White with #C64886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64886; }
p { color: rgb(198,72,134); }
H1.HeaderClassName
{
color: #C64886;
}
.AnyTagClassName
{
color: #C64886;
}
</style>
background-color css
<style>
a { background-color: #C64886; }
a { background-color: rgb(198,72,134); }
div.DivClassName
{
background-color: #C64886;
}
.BgClassName
{
background-color: #C64886;
}
</style>
border-color css
<style>
span { border-color: #C64886; }
span { border-color: rgb(198,72,134); }
td.TdClassName
{
border-color: #C64886;
}
.TagClassName
{
border-color: #C64886;
}
</style>