Shades of Mulberry #C64693
Tints of Mulberry #C64693
RGB
CMYK
RGB Variations
Color information
#C64693 (or 0xC64693) is known color: Mulberry. HEX triplet: C6, 46 and 93. RGB value is (198,70,147). Sum of RGB (Red+Green+Blue) = 198+70+147=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C64693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64693 is #39B96C. Grayscale: #747474. Windows color (decimal): -3783021 or 9651910. OLE color: 9651910.
HSL color Cylindrical-coordinate representation of color #C64693: hue angle of 323.91º 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 #C64693 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 147 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.22 |
| HSL | 323.91º | 0.53% | 0.53% | - |
| HSV(B) | 323.91º | 0.65% | 0.78% | - |
| XYZ | 30.75 | 18.49 | 29.55 | - |
| YUV | 117.05 | 144.91 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 147 | 0 | 0.65 | 0.26 | 0.22 | 323.91 | 0.53 | 0.53 |
| Hex | C6 | 46 | 93 | 0 | 41 | 1A | 16 | 144 | 35 | 35 |
| Octal | 306 | 106 | 223 | 0 | 101 | 32 | 26 | 504 | 65 | 65 |
| Binary | 11000110 | 1000110 | 10010011 | 0 | 1000001 | 11010 | 10110 | 101000100 | 110101 | 110101 |
Color Harmonies of #C64693
Complementary color
Monochromatic Colors of #C64693
Black with #C64693
Text Example
Text Example
White with #C64693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64693; }
p { color: rgb(198,70,147); }
H1.HeaderClassName
{
color: #C64693;
}
.AnyTagClassName
{
color: #C64693;
}
</style>
background-color css
<style>
a { background-color: #C64693; }
a { background-color: rgb(198,70,147); }
div.DivClassName
{
background-color: #C64693;
}
.BgClassName
{
background-color: #C64693;
}
</style>
border-color css
<style>
span { border-color: #C64693; }
span { border-color: rgb(198,70,147); }
td.TdClassName
{
border-color: #C64693;
}
.TagClassName
{
border-color: #C64693;
}
</style>