Shades of Mulberry #C64485
Tints of Mulberry #C64485
RGB
CMYK
RGB Variations
Color information
#C64485 (or 0xC64485) is known color: Mulberry. HEX triplet: C6, 44 and 85. RGB value is (198,68,133). Sum of RGB (Red+Green+Blue) = 198+68+133=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C64485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64485 is #39BB7A. Grayscale: #727272. Windows color (decimal): -3783547 or 8733894. OLE color: 8733894.
HSL color Cylindrical-coordinate representation of color #C64485: hue angle of 330º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64485 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 133 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.22 |
| HSL | 330º | 0.53% | 0.52% | - |
| HSV(B) | 330º | 0.66% | 0.78% | - |
| XYZ | 29.59 | 17.83 | 24.07 | - |
| YUV | 114.28 | 138.57 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 133 | 0 | 0.66 | 0.33 | 0.22 | 330 | 0.53 | 0.52 |
| Hex | C6 | 44 | 85 | 0 | 42 | 21 | 16 | 14A | 35 | 34 |
| Octal | 306 | 104 | 205 | 0 | 102 | 41 | 26 | 512 | 65 | 64 |
| Binary | 11000110 | 1000100 | 10000101 | 0 | 1000010 | 100001 | 10110 | 101001010 | 110101 | 110100 |
Color Harmonies of #C64485
Complementary color
Monochromatic Colors of #C64485
Black with #C64485
Text Example
Text Example
White with #C64485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64485; }
p { color: rgb(198,68,133); }
H1.HeaderClassName
{
color: #C64485;
}
.AnyTagClassName
{
color: #C64485;
}
</style>
background-color css
<style>
a { background-color: #C64485; }
a { background-color: rgb(198,68,133); }
div.DivClassName
{
background-color: #C64485;
}
.BgClassName
{
background-color: #C64485;
}
</style>
border-color css
<style>
span { border-color: #C64485; }
span { border-color: rgb(198,68,133); }
td.TdClassName
{
border-color: #C64485;
}
.TagClassName
{
border-color: #C64485;
}
</style>