Shades of Mulberry #C84697
Tints of Mulberry #C84697
RGB
CMYK
RGB Variations
Color information
#C84697 (or 0xC84697) is known color: Mulberry. HEX triplet: C8, 46 and 97. RGB value is (200,70,151). Sum of RGB (Red+Green+Blue) = 200+70+151=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C84697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84697 is #37B968. Grayscale: #757575. Windows color (decimal): -3651945 or 9914056. OLE color: 9914056.
HSL color Cylindrical-coordinate representation of color #C84697: hue angle of 322.62º 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 #C84697 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 151 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.22 |
| HSL | 322.62º | 0.54% | 0.53% | - |
| HSV(B) | 322.62º | 0.65% | 0.78% | - |
| XYZ | 31.6 | 18.89 | 31.26 | - |
| YUV | 118.1 | 146.57 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 151 | 0 | 0.65 | 0.24 | 0.22 | 322.62 | 0.54 | 0.53 |
| Hex | C8 | 46 | 97 | 0 | 41 | 18 | 16 | 143 | 36 | 35 |
| Octal | 310 | 106 | 227 | 0 | 101 | 30 | 26 | 503 | 66 | 65 |
| Binary | 11001000 | 1000110 | 10010111 | 0 | 1000001 | 11000 | 10110 | 101000011 | 110110 | 110101 |
Color Harmonies of #C84697
Complementary color
Monochromatic Colors of #C84697
Black with #C84697
Text Example
Text Example
White with #C84697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84697; }
p { color: rgb(200,70,151); }
H1.HeaderClassName
{
color: #C84697;
}
.AnyTagClassName
{
color: #C84697;
}
</style>
background-color css
<style>
a { background-color: #C84697; }
a { background-color: rgb(200,70,151); }
div.DivClassName
{
background-color: #C84697;
}
.BgClassName
{
background-color: #C84697;
}
</style>
border-color css
<style>
span { border-color: #C84697; }
span { border-color: rgb(200,70,151); }
td.TdClassName
{
border-color: #C84697;
}
.TagClassName
{
border-color: #C84697;
}
</style>