Shades of Mulberry #C64785
Tints of Mulberry #C64785
RGB
CMYK
RGB Variations
Color information
#C64785 (or 0xC64785) is known color: Mulberry. HEX triplet: C6, 47 and 85. RGB value is (198,71,133). Sum of RGB (Red+Green+Blue) = 198+71+133=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C64785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64785 is #39B87A. Grayscale: #737373. Windows color (decimal): -3782779 or 8734662. OLE color: 8734662.
HSL color Cylindrical-coordinate representation of color #C64785: hue angle of 330.71º degrees, saturation: 0.53, 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 #C64785 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 133 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.22 |
| HSL | 330.71º | 0.53% | 0.53% | - |
| HSV(B) | 330.71º | 0.64% | 0.78% | - |
| XYZ | 29.78 | 18.21 | 24.14 | - |
| YUV | 116.04 | 137.58 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 133 | 0 | 0.64 | 0.33 | 0.22 | 330.71 | 0.53 | 0.53 |
| Hex | C6 | 47 | 85 | 0 | 40 | 21 | 16 | 14B | 35 | 35 |
| Octal | 306 | 107 | 205 | 0 | 100 | 41 | 26 | 513 | 65 | 65 |
| Binary | 11000110 | 1000111 | 10000101 | 0 | 1000000 | 100001 | 10110 | 101001011 | 110101 | 110101 |
Color Harmonies of #C64785
Complementary color
Monochromatic Colors of #C64785
Black with #C64785
Text Example
Text Example
White with #C64785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64785; }
p { color: rgb(198,71,133); }
H1.HeaderClassName
{
color: #C64785;
}
.AnyTagClassName
{
color: #C64785;
}
</style>
background-color css
<style>
a { background-color: #C64785; }
a { background-color: rgb(198,71,133); }
div.DivClassName
{
background-color: #C64785;
}
.BgClassName
{
background-color: #C64785;
}
</style>
border-color css
<style>
span { border-color: #C64785; }
span { border-color: rgb(198,71,133); }
td.TdClassName
{
border-color: #C64785;
}
.TagClassName
{
border-color: #C64785;
}
</style>