Shades of Mulberry #C6488A
Tints of Mulberry #C6488A
RGB
CMYK
RGB Variations
Color information
#C6488A (or 0xC6488A) is known color: Mulberry. HEX triplet: C6, 48 and 8A. RGB value is (198,72,138). Sum of RGB (Red+Green+Blue) = 198+72+138=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C6488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6488A is #39B775. Grayscale: #757575. Windows color (decimal): -3782518 or 9062598. OLE color: 9062598.
HSL color Cylindrical-coordinate representation of color #C6488A: hue angle of 328.57º 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 #C6488A is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 138 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.22 |
| HSL | 328.57º | 0.53% | 0.53% | - |
| HSV(B) | 328.57º | 0.64% | 0.78% | - |
| XYZ | 30.19 | 18.48 | 26.02 | - |
| YUV | 117.2 | 139.74 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 138 | 0 | 0.64 | 0.30 | 0.22 | 328.57 | 0.53 | 0.53 |
| Hex | C6 | 48 | 8A | 0 | 40 | 1E | 16 | 149 | 34 | 35 |
| Octal | 306 | 110 | 212 | 0 | 100 | 36 | 26 | 511 | 64 | 65 |
| Binary | 11000110 | 1001000 | 10001010 | 0 | 1000000 | 11110 | 10110 | 101001001 | 110100 | 110101 |
Color Harmonies of #C6488A
Complementary color
Monochromatic Colors of #C6488A
Black with #C6488A
Text Example
Text Example
White with #C6488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6488A; }
p { color: rgb(198,72,138); }
H1.HeaderClassName
{
color: #C6488A;
}
.AnyTagClassName
{
color: #C6488A;
}
</style>
background-color css
<style>
a { background-color: #C6488A; }
a { background-color: rgb(198,72,138); }
div.DivClassName
{
background-color: #C6488A;
}
.BgClassName
{
background-color: #C6488A;
}
</style>
border-color css
<style>
span { border-color: #C6488A; }
span { border-color: rgb(198,72,138); }
td.TdClassName
{
border-color: #C6488A;
}
.TagClassName
{
border-color: #C6488A;
}
</style>