Shades of Mulberry #C64697
Tints of Mulberry #C64697
RGB
CMYK
RGB Variations
Color information
#C64697 (or 0xC64697) is known color: Mulberry. HEX triplet: C6, 46 and 97. RGB value is (198,70,151). Sum of RGB (Red+Green+Blue) = 198+70+151=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C64697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64697 is #39B968. Grayscale: #757575. Windows color (decimal): -3783017 or 9914054. OLE color: 9914054.
HSL color Cylindrical-coordinate representation of color #C64697: hue angle of 322.03º 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 #C64697 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 151 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.22 |
| HSL | 322.03º | 0.53% | 0.53% | - |
| HSV(B) | 322.03º | 0.65% | 0.78% | - |
| XYZ | 31.06 | 18.62 | 31.23 | - |
| YUV | 117.51 | 146.91 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 151 | 0 | 0.65 | 0.24 | 0.22 | 322.03 | 0.53 | 0.53 |
| Hex | C6 | 46 | 97 | 0 | 41 | 18 | 16 | 142 | 35 | 35 |
| Octal | 306 | 106 | 227 | 0 | 101 | 30 | 26 | 502 | 65 | 65 |
| Binary | 11000110 | 1000110 | 10010111 | 0 | 1000001 | 11000 | 10110 | 101000010 | 110101 | 110101 |
Color Harmonies of #C64697
Complementary color
Monochromatic Colors of #C64697
Black with #C64697
Text Example
Text Example
White with #C64697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64697; }
p { color: rgb(198,70,151); }
H1.HeaderClassName
{
color: #C64697;
}
.AnyTagClassName
{
color: #C64697;
}
</style>
background-color css
<style>
a { background-color: #C64697; }
a { background-color: rgb(198,70,151); }
div.DivClassName
{
background-color: #C64697;
}
.BgClassName
{
background-color: #C64697;
}
</style>
border-color css
<style>
span { border-color: #C64697; }
span { border-color: rgb(198,70,151); }
td.TdClassName
{
border-color: #C64697;
}
.TagClassName
{
border-color: #C64697;
}
</style>