Shades of Mulberry #C64784
Tints of Mulberry #C64784
RGB
CMYK
RGB Variations
Color information
#C64784 (or 0xC64784) is known color: Mulberry. HEX triplet: C6, 47 and 84. RGB value is (198,71,132). Sum of RGB (Red+Green+Blue) = 198+71+132=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C64784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64784 is #39B87B. Grayscale: #737373. Windows color (decimal): -3782780 or 8669126. OLE color: 8669126.
HSL color Cylindrical-coordinate representation of color #C64784: hue angle of 331.18º 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 #C64784 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 132 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.22 |
| HSL | 331.18º | 0.53% | 0.53% | - |
| HSV(B) | 331.18º | 0.64% | 0.78% | - |
| XYZ | 29.71 | 18.18 | 23.77 | - |
| YUV | 115.93 | 137.08 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 132 | 0 | 0.64 | 0.33 | 0.22 | 331.18 | 0.53 | 0.53 |
| Hex | C6 | 47 | 84 | 0 | 40 | 21 | 16 | 14B | 35 | 35 |
| Octal | 306 | 107 | 204 | 0 | 100 | 41 | 26 | 513 | 65 | 65 |
| Binary | 11000110 | 1000111 | 10000100 | 0 | 1000000 | 100001 | 10110 | 101001011 | 110101 | 110101 |
Color Harmonies of #C64784
Complementary color
Monochromatic Colors of #C64784
Black with #C64784
Text Example
Text Example
White with #C64784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64784; }
p { color: rgb(198,71,132); }
H1.HeaderClassName
{
color: #C64784;
}
.AnyTagClassName
{
color: #C64784;
}
</style>
background-color css
<style>
a { background-color: #C64784; }
a { background-color: rgb(198,71,132); }
div.DivClassName
{
background-color: #C64784;
}
.BgClassName
{
background-color: #C64784;
}
</style>
border-color css
<style>
span { border-color: #C64784; }
span { border-color: rgb(198,71,132); }
td.TdClassName
{
border-color: #C64784;
}
.TagClassName
{
border-color: #C64784;
}
</style>