Shades of Mulberry #C64D92
Tints of Mulberry #C64D92
RGB
CMYK
RGB Variations
Color information
#C64D92 (or 0xC64D92) is known color: Mulberry. HEX triplet: C6, 4D and 92. RGB value is (198,77,146). Sum of RGB (Red+Green+Blue) = 198+77+146=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64D92 is #39B26D. Grayscale: #787878. Windows color (decimal): -3781230 or 9588166. OLE color: 9588166.
HSL color Cylindrical-coordinate representation of color #C64D92: hue angle of 325.79º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64D92 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 146 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.22 |
| HSL | 325.79º | 0.51% | 0.54% | - |
| HSV(B) | 325.79º | 0.61% | 0.78% | - |
| XYZ | 31.13 | 19.39 | 29.3 | - |
| YUV | 121.05 | 142.09 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 146 | 0 | 0.61 | 0.26 | 0.22 | 325.79 | 0.51 | 0.54 |
| Hex | C6 | 4D | 92 | 0 | 3D | 1A | 16 | 146 | 33 | 36 |
| Octal | 306 | 115 | 222 | 0 | 75 | 32 | 26 | 506 | 63 | 66 |
| Binary | 11000110 | 1001101 | 10010010 | 0 | 111101 | 11010 | 10110 | 101000110 | 110011 | 110110 |
Color Harmonies of #C64D92
Complementary color
Monochromatic Colors of #C64D92
Black with #C64D92
Text Example
Text Example
White with #C64D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D92; }
p { color: rgb(198,77,146); }
H1.HeaderClassName
{
color: #C64D92;
}
.AnyTagClassName
{
color: #C64D92;
}
</style>
background-color css
<style>
a { background-color: #C64D92; }
a { background-color: rgb(198,77,146); }
div.DivClassName
{
background-color: #C64D92;
}
.BgClassName
{
background-color: #C64D92;
}
</style>
border-color css
<style>
span { border-color: #C64D92; }
span { border-color: rgb(198,77,146); }
td.TdClassName
{
border-color: #C64D92;
}
.TagClassName
{
border-color: #C64D92;
}
</style>