Shades of Mulberry #C64792
Tints of Mulberry #C64792
RGB
CMYK
RGB Variations
Color information
#C64792 (or 0xC64792) is known color: Mulberry. HEX triplet: C6, 47 and 92. RGB value is (198,71,146). Sum of RGB (Red+Green+Blue) = 198+71+146=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C64792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64792 is #39B86D. Grayscale: #757575. Windows color (decimal): -3782766 or 9586630. OLE color: 9586630.
HSL color Cylindrical-coordinate representation of color #C64792: hue angle of 324.57º 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 #C64792 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 146 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.22 |
| HSL | 324.57º | 0.53% | 0.53% | - |
| HSV(B) | 324.57º | 0.64% | 0.78% | - |
| XYZ | 30.73 | 18.59 | 29.16 | - |
| YUV | 117.52 | 144.08 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 146 | 0 | 0.64 | 0.26 | 0.22 | 324.57 | 0.53 | 0.53 |
| Hex | C6 | 47 | 92 | 0 | 40 | 1A | 16 | 145 | 35 | 35 |
| Octal | 306 | 107 | 222 | 0 | 100 | 32 | 26 | 505 | 65 | 65 |
| Binary | 11000110 | 1000111 | 10010010 | 0 | 1000000 | 11010 | 10110 | 101000101 | 110101 | 110101 |
Color Harmonies of #C64792
Complementary color
Monochromatic Colors of #C64792
Black with #C64792
Text Example
Text Example
White with #C64792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64792; }
p { color: rgb(198,71,146); }
H1.HeaderClassName
{
color: #C64792;
}
.AnyTagClassName
{
color: #C64792;
}
</style>
background-color css
<style>
a { background-color: #C64792; }
a { background-color: rgb(198,71,146); }
div.DivClassName
{
background-color: #C64792;
}
.BgClassName
{
background-color: #C64792;
}
</style>
border-color css
<style>
span { border-color: #C64792; }
span { border-color: rgb(198,71,146); }
td.TdClassName
{
border-color: #C64792;
}
.TagClassName
{
border-color: #C64792;
}
</style>