Shades of Mulberry #C64684
Tints of Mulberry #C64684
RGB
CMYK
RGB Variations
Color information
#C64684 (or 0xC64684) is known color: Mulberry. HEX triplet: C6, 46 and 84. RGB value is (198,70,132). Sum of RGB (Red+Green+Blue) = 198+70+132=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C64684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64684 is #39B97B. Grayscale: #737373. Windows color (decimal): -3783036 or 8668870. OLE color: 8668870.
HSL color Cylindrical-coordinate representation of color #C64684: hue angle of 330.94º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64684 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 132 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.22 |
| HSL | 330.94º | 0.53% | 0.53% | - |
| HSV(B) | 330.94º | 0.65% | 0.78% | - |
| XYZ | 29.64 | 18.05 | 23.75 | - |
| YUV | 115.34 | 137.41 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 132 | 0 | 0.65 | 0.33 | 0.22 | 330.94 | 0.53 | 0.53 |
| Hex | C6 | 46 | 84 | 0 | 41 | 21 | 16 | 14B | 35 | 35 |
| Octal | 306 | 106 | 204 | 0 | 101 | 41 | 26 | 513 | 65 | 65 |
| Binary | 11000110 | 1000110 | 10000100 | 0 | 1000001 | 100001 | 10110 | 101001011 | 110101 | 110101 |
Color Harmonies of #C64684
Complementary color
Monochromatic Colors of #C64684
Black with #C64684
Text Example
Text Example
White with #C64684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64684; }
p { color: rgb(198,70,132); }
H1.HeaderClassName
{
color: #C64684;
}
.AnyTagClassName
{
color: #C64684;
}
</style>
background-color css
<style>
a { background-color: #C64684; }
a { background-color: rgb(198,70,132); }
div.DivClassName
{
background-color: #C64684;
}
.BgClassName
{
background-color: #C64684;
}
</style>
border-color css
<style>
span { border-color: #C64684; }
span { border-color: rgb(198,70,132); }
td.TdClassName
{
border-color: #C64684;
}
.TagClassName
{
border-color: #C64684;
}
</style>