Shades of Mulberry #C64F80
Tints of Mulberry #C64F80
RGB
CMYK
RGB Variations
Color information
#C64F80 (or 0xC64F80) is known color: Mulberry. HEX triplet: C6, 4F and 80. RGB value is (198,79,128). Sum of RGB (Red+Green+Blue) = 198+79+128=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64F80 is #39B07F. Grayscale: #787878. Windows color (decimal): -3780736 or 8409030. OLE color: 8409030.
HSL color Cylindrical-coordinate representation of color #C64F80: hue angle of 335.29º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64F80 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 128 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.22 |
| HSL | 335.29º | 0.51% | 0.54% | - |
| HSV(B) | 335.29º | 0.6% | 0.78% | - |
| XYZ | 29.98 | 19.16 | 22.54 | - |
| YUV | 120.17 | 132.42 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 128 | 0 | 0.60 | 0.35 | 0.22 | 335.29 | 0.51 | 0.54 |
| Hex | C6 | 4F | 80 | 0 | 3C | 23 | 16 | 14F | 33 | 36 |
| Octal | 306 | 117 | 200 | 0 | 74 | 43 | 26 | 517 | 63 | 66 |
| Binary | 11000110 | 1001111 | 10000000 | 0 | 111100 | 100011 | 10110 | 101001111 | 110011 | 110110 |
Color Harmonies of #C64F80
Complementary color
Monochromatic Colors of #C64F80
Black with #C64F80
Text Example
Text Example
White with #C64F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F80; }
p { color: rgb(198,79,128); }
H1.HeaderClassName
{
color: #C64F80;
}
.AnyTagClassName
{
color: #C64F80;
}
</style>
background-color css
<style>
a { background-color: #C64F80; }
a { background-color: rgb(198,79,128); }
div.DivClassName
{
background-color: #C64F80;
}
.BgClassName
{
background-color: #C64F80;
}
</style>
border-color css
<style>
span { border-color: #C64F80; }
span { border-color: rgb(198,79,128); }
td.TdClassName
{
border-color: #C64F80;
}
.TagClassName
{
border-color: #C64F80;
}
</style>