Shades of Mulberry #C64392
Tints of Mulberry #C64392
RGB
CMYK
RGB Variations
Color information
#C64392 (or 0xC64392) is known color: Mulberry. HEX triplet: C6, 43 and 92. RGB value is (198,67,146). Sum of RGB (Red+Green+Blue) = 198+67+146=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C64392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64392 is #39BC6D. Grayscale: #727272. Windows color (decimal): -3783790 or 9585606. OLE color: 9585606.
HSL color Cylindrical-coordinate representation of color #C64392: hue angle of 323.82º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64392 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 146 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.22 |
| HSL | 323.82º | 0.53% | 0.52% | - |
| HSV(B) | 323.82º | 0.66% | 0.78% | - |
| XYZ | 30.48 | 18.1 | 29.08 | - |
| YUV | 115.18 | 145.4 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 146 | 0 | 0.66 | 0.26 | 0.22 | 323.82 | 0.53 | 0.52 |
| Hex | C6 | 43 | 92 | 0 | 42 | 1A | 16 | 144 | 35 | 34 |
| Octal | 306 | 103 | 222 | 0 | 102 | 32 | 26 | 504 | 65 | 64 |
| Binary | 11000110 | 1000011 | 10010010 | 0 | 1000010 | 11010 | 10110 | 101000100 | 110101 | 110100 |
Color Harmonies of #C64392
Complementary color
Monochromatic Colors of #C64392
Black with #C64392
Text Example
Text Example
White with #C64392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64392; }
p { color: rgb(198,67,146); }
H1.HeaderClassName
{
color: #C64392;
}
.AnyTagClassName
{
color: #C64392;
}
</style>
background-color css
<style>
a { background-color: #C64392; }
a { background-color: rgb(198,67,146); }
div.DivClassName
{
background-color: #C64392;
}
.BgClassName
{
background-color: #C64392;
}
</style>
border-color css
<style>
span { border-color: #C64392; }
span { border-color: rgb(198,67,146); }
td.TdClassName
{
border-color: #C64392;
}
.TagClassName
{
border-color: #C64392;
}
</style>