Shades of Mulberry #C64189
Tints of Mulberry #C64189
RGB
CMYK
RGB Variations
Color information
#C64189 (or 0xC64189) is known color: Mulberry. HEX triplet: C6, 41 and 89. RGB value is (198,65,137). Sum of RGB (Red+Green+Blue) = 198+65+137=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C64189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64189 is #39BE76. Grayscale: #707070. Windows color (decimal): -3784311 or 8995270. OLE color: 8995270.
HSL color Cylindrical-coordinate representation of color #C64189: hue angle of 327.52º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64189 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 137 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.22 |
| HSL | 327.52º | 0.54% | 0.52% | - |
| HSV(B) | 327.52º | 0.67% | 0.78% | - |
| XYZ | 29.69 | 17.59 | 25.5 | - |
| YUV | 112.98 | 141.56 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 137 | 0 | 0.67 | 0.31 | 0.22 | 327.52 | 0.54 | 0.52 |
| Hex | C6 | 41 | 89 | 0 | 43 | 1F | 16 | 148 | 36 | 34 |
| Octal | 306 | 101 | 211 | 0 | 103 | 37 | 26 | 510 | 66 | 64 |
| Binary | 11000110 | 1000001 | 10001001 | 0 | 1000011 | 11111 | 10110 | 101001000 | 110110 | 110100 |
Color Harmonies of #C64189
Complementary color
Monochromatic Colors of #C64189
Black with #C64189
Text Example
Text Example
White with #C64189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64189; }
p { color: rgb(198,65,137); }
H1.HeaderClassName
{
color: #C64189;
}
.AnyTagClassName
{
color: #C64189;
}
</style>
background-color css
<style>
a { background-color: #C64189; }
a { background-color: rgb(198,65,137); }
div.DivClassName
{
background-color: #C64189;
}
.BgClassName
{
background-color: #C64189;
}
</style>
border-color css
<style>
span { border-color: #C64189; }
span { border-color: rgb(198,65,137); }
td.TdClassName
{
border-color: #C64189;
}
.TagClassName
{
border-color: #C64189;
}
</style>