Shades of Mulberry #C64D97
Tints of Mulberry #C64D97
RGB
CMYK
RGB Variations
Color information
#C64D97 (or 0xC64D97) is known color: Mulberry. HEX triplet: C6, 4D and 97. RGB value is (198,77,151). Sum of RGB (Red+Green+Blue) = 198+77+151=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64D97 is #39B268. Grayscale: #797979. Windows color (decimal): -3781225 or 9915846. OLE color: 9915846.
HSL color Cylindrical-coordinate representation of color #C64D97: hue angle of 323.31º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64D97 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 151 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.22 |
| HSL | 323.31º | 0.51% | 0.54% | - |
| HSV(B) | 323.31º | 0.61% | 0.78% | - |
| XYZ | 31.53 | 19.55 | 31.39 | - |
| YUV | 121.62 | 144.59 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 151 | 0 | 0.61 | 0.24 | 0.22 | 323.31 | 0.51 | 0.54 |
| Hex | C6 | 4D | 97 | 0 | 3D | 18 | 16 | 143 | 33 | 36 |
| Octal | 306 | 115 | 227 | 0 | 75 | 30 | 26 | 503 | 63 | 66 |
| Binary | 11000110 | 1001101 | 10010111 | 0 | 111101 | 11000 | 10110 | 101000011 | 110011 | 110110 |
Color Harmonies of #C64D97
Complementary color
Monochromatic Colors of #C64D97
Black with #C64D97
Text Example
Text Example
White with #C64D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D97; }
p { color: rgb(198,77,151); }
H1.HeaderClassName
{
color: #C64D97;
}
.AnyTagClassName
{
color: #C64D97;
}
</style>
background-color css
<style>
a { background-color: #C64D97; }
a { background-color: rgb(198,77,151); }
div.DivClassName
{
background-color: #C64D97;
}
.BgClassName
{
background-color: #C64D97;
}
</style>
border-color css
<style>
span { border-color: #C64D97; }
span { border-color: rgb(198,77,151); }
td.TdClassName
{
border-color: #C64D97;
}
.TagClassName
{
border-color: #C64D97;
}
</style>