Shades of Mulberry #C6488E
Tints of Mulberry #C6488E
RGB
CMYK
RGB Variations
Color information
#C6488E (or 0xC6488E) is known color: Mulberry. HEX triplet: C6, 48 and 8E. RGB value is (198,72,142). Sum of RGB (Red+Green+Blue) = 198+72+142=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C6488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6488E is #39B771. Grayscale: #757575. Windows color (decimal): -3782514 or 9324742. OLE color: 9324742.
HSL color Cylindrical-coordinate representation of color #C6488E: hue angle of 326.67º 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 #C6488E is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 142 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.22 |
| HSL | 326.67º | 0.53% | 0.53% | - |
| HSV(B) | 326.67º | 0.64% | 0.78% | - |
| XYZ | 30.49 | 18.59 | 27.57 | - |
| YUV | 117.65 | 141.74 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 142 | 0 | 0.64 | 0.28 | 0.22 | 326.67 | 0.53 | 0.53 |
| Hex | C6 | 48 | 8E | 0 | 40 | 1C | 16 | 147 | 34 | 35 |
| Octal | 306 | 110 | 216 | 0 | 100 | 34 | 26 | 507 | 64 | 65 |
| Binary | 11000110 | 1001000 | 10001110 | 0 | 1000000 | 11100 | 10110 | 101000111 | 110100 | 110101 |
Color Harmonies of #C6488E
Complementary color
Monochromatic Colors of #C6488E
Black with #C6488E
Text Example
Text Example
White with #C6488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6488E; }
p { color: rgb(198,72,142); }
H1.HeaderClassName
{
color: #C6488E;
}
.AnyTagClassName
{
color: #C6488E;
}
</style>
background-color css
<style>
a { background-color: #C6488E; }
a { background-color: rgb(198,72,142); }
div.DivClassName
{
background-color: #C6488E;
}
.BgClassName
{
background-color: #C6488E;
}
</style>
border-color css
<style>
span { border-color: #C6488E; }
span { border-color: rgb(198,72,142); }
td.TdClassName
{
border-color: #C6488E;
}
.TagClassName
{
border-color: #C6488E;
}
</style>