Shades of Mulberry #C64685
Tints of Mulberry #C64685
RGB
CMYK
RGB Variations
Color information
#C64685 (or 0xC64685) is known color: Mulberry. HEX triplet: C6, 46 and 85. RGB value is (198,70,133). Sum of RGB (Red+Green+Blue) = 198+70+133=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C64685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64685 is #39B97A. Grayscale: #737373. Windows color (decimal): -3783035 or 8734406. OLE color: 8734406.
HSL color Cylindrical-coordinate representation of color #C64685: hue angle of 330.47º 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 #C64685 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 133 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.22 |
| HSL | 330.47º | 0.53% | 0.53% | - |
| HSV(B) | 330.47º | 0.65% | 0.78% | - |
| XYZ | 29.71 | 18.08 | 24.11 | - |
| YUV | 115.45 | 137.91 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 133 | 0 | 0.65 | 0.33 | 0.22 | 330.47 | 0.53 | 0.53 |
| Hex | C6 | 46 | 85 | 0 | 41 | 21 | 16 | 14A | 35 | 35 |
| Octal | 306 | 106 | 205 | 0 | 101 | 41 | 26 | 512 | 65 | 65 |
| Binary | 11000110 | 1000110 | 10000101 | 0 | 1000001 | 100001 | 10110 | 101001010 | 110101 | 110101 |
Color Harmonies of #C64685
Complementary color
Monochromatic Colors of #C64685
Black with #C64685
Text Example
Text Example
White with #C64685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64685; }
p { color: rgb(198,70,133); }
H1.HeaderClassName
{
color: #C64685;
}
.AnyTagClassName
{
color: #C64685;
}
</style>
background-color css
<style>
a { background-color: #C64685; }
a { background-color: rgb(198,70,133); }
div.DivClassName
{
background-color: #C64685;
}
.BgClassName
{
background-color: #C64685;
}
</style>
border-color css
<style>
span { border-color: #C64685; }
span { border-color: rgb(198,70,133); }
td.TdClassName
{
border-color: #C64685;
}
.TagClassName
{
border-color: #C64685;
}
</style>