Shades of Mulberry #C64996
Tints of Mulberry #C64996
RGB
CMYK
RGB Variations
Color information
#C64996 (or 0xC64996) is known color: Mulberry. HEX triplet: C6, 49 and 96. RGB value is (198,73,150). Sum of RGB (Red+Green+Blue) = 198+73+150=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C64996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64996 is #39B669. Grayscale: #767676. Windows color (decimal): -3782250 or 9849286. OLE color: 9849286.
HSL color Cylindrical-coordinate representation of color #C64996: hue angle of 323.04º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64996 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 150 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.22 |
| HSL | 323.04º | 0.52% | 0.53% | - |
| HSV(B) | 323.04º | 0.63% | 0.78% | - |
| XYZ | 31.18 | 18.97 | 30.87 | - |
| YUV | 119.15 | 145.41 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 150 | 0 | 0.63 | 0.24 | 0.22 | 323.04 | 0.52 | 0.53 |
| Hex | C6 | 49 | 96 | 0 | 3F | 18 | 16 | 143 | 34 | 35 |
| Octal | 306 | 111 | 226 | 0 | 77 | 30 | 26 | 503 | 64 | 65 |
| Binary | 11000110 | 1001001 | 10010110 | 0 | 111111 | 11000 | 10110 | 101000011 | 110100 | 110101 |
Color Harmonies of #C64996
Complementary color
Monochromatic Colors of #C64996
Black with #C64996
Text Example
Text Example
White with #C64996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64996; }
p { color: rgb(198,73,150); }
H1.HeaderClassName
{
color: #C64996;
}
.AnyTagClassName
{
color: #C64996;
}
</style>
background-color css
<style>
a { background-color: #C64996; }
a { background-color: rgb(198,73,150); }
div.DivClassName
{
background-color: #C64996;
}
.BgClassName
{
background-color: #C64996;
}
</style>
border-color css
<style>
span { border-color: #C64996; }
span { border-color: rgb(198,73,150); }
td.TdClassName
{
border-color: #C64996;
}
.TagClassName
{
border-color: #C64996;
}
</style>