Shades of Mulberry #C64592
Tints of Mulberry #C64592
RGB
CMYK
RGB Variations
Color information
#C64592 (or 0xC64592) is known color: Mulberry. HEX triplet: C6, 45 and 92. RGB value is (198,69,146). Sum of RGB (Red+Green+Blue) = 198+69+146=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C64592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64592 is #39BA6D. Grayscale: #747474. Windows color (decimal): -3783278 or 9586118. OLE color: 9586118.
HSL color Cylindrical-coordinate representation of color #C64592: hue angle of 324.19º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64592 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 146 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.22 |
| HSL | 324.19º | 0.53% | 0.52% | - |
| HSV(B) | 324.19º | 0.65% | 0.78% | - |
| XYZ | 30.61 | 18.34 | 29.12 | - |
| YUV | 116.35 | 144.74 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 146 | 0 | 0.65 | 0.26 | 0.22 | 324.19 | 0.53 | 0.52 |
| Hex | C6 | 45 | 92 | 0 | 41 | 1A | 16 | 144 | 35 | 34 |
| Octal | 306 | 105 | 222 | 0 | 101 | 32 | 26 | 504 | 65 | 64 |
| Binary | 11000110 | 1000101 | 10010010 | 0 | 1000001 | 11010 | 10110 | 101000100 | 110101 | 110100 |
Color Harmonies of #C64592
Complementary color
Monochromatic Colors of #C64592
Black with #C64592
Text Example
Text Example
White with #C64592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64592; }
p { color: rgb(198,69,146); }
H1.HeaderClassName
{
color: #C64592;
}
.AnyTagClassName
{
color: #C64592;
}
</style>
background-color css
<style>
a { background-color: #C64592; }
a { background-color: rgb(198,69,146); }
div.DivClassName
{
background-color: #C64592;
}
.BgClassName
{
background-color: #C64592;
}
</style>
border-color css
<style>
span { border-color: #C64592; }
span { border-color: rgb(198,69,146); }
td.TdClassName
{
border-color: #C64592;
}
.TagClassName
{
border-color: #C64592;
}
</style>