Shades of Mulberry #C84985
Tints of Mulberry #C84985
RGB
CMYK
RGB Variations
Color information
#C84985 (or 0xC84985) is known color: Mulberry. HEX triplet: C8, 49 and 85. RGB value is (200,73,133). Sum of RGB (Red+Green+Blue) = 200+73+133=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C84985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84985 is #37B67A. Grayscale: #757575. Windows color (decimal): -3651195 or 8735176. OLE color: 8735176.
HSL color Cylindrical-coordinate representation of color #C84985: hue angle of 331.65º 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 #C84985 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 133 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.22 |
| HSL | 331.65º | 0.54% | 0.54% | - |
| HSV(B) | 331.65º | 0.64% | 0.78% | - |
| XYZ | 30.44 | 18.74 | 24.2 | - |
| YUV | 117.81 | 136.58 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 133 | 0 | 0.64 | 0.34 | 0.22 | 331.65 | 0.54 | 0.54 |
| Hex | C8 | 49 | 85 | 0 | 40 | 22 | 16 | 14C | 36 | 36 |
| Octal | 310 | 111 | 205 | 0 | 100 | 42 | 26 | 514 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10000101 | 0 | 1000000 | 100010 | 10110 | 101001100 | 110110 | 110110 |
Color Harmonies of #C84985
Complementary color
Monochromatic Colors of #C84985
Black with #C84985
Text Example
Text Example
White with #C84985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84985; }
p { color: rgb(200,73,133); }
H1.HeaderClassName
{
color: #C84985;
}
.AnyTagClassName
{
color: #C84985;
}
</style>
background-color css
<style>
a { background-color: #C84985; }
a { background-color: rgb(200,73,133); }
div.DivClassName
{
background-color: #C84985;
}
.BgClassName
{
background-color: #C84985;
}
</style>
border-color css
<style>
span { border-color: #C84985; }
span { border-color: rgb(200,73,133); }
td.TdClassName
{
border-color: #C84985;
}
.TagClassName
{
border-color: #C84985;
}
</style>