Shades of Mulberry #C64295
Tints of Mulberry #C64295
RGB
CMYK
RGB Variations
Color information
#C64295 (or 0xC64295) is known color: Mulberry. HEX triplet: C6, 42 and 95. RGB value is (198,66,149). Sum of RGB (Red+Green+Blue) = 198+66+149=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C64295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64295 is #39BD6A. Grayscale: #727272. Windows color (decimal): -3784043 or 9781958. OLE color: 9781958.
HSL color Cylindrical-coordinate representation of color #C64295: hue angle of 322.27º 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 #C64295 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 149 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.22 |
| HSL | 322.27º | 0.54% | 0.52% | - |
| HSV(B) | 322.27º | 0.67% | 0.78% | - |
| XYZ | 30.66 | 18.07 | 30.31 | - |
| YUV | 114.93 | 147.23 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 149 | 0 | 0.67 | 0.25 | 0.22 | 322.27 | 0.54 | 0.52 |
| Hex | C6 | 42 | 95 | 0 | 43 | 19 | 16 | 142 | 36 | 34 |
| Octal | 306 | 102 | 225 | 0 | 103 | 31 | 26 | 502 | 66 | 64 |
| Binary | 11000110 | 1000010 | 10010101 | 0 | 1000011 | 11001 | 10110 | 101000010 | 110110 | 110100 |
Color Harmonies of #C64295
Complementary color
Monochromatic Colors of #C64295
Black with #C64295
Text Example
Text Example
White with #C64295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64295; }
p { color: rgb(198,66,149); }
H1.HeaderClassName
{
color: #C64295;
}
.AnyTagClassName
{
color: #C64295;
}
</style>
background-color css
<style>
a { background-color: #C64295; }
a { background-color: rgb(198,66,149); }
div.DivClassName
{
background-color: #C64295;
}
.BgClassName
{
background-color: #C64295;
}
</style>
border-color css
<style>
span { border-color: #C64295; }
span { border-color: rgb(198,66,149); }
td.TdClassName
{
border-color: #C64295;
}
.TagClassName
{
border-color: #C64295;
}
</style>