Shades of Mulberry #C84289
Tints of Mulberry #C84289
RGB
CMYK
RGB Variations
Color information
#C84289 (or 0xC84289) is known color: Mulberry. HEX triplet: C8, 42 and 89. RGB value is (200,66,137). Sum of RGB (Red+Green+Blue) = 200+66+137=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C84289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84289 is #37BD76. Grayscale: #727272. Windows color (decimal): -3652983 or 8995528. OLE color: 8995528.
HSL color Cylindrical-coordinate representation of color #C84289: hue angle of 328.21º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84289 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 137 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.22 |
| HSL | 328.21º | 0.55% | 0.52% | - |
| HSV(B) | 328.21º | 0.67% | 0.78% | - |
| XYZ | 30.28 | 17.98 | 25.54 | - |
| YUV | 114.16 | 140.89 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 137 | 0 | 0.67 | 0.32 | 0.22 | 328.21 | 0.55 | 0.52 |
| Hex | C8 | 42 | 89 | 0 | 43 | 20 | 16 | 148 | 37 | 34 |
| Octal | 310 | 102 | 211 | 0 | 103 | 40 | 26 | 510 | 67 | 64 |
| Binary | 11001000 | 1000010 | 10001001 | 0 | 1000011 | 100000 | 10110 | 101001000 | 110111 | 110100 |
Color Harmonies of #C84289
Complementary color
Monochromatic Colors of #C84289
Black with #C84289
Text Example
Text Example
White with #C84289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84289; }
p { color: rgb(200,66,137); }
H1.HeaderClassName
{
color: #C84289;
}
.AnyTagClassName
{
color: #C84289;
}
</style>
background-color css
<style>
a { background-color: #C84289; }
a { background-color: rgb(200,66,137); }
div.DivClassName
{
background-color: #C84289;
}
.BgClassName
{
background-color: #C84289;
}
</style>
border-color css
<style>
span { border-color: #C84289; }
span { border-color: rgb(200,66,137); }
td.TdClassName
{
border-color: #C84289;
}
.TagClassName
{
border-color: #C84289;
}
</style>