Shades of Mulberry #C85484
Tints of Mulberry #C85484
RGB
CMYK
RGB Variations
Color information
#C85484 (or 0xC85484) is known color: Mulberry. HEX triplet: C8, 54 and 84. RGB value is (200,84,132). Sum of RGB (Red+Green+Blue) = 200+84+132=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C85484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85484 is #37AB7B. Grayscale: #7C7C7C. Windows color (decimal): -3648380 or 8672456. OLE color: 8672456.
HSL color Cylindrical-coordinate representation of color #C85484: hue angle of 335.17º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85484 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 132 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.22 |
| HSL | 335.17º | 0.51% | 0.56% | - |
| HSV(B) | 335.17º | 0.58% | 0.78% | - |
| XYZ | 31.15 | 20.29 | 24.1 | - |
| YUV | 124.16 | 132.43 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 132 | 0 | 0.58 | 0.34 | 0.22 | 335.17 | 0.51 | 0.56 |
| Hex | C8 | 54 | 84 | 0 | 3A | 22 | 16 | 14F | 33 | 38 |
| Octal | 310 | 124 | 204 | 0 | 72 | 42 | 26 | 517 | 63 | 70 |
| Binary | 11001000 | 1010100 | 10000100 | 0 | 111010 | 100010 | 10110 | 101001111 | 110011 | 111000 |
Color Harmonies of #C85484
Complementary color
Monochromatic Colors of #C85484
Black with #C85484
Text Example
Text Example
White with #C85484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85484; }
p { color: rgb(200,84,132); }
H1.HeaderClassName
{
color: #C85484;
}
.AnyTagClassName
{
color: #C85484;
}
</style>
background-color css
<style>
a { background-color: #C85484; }
a { background-color: rgb(200,84,132); }
div.DivClassName
{
background-color: #C85484;
}
.BgClassName
{
background-color: #C85484;
}
</style>
border-color css
<style>
span { border-color: #C85484; }
span { border-color: rgb(200,84,132); }
td.TdClassName
{
border-color: #C85484;
}
.TagClassName
{
border-color: #C85484;
}
</style>