Shades of Mulberry #C64796
Tints of Mulberry #C64796
RGB
CMYK
RGB Variations
Color information
#C64796 (or 0xC64796) is known color: Mulberry. HEX triplet: C6, 47 and 96. RGB value is (198,71,150). Sum of RGB (Red+Green+Blue) = 198+71+150=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C64796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64796 is #39B869. Grayscale: #757575. Windows color (decimal): -3782762 or 9848774. OLE color: 9848774.
HSL color Cylindrical-coordinate representation of color #C64796: hue angle of 322.68º 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 #C64796 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 150 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.22 |
| HSL | 322.68º | 0.53% | 0.53% | - |
| HSV(B) | 322.68º | 0.64% | 0.78% | - |
| XYZ | 31.05 | 18.71 | 30.83 | - |
| YUV | 117.98 | 146.08 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 150 | 0 | 0.64 | 0.24 | 0.22 | 322.68 | 0.53 | 0.53 |
| Hex | C6 | 47 | 96 | 0 | 40 | 18 | 16 | 143 | 35 | 35 |
| Octal | 306 | 107 | 226 | 0 | 100 | 30 | 26 | 503 | 65 | 65 |
| Binary | 11000110 | 1000111 | 10010110 | 0 | 1000000 | 11000 | 10110 | 101000011 | 110101 | 110101 |
Color Harmonies of #C64796
Complementary color
Monochromatic Colors of #C64796
Black with #C64796
Text Example
Text Example
White with #C64796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64796; }
p { color: rgb(198,71,150); }
H1.HeaderClassName
{
color: #C64796;
}
.AnyTagClassName
{
color: #C64796;
}
</style>
background-color css
<style>
a { background-color: #C64796; }
a { background-color: rgb(198,71,150); }
div.DivClassName
{
background-color: #C64796;
}
.BgClassName
{
background-color: #C64796;
}
</style>
border-color css
<style>
span { border-color: #C64796; }
span { border-color: rgb(198,71,150); }
td.TdClassName
{
border-color: #C64796;
}
.TagClassName
{
border-color: #C64796;
}
</style>