Shades of Mulberry #C8468C
Tints of Mulberry #C8468C
RGB
CMYK
RGB Variations
Color information
#C8468C (or 0xC8468C) is known color: Mulberry. HEX triplet: C8, 46 and 8C. RGB value is (200,70,140). Sum of RGB (Red+Green+Blue) = 200+70+140=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8468C is #37B973. Grayscale: #747474. Windows color (decimal): -3651956 or 9193160. OLE color: 9193160.
HSL color Cylindrical-coordinate representation of color #C8468C: hue angle of 327.69º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8468C is Cyan = 0, Magento = 0.65, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 140 | - |
| CMYK | 0 | 0.65 | 0.3 | 0.22 |
| HSL | 327.69º | 0.54% | 0.53% | - |
| HSV(B) | 327.69º | 0.65% | 0.78% | - |
| XYZ | 30.74 | 18.55 | 26.77 | - |
| YUV | 116.85 | 141.07 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 140 | 0 | 0.65 | 0.3 | 0.22 | 327.69 | 0.54 | 0.53 |
| Hex | C8 | 46 | 8C | 0 | 41 | 1E | 16 | 148 | 36 | 35 |
| Octal | 310 | 106 | 214 | 0 | 101 | 36 | 26 | 510 | 66 | 65 |
| Binary | 11001000 | 1000110 | 10001100 | 0 | 1000001 | 11110 | 10110 | 101001000 | 110110 | 110101 |
Color Harmonies of #C8468C
Complementary color
Monochromatic Colors of #C8468C
Black with #C8468C
Text Example
Text Example
White with #C8468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8468C; }
p { color: rgb(200,70,140); }
H1.HeaderClassName
{
color: #C8468C;
}
.AnyTagClassName
{
color: #C8468C;
}
</style>
background-color css
<style>
a { background-color: #C8468C; }
a { background-color: rgb(200,70,140); }
div.DivClassName
{
background-color: #C8468C;
}
.BgClassName
{
background-color: #C8468C;
}
</style>
border-color css
<style>
span { border-color: #C8468C; }
span { border-color: rgb(200,70,140); }
td.TdClassName
{
border-color: #C8468C;
}
.TagClassName
{
border-color: #C8468C;
}
</style>