Shades of Mulberry #C64798
Tints of Mulberry #C64798
RGB
CMYK
RGB Variations
Color information
#C64798 (or 0xC64798) is known color: Mulberry. HEX triplet: C6, 47 and 98. RGB value is (198,71,152). Sum of RGB (Red+Green+Blue) = 198+71+152=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C64798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64798 is #39B867. Grayscale: #767676. Windows color (decimal): -3782760 or 9979846. OLE color: 9979846.
HSL color Cylindrical-coordinate representation of color #C64798: hue angle of 321.73º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64798 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 152 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.22 |
| HSL | 321.73º | 0.53% | 0.53% | - |
| HSV(B) | 321.73º | 0.64% | 0.78% | - |
| XYZ | 31.21 | 18.78 | 31.69 | - |
| YUV | 118.21 | 147.08 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 152 | 0 | 0.64 | 0.23 | 0.22 | 321.73 | 0.53 | 0.53 |
| Hex | C6 | 47 | 98 | 0 | 40 | 17 | 16 | 142 | 35 | 35 |
| Octal | 306 | 107 | 230 | 0 | 100 | 27 | 26 | 502 | 65 | 65 |
| Binary | 11000110 | 1000111 | 10011000 | 0 | 1000000 | 10111 | 10110 | 101000010 | 110101 | 110101 |
Color Harmonies of #C64798
Complementary color
Monochromatic Colors of #C64798
Black with #C64798
Text Example
Text Example
White with #C64798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64798; }
p { color: rgb(198,71,152); }
H1.HeaderClassName
{
color: #C64798;
}
.AnyTagClassName
{
color: #C64798;
}
</style>
background-color css
<style>
a { background-color: #C64798; }
a { background-color: rgb(198,71,152); }
div.DivClassName
{
background-color: #C64798;
}
.BgClassName
{
background-color: #C64798;
}
</style>
border-color css
<style>
span { border-color: #C64798; }
span { border-color: rgb(198,71,152); }
td.TdClassName
{
border-color: #C64798;
}
.TagClassName
{
border-color: #C64798;
}
</style>