Shades of Mulberry #C64D85
Tints of Mulberry #C64D85
RGB
CMYK
RGB Variations
Color information
#C64D85 (or 0xC64D85) is known color: Mulberry. HEX triplet: C6, 4D and 85. RGB value is (198,77,133). Sum of RGB (Red+Green+Blue) = 198+77+133=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64D85 is #39B27A. Grayscale: #777777. Windows color (decimal): -3781243 or 8736198. OLE color: 8736198.
HSL color Cylindrical-coordinate representation of color #C64D85: hue angle of 332.23º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64D85 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 133 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.22 |
| HSL | 332.23º | 0.51% | 0.54% | - |
| HSV(B) | 332.23º | 0.61% | 0.78% | - |
| XYZ | 30.18 | 19.01 | 24.27 | - |
| YUV | 119.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 133 | 0 | 0.61 | 0.33 | 0.22 | 332.23 | 0.51 | 0.54 |
| Hex | C6 | 4D | 85 | 0 | 3D | 21 | 16 | 14C | 33 | 36 |
| Octal | 306 | 115 | 205 | 0 | 75 | 41 | 26 | 514 | 63 | 66 |
| Binary | 11000110 | 1001101 | 10000101 | 0 | 111101 | 100001 | 10110 | 101001100 | 110011 | 110110 |
Color Harmonies of #C64D85
Complementary color
Monochromatic Colors of #C64D85
Black with #C64D85
Text Example
Text Example
White with #C64D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D85; }
p { color: rgb(198,77,133); }
H1.HeaderClassName
{
color: #C64D85;
}
.AnyTagClassName
{
color: #C64D85;
}
</style>
background-color css
<style>
a { background-color: #C64D85; }
a { background-color: rgb(198,77,133); }
div.DivClassName
{
background-color: #C64D85;
}
.BgClassName
{
background-color: #C64D85;
}
</style>
border-color css
<style>
span { border-color: #C64D85; }
span { border-color: rgb(198,77,133); }
td.TdClassName
{
border-color: #C64D85;
}
.TagClassName
{
border-color: #C64D85;
}
</style>