Shades of Mulberry #C6488F
Tints of Mulberry #C6488F
RGB
CMYK
RGB Variations
Color information
#C6488F (or 0xC6488F) is known color: Mulberry. HEX triplet: C6, 48 and 8F. RGB value is (198,72,143). Sum of RGB (Red+Green+Blue) = 198+72+143=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C6488F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6488F is #39B770. Grayscale: #757575. Windows color (decimal): -3782513 or 9390278. OLE color: 9390278.
HSL color Cylindrical-coordinate representation of color #C6488F: hue angle of 326.19º 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 #C6488F is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 143 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.22 |
| HSL | 326.19º | 0.53% | 0.53% | - |
| HSV(B) | 326.19º | 0.64% | 0.78% | - |
| XYZ | 30.56 | 18.62 | 27.97 | - |
| YUV | 117.77 | 142.24 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 143 | 0 | 0.64 | 0.28 | 0.22 | 326.19 | 0.53 | 0.53 |
| Hex | C6 | 48 | 8F | 0 | 40 | 1C | 16 | 146 | 34 | 35 |
| Octal | 306 | 110 | 217 | 0 | 100 | 34 | 26 | 506 | 64 | 65 |
| Binary | 11000110 | 1001000 | 10001111 | 0 | 1000000 | 11100 | 10110 | 101000110 | 110100 | 110101 |
Color Harmonies of #C6488F
Complementary color
Monochromatic Colors of #C6488F
Black with #C6488F
Text Example
Text Example
White with #C6488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6488F; }
p { color: rgb(198,72,143); }
H1.HeaderClassName
{
color: #C6488F;
}
.AnyTagClassName
{
color: #C6488F;
}
</style>
background-color css
<style>
a { background-color: #C6488F; }
a { background-color: rgb(198,72,143); }
div.DivClassName
{
background-color: #C6488F;
}
.BgClassName
{
background-color: #C6488F;
}
</style>
border-color css
<style>
span { border-color: #C6488F; }
span { border-color: rgb(198,72,143); }
td.TdClassName
{
border-color: #C6488F;
}
.TagClassName
{
border-color: #C6488F;
}
</style>