Shades of Mulberry #C64695
Tints of Mulberry #C64695
RGB
CMYK
RGB Variations
Color information
#C64695 (or 0xC64695) is known color: Mulberry. HEX triplet: C6, 46 and 95. RGB value is (198,70,149). Sum of RGB (Red+Green+Blue) = 198+70+149=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C64695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64695 is #39B96A. Grayscale: #757575. Windows color (decimal): -3783019 or 9782982. OLE color: 9782982.
HSL color Cylindrical-coordinate representation of color #C64695: hue angle of 322.97º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64695 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 149 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.22 |
| HSL | 322.97º | 0.53% | 0.53% | - |
| HSV(B) | 322.97º | 0.65% | 0.78% | - |
| XYZ | 30.9 | 18.56 | 30.39 | - |
| YUV | 117.28 | 145.91 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 149 | 0 | 0.65 | 0.25 | 0.22 | 322.97 | 0.53 | 0.53 |
| Hex | C6 | 46 | 95 | 0 | 41 | 19 | 16 | 143 | 35 | 35 |
| Octal | 306 | 106 | 225 | 0 | 101 | 31 | 26 | 503 | 65 | 65 |
| Binary | 11000110 | 1000110 | 10010101 | 0 | 1000001 | 11001 | 10110 | 101000011 | 110101 | 110101 |
Color Harmonies of #C64695
Complementary color
Monochromatic Colors of #C64695
Black with #C64695
Text Example
Text Example
White with #C64695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64695; }
p { color: rgb(198,70,149); }
H1.HeaderClassName
{
color: #C64695;
}
.AnyTagClassName
{
color: #C64695;
}
</style>
background-color css
<style>
a { background-color: #C64695; }
a { background-color: rgb(198,70,149); }
div.DivClassName
{
background-color: #C64695;
}
.BgClassName
{
background-color: #C64695;
}
</style>
border-color css
<style>
span { border-color: #C64695; }
span { border-color: rgb(198,70,149); }
td.TdClassName
{
border-color: #C64695;
}
.TagClassName
{
border-color: #C64695;
}
</style>