Shades of Mulberry #C85483
Tints of Mulberry #C85483
RGB
CMYK
RGB Variations
Color information
#C85483 (or 0xC85483) is known color: Mulberry. HEX triplet: C8, 54 and 83. RGB value is (200,84,131). Sum of RGB (Red+Green+Blue) = 200+84+131=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C85483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85483 is #37AB7C. Grayscale: #7B7B7B. Windows color (decimal): -3648381 or 8606920. OLE color: 8606920.
HSL color Cylindrical-coordinate representation of color #C85483: hue angle of 335.69º 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 #C85483 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 131 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.22 |
| HSL | 335.69º | 0.51% | 0.56% | - |
| HSV(B) | 335.69º | 0.58% | 0.78% | - |
| XYZ | 31.09 | 20.26 | 23.74 | - |
| YUV | 124.04 | 131.93 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 131 | 0 | 0.58 | 0.34 | 0.22 | 335.69 | 0.51 | 0.56 |
| Hex | C8 | 54 | 83 | 0 | 3A | 22 | 16 | 150 | 33 | 38 |
| Octal | 310 | 124 | 203 | 0 | 72 | 42 | 26 | 520 | 63 | 70 |
| Binary | 11001000 | 1010100 | 10000011 | 0 | 111010 | 100010 | 10110 | 101010000 | 110011 | 111000 |
Color Harmonies of #C85483
Complementary color
Monochromatic Colors of #C85483
Black with #C85483
Text Example
Text Example
White with #C85483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85483; }
p { color: rgb(200,84,131); }
H1.HeaderClassName
{
color: #C85483;
}
.AnyTagClassName
{
color: #C85483;
}
</style>
background-color css
<style>
a { background-color: #C85483; }
a { background-color: rgb(200,84,131); }
div.DivClassName
{
background-color: #C85483;
}
.BgClassName
{
background-color: #C85483;
}
</style>
border-color css
<style>
span { border-color: #C85483; }
span { border-color: rgb(200,84,131); }
td.TdClassName
{
border-color: #C85483;
}
.TagClassName
{
border-color: #C85483;
}
</style>