Shades of Mulberry #C85C8F
Tints of Mulberry #C85C8F
RGB
CMYK
RGB Variations
Color information
#C85C8F (or 0xC85C8F) is known color: Mulberry. HEX triplet: C8, 5C and 8F. RGB value is (200,92,143). Sum of RGB (Red+Green+Blue) = 200+92+143=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85C8F is #37A370. Grayscale: #828282. Windows color (decimal): -3646321 or 9395400. OLE color: 9395400.
HSL color Cylindrical-coordinate representation of color #C85C8F: hue angle of 331.67º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85C8F is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 143 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.22 |
| HSL | 331.67º | 0.5% | 0.57% | - |
| HSV(B) | 331.67º | 0.54% | 0.78% | - |
| XYZ | 32.6 | 21.92 | 28.5 | - |
| YUV | 130.11 | 135.28 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 143 | 0 | 0.54 | 0.28 | 0.22 | 331.67 | 0.5 | 0.57 |
| Hex | C8 | 5C | 8F | 0 | 36 | 1C | 16 | 14C | 32 | 39 |
| Octal | 310 | 134 | 217 | 0 | 66 | 34 | 26 | 514 | 62 | 71 |
| Binary | 11001000 | 1011100 | 10001111 | 0 | 110110 | 11100 | 10110 | 101001100 | 110010 | 111001 |
Color Harmonies of #C85C8F
Complementary color
Monochromatic Colors of #C85C8F
Black with #C85C8F
Text Example
Text Example
White with #C85C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C8F; }
p { color: rgb(200,92,143); }
H1.HeaderClassName
{
color: #C85C8F;
}
.AnyTagClassName
{
color: #C85C8F;
}
</style>
background-color css
<style>
a { background-color: #C85C8F; }
a { background-color: rgb(200,92,143); }
div.DivClassName
{
background-color: #C85C8F;
}
.BgClassName
{
background-color: #C85C8F;
}
</style>
border-color css
<style>
span { border-color: #C85C8F; }
span { border-color: rgb(200,92,143); }
td.TdClassName
{
border-color: #C85C8F;
}
.TagClassName
{
border-color: #C85C8F;
}
</style>