Shades of Mulberry #C64892
Tints of Mulberry #C64892
RGB
CMYK
RGB Variations
Color information
#C64892 (or 0xC64892) is known color: Mulberry. HEX triplet: C6, 48 and 92. RGB value is (198,72,146). Sum of RGB (Red+Green+Blue) = 198+72+146=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C64892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64892 is #39B76D. Grayscale: #757575. Windows color (decimal): -3782510 or 9586886. OLE color: 9586886.
HSL color Cylindrical-coordinate representation of color #C64892: hue angle of 324.76º degrees, saturation: 0.52, 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 #C64892 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 146 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.22 |
| HSL | 324.76º | 0.53% | 0.53% | - |
| HSV(B) | 324.76º | 0.64% | 0.78% | - |
| XYZ | 30.79 | 18.72 | 29.18 | - |
| YUV | 118.11 | 143.74 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 146 | 0 | 0.64 | 0.26 | 0.22 | 324.76 | 0.53 | 0.53 |
| Hex | C6 | 48 | 92 | 0 | 40 | 1A | 16 | 145 | 34 | 35 |
| Octal | 306 | 110 | 222 | 0 | 100 | 32 | 26 | 505 | 64 | 65 |
| Binary | 11000110 | 1001000 | 10010010 | 0 | 1000000 | 11010 | 10110 | 101000101 | 110100 | 110101 |
Color Harmonies of #C64892
Complementary color
Monochromatic Colors of #C64892
Black with #C64892
Text Example
Text Example
White with #C64892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64892; }
p { color: rgb(198,72,146); }
H1.HeaderClassName
{
color: #C64892;
}
.AnyTagClassName
{
color: #C64892;
}
</style>
background-color css
<style>
a { background-color: #C64892; }
a { background-color: rgb(198,72,146); }
div.DivClassName
{
background-color: #C64892;
}
.BgClassName
{
background-color: #C64892;
}
</style>
border-color css
<style>
span { border-color: #C64892; }
span { border-color: rgb(198,72,146); }
td.TdClassName
{
border-color: #C64892;
}
.TagClassName
{
border-color: #C64892;
}
</style>