Shades of Mulberry #C64088
Tints of Mulberry #C64088
RGB
CMYK
RGB Variations
Color information
#C64088 (or 0xC64088) is known color: Mulberry. HEX triplet: C6, 40 and 88. RGB value is (198,64,136). Sum of RGB (Red+Green+Blue) = 198+64+136=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C64088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64088 is #39BF77. Grayscale: #707070. Windows color (decimal): -3784568 or 8929478. OLE color: 8929478.
HSL color Cylindrical-coordinate representation of color #C64088: hue angle of 327.76º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64088 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 136 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.22 |
| HSL | 327.76º | 0.54% | 0.51% | - |
| HSV(B) | 327.76º | 0.68% | 0.78% | - |
| XYZ | 29.57 | 17.45 | 25.1 | - |
| YUV | 112.27 | 141.39 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 136 | 0 | 0.68 | 0.31 | 0.22 | 327.76 | 0.54 | 0.51 |
| Hex | C6 | 40 | 88 | 0 | 44 | 1F | 16 | 148 | 36 | 33 |
| Octal | 306 | 100 | 210 | 0 | 104 | 37 | 26 | 510 | 66 | 63 |
| Binary | 11000110 | 1000000 | 10001000 | 0 | 1000100 | 11111 | 10110 | 101001000 | 110110 | 110011 |
Color Harmonies of #C64088
Complementary color
Monochromatic Colors of #C64088
Black with #C64088
Text Example
Text Example
White with #C64088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64088; }
p { color: rgb(198,64,136); }
H1.HeaderClassName
{
color: #C64088;
}
.AnyTagClassName
{
color: #C64088;
}
</style>
background-color css
<style>
a { background-color: #C64088; }
a { background-color: rgb(198,64,136); }
div.DivClassName
{
background-color: #C64088;
}
.BgClassName
{
background-color: #C64088;
}
</style>
border-color css
<style>
span { border-color: #C64088; }
span { border-color: rgb(198,64,136); }
td.TdClassName
{
border-color: #C64088;
}
.TagClassName
{
border-color: #C64088;
}
</style>