Shades of Mulberry #C64488
Tints of Mulberry #C64488
RGB
CMYK
RGB Variations
Color information
#C64488 (or 0xC64488) is known color: Mulberry. HEX triplet: C6, 44 and 88. RGB value is (198,68,136). Sum of RGB (Red+Green+Blue) = 198+68+136=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C64488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64488 is #39BB77. Grayscale: #727272. Windows color (decimal): -3783544 or 8930502. OLE color: 8930502.
HSL color Cylindrical-coordinate representation of color #C64488: hue angle of 328.62º 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 #C64488 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 136 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.22 |
| HSL | 328.62º | 0.53% | 0.52% | - |
| HSV(B) | 328.62º | 0.66% | 0.78% | - |
| XYZ | 29.8 | 17.92 | 25.18 | - |
| YUV | 114.62 | 140.07 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 136 | 0 | 0.66 | 0.31 | 0.22 | 328.62 | 0.53 | 0.52 |
| Hex | C6 | 44 | 88 | 0 | 42 | 1F | 16 | 149 | 35 | 34 |
| Octal | 306 | 104 | 210 | 0 | 102 | 37 | 26 | 511 | 65 | 64 |
| Binary | 11000110 | 1000100 | 10001000 | 0 | 1000010 | 11111 | 10110 | 101001001 | 110101 | 110100 |
Color Harmonies of #C64488
Complementary color
Monochromatic Colors of #C64488
Black with #C64488
Text Example
Text Example
White with #C64488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64488; }
p { color: rgb(198,68,136); }
H1.HeaderClassName
{
color: #C64488;
}
.AnyTagClassName
{
color: #C64488;
}
</style>
background-color css
<style>
a { background-color: #C64488; }
a { background-color: rgb(198,68,136); }
div.DivClassName
{
background-color: #C64488;
}
.BgClassName
{
background-color: #C64488;
}
</style>
border-color css
<style>
span { border-color: #C64488; }
span { border-color: rgb(198,68,136); }
td.TdClassName
{
border-color: #C64488;
}
.TagClassName
{
border-color: #C64488;
}
</style>