Shades of Mulberry #C8498C
Tints of Mulberry #C8498C
RGB
CMYK
RGB Variations
Color information
#C8498C (or 0xC8498C) is known color: Mulberry. HEX triplet: C8, 49 and 8C. RGB value is (200,73,140). Sum of RGB (Red+Green+Blue) = 200+73+140=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C8498C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8498C is #37B673. Grayscale: #767676. Windows color (decimal): -3651188 or 9193928. OLE color: 9193928.
HSL color Cylindrical-coordinate representation of color #C8498C: hue angle of 328.35º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8498C is Cyan = 0, Magento = 0.64, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 140 | - |
| CMYK | 0 | 0.64 | 0.3 | 0.22 |
| HSL | 328.35º | 0.54% | 0.54% | - |
| HSV(B) | 328.35º | 0.64% | 0.78% | - |
| XYZ | 30.94 | 18.94 | 26.84 | - |
| YUV | 118.61 | 140.08 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 140 | 0 | 0.64 | 0.3 | 0.22 | 328.35 | 0.54 | 0.54 |
| Hex | C8 | 49 | 8C | 0 | 40 | 1E | 16 | 148 | 36 | 36 |
| Octal | 310 | 111 | 214 | 0 | 100 | 36 | 26 | 510 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10001100 | 0 | 1000000 | 11110 | 10110 | 101001000 | 110110 | 110110 |
Color Harmonies of #C8498C
Complementary color
Monochromatic Colors of #C8498C
Black with #C8498C
Text Example
Text Example
White with #C8498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8498C; }
p { color: rgb(200,73,140); }
H1.HeaderClassName
{
color: #C8498C;
}
.AnyTagClassName
{
color: #C8498C;
}
</style>
background-color css
<style>
a { background-color: #C8498C; }
a { background-color: rgb(200,73,140); }
div.DivClassName
{
background-color: #C8498C;
}
.BgClassName
{
background-color: #C8498C;
}
</style>
border-color css
<style>
span { border-color: #C8498C; }
span { border-color: rgb(200,73,140); }
td.TdClassName
{
border-color: #C8498C;
}
.TagClassName
{
border-color: #C8498C;
}
</style>