Shades of Mulberry #C64E85
Tints of Mulberry #C64E85
RGB
CMYK
RGB Variations
Color information
#C64E85 (or 0xC64E85) is known color: Mulberry. HEX triplet: C6, 4E and 85. RGB value is (198,78,133). Sum of RGB (Red+Green+Blue) = 198+78+133=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64E85 is #39B17A. Grayscale: #787878. Windows color (decimal): -3780987 or 8736454. OLE color: 8736454.
HSL color Cylindrical-coordinate representation of color #C64E85: hue angle of 332.5º 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 #C64E85 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 133 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.22 |
| HSL | 332.5º | 0.51% | 0.54% | - |
| HSV(B) | 332.5º | 0.61% | 0.78% | - |
| XYZ | 30.25 | 19.15 | 24.29 | - |
| YUV | 120.15 | 135.26 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 133 | 0 | 0.61 | 0.33 | 0.22 | 332.5 | 0.51 | 0.54 |
| Hex | C6 | 4E | 85 | 0 | 3D | 21 | 16 | 14C | 33 | 36 |
| Octal | 306 | 116 | 205 | 0 | 75 | 41 | 26 | 514 | 63 | 66 |
| Binary | 11000110 | 1001110 | 10000101 | 0 | 111101 | 100001 | 10110 | 101001100 | 110011 | 110110 |
Color Harmonies of #C64E85
Complementary color
Monochromatic Colors of #C64E85
Black with #C64E85
Text Example
Text Example
White with #C64E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E85; }
p { color: rgb(198,78,133); }
H1.HeaderClassName
{
color: #C64E85;
}
.AnyTagClassName
{
color: #C64E85;
}
</style>
background-color css
<style>
a { background-color: #C64E85; }
a { background-color: rgb(198,78,133); }
div.DivClassName
{
background-color: #C64E85;
}
.BgClassName
{
background-color: #C64E85;
}
</style>
border-color css
<style>
span { border-color: #C64E85; }
span { border-color: rgb(198,78,133); }
td.TdClassName
{
border-color: #C64E85;
}
.TagClassName
{
border-color: #C64E85;
}
</style>