Shades of Mulberry #C64795
Tints of Mulberry #C64795
RGB
CMYK
RGB Variations
Color information
#C64795 (or 0xC64795) is known color: Mulberry. HEX triplet: C6, 47 and 95. RGB value is (198,71,149). Sum of RGB (Red+Green+Blue) = 198+71+149=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C64795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64795 is #39B86A. Grayscale: #757575. Windows color (decimal): -3782763 or 9783238. OLE color: 9783238.
HSL color Cylindrical-coordinate representation of color #C64795: hue angle of 323.15º 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 #C64795 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 149 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.22 |
| HSL | 323.15º | 0.53% | 0.53% | - |
| HSV(B) | 323.15º | 0.64% | 0.78% | - |
| XYZ | 30.97 | 18.68 | 30.41 | - |
| YUV | 117.87 | 145.58 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 149 | 0 | 0.64 | 0.25 | 0.22 | 323.15 | 0.53 | 0.53 |
| Hex | C6 | 47 | 95 | 0 | 40 | 19 | 16 | 143 | 35 | 35 |
| Octal | 306 | 107 | 225 | 0 | 100 | 31 | 26 | 503 | 65 | 65 |
| Binary | 11000110 | 1000111 | 10010101 | 0 | 1000000 | 11001 | 10110 | 101000011 | 110101 | 110101 |
Color Harmonies of #C64795
Complementary color
Monochromatic Colors of #C64795
Black with #C64795
Text Example
Text Example
White with #C64795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64795; }
p { color: rgb(198,71,149); }
H1.HeaderClassName
{
color: #C64795;
}
.AnyTagClassName
{
color: #C64795;
}
</style>
background-color css
<style>
a { background-color: #C64795; }
a { background-color: rgb(198,71,149); }
div.DivClassName
{
background-color: #C64795;
}
.BgClassName
{
background-color: #C64795;
}
</style>
border-color css
<style>
span { border-color: #C64795; }
span { border-color: rgb(198,71,149); }
td.TdClassName
{
border-color: #C64795;
}
.TagClassName
{
border-color: #C64795;
}
</style>