Shades of Mulberry #C64196
Tints of Mulberry #C64196
RGB
CMYK
RGB Variations
Color information
#C64196 (or 0xC64196) is known color: Mulberry. HEX triplet: C6, 41 and 96. RGB value is (198,65,150). Sum of RGB (Red+Green+Blue) = 198+65+150=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C64196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64196 is #39BE69. Grayscale: #727272. Windows color (decimal): -3784298 or 9847238. OLE color: 9847238.
HSL color Cylindrical-coordinate representation of color #C64196: hue angle of 321.65º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64196 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 150 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.22 |
| HSL | 321.65º | 0.54% | 0.52% | - |
| HSV(B) | 321.65º | 0.67% | 0.78% | - |
| XYZ | 30.68 | 17.99 | 30.71 | - |
| YUV | 114.46 | 148.06 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 150 | 0 | 0.67 | 0.24 | 0.22 | 321.65 | 0.54 | 0.52 |
| Hex | C6 | 41 | 96 | 0 | 43 | 18 | 16 | 142 | 36 | 34 |
| Octal | 306 | 101 | 226 | 0 | 103 | 30 | 26 | 502 | 66 | 64 |
| Binary | 11000110 | 1000001 | 10010110 | 0 | 1000011 | 11000 | 10110 | 101000010 | 110110 | 110100 |
Color Harmonies of #C64196
Complementary color
Monochromatic Colors of #C64196
Black with #C64196
Text Example
Text Example
White with #C64196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64196; }
p { color: rgb(198,65,150); }
H1.HeaderClassName
{
color: #C64196;
}
.AnyTagClassName
{
color: #C64196;
}
</style>
background-color css
<style>
a { background-color: #C64196; }
a { background-color: rgb(198,65,150); }
div.DivClassName
{
background-color: #C64196;
}
.BgClassName
{
background-color: #C64196;
}
</style>
border-color css
<style>
span { border-color: #C64196; }
span { border-color: rgb(198,65,150); }
td.TdClassName
{
border-color: #C64196;
}
.TagClassName
{
border-color: #C64196;
}
</style>