Shades of Mulberry #C64888
Tints of Mulberry #C64888
RGB
CMYK
RGB Variations
Color information
#C64888 (or 0xC64888) is known color: Mulberry. HEX triplet: C6, 48 and 88. RGB value is (198,72,136). Sum of RGB (Red+Green+Blue) = 198+72+136=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C64888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64888 is #39B777. Grayscale: #747474. Windows color (decimal): -3782520 or 8931526. OLE color: 8931526.
HSL color Cylindrical-coordinate representation of color #C64888: hue angle of 329.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64888 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 136 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.22 |
| HSL | 329.52º | 0.53% | 0.53% | - |
| HSV(B) | 329.52º | 0.64% | 0.78% | - |
| XYZ | 30.05 | 18.42 | 25.26 | - |
| YUV | 116.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 136 | 0 | 0.64 | 0.31 | 0.22 | 329.52 | 0.53 | 0.53 |
| Hex | C6 | 48 | 88 | 0 | 40 | 1F | 16 | 14A | 34 | 35 |
| Octal | 306 | 110 | 210 | 0 | 100 | 37 | 26 | 512 | 64 | 65 |
| Binary | 11000110 | 1001000 | 10001000 | 0 | 1000000 | 11111 | 10110 | 101001010 | 110100 | 110101 |
Color Harmonies of #C64888
Complementary color
Monochromatic Colors of #C64888
Black with #C64888
Text Example
Text Example
White with #C64888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64888; }
p { color: rgb(198,72,136); }
H1.HeaderClassName
{
color: #C64888;
}
.AnyTagClassName
{
color: #C64888;
}
</style>
background-color css
<style>
a { background-color: #C64888; }
a { background-color: rgb(198,72,136); }
div.DivClassName
{
background-color: #C64888;
}
.BgClassName
{
background-color: #C64888;
}
</style>
border-color css
<style>
span { border-color: #C64888; }
span { border-color: rgb(198,72,136); }
td.TdClassName
{
border-color: #C64888;
}
.TagClassName
{
border-color: #C64888;
}
</style>