Shades of Mulberry #C85C90
Tints of Mulberry #C85C90
RGB
CMYK
RGB Variations
Color information
#C85C90 (or 0xC85C90) is known color: Mulberry. HEX triplet: C8, 5C and 90. RGB value is (200,92,144). Sum of RGB (Red+Green+Blue) = 200+92+144=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85C90 is #37A36F. Grayscale: #828282. Windows color (decimal): -3646320 or 9460936. OLE color: 9460936.
HSL color Cylindrical-coordinate representation of color #C85C90: hue angle of 331.11º 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 #C85C90 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 144 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.22 |
| HSL | 331.11º | 0.5% | 0.57% | - |
| HSV(B) | 331.11º | 0.54% | 0.78% | - |
| XYZ | 32.68 | 21.95 | 28.9 | - |
| YUV | 130.22 | 135.78 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 144 | 0 | 0.54 | 0.28 | 0.22 | 331.11 | 0.5 | 0.57 |
| Hex | C8 | 5C | 90 | 0 | 36 | 1C | 16 | 14B | 32 | 39 |
| Octal | 310 | 134 | 220 | 0 | 66 | 34 | 26 | 513 | 62 | 71 |
| Binary | 11001000 | 1011100 | 10010000 | 0 | 110110 | 11100 | 10110 | 101001011 | 110010 | 111001 |
Color Harmonies of #C85C90
Complementary color
Monochromatic Colors of #C85C90
Black with #C85C90
Text Example
Text Example
White with #C85C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C90; }
p { color: rgb(200,92,144); }
H1.HeaderClassName
{
color: #C85C90;
}
.AnyTagClassName
{
color: #C85C90;
}
</style>
background-color css
<style>
a { background-color: #C85C90; }
a { background-color: rgb(200,92,144); }
div.DivClassName
{
background-color: #C85C90;
}
.BgClassName
{
background-color: #C85C90;
}
</style>
border-color css
<style>
span { border-color: #C85C90; }
span { border-color: rgb(200,92,144); }
td.TdClassName
{
border-color: #C85C90;
}
.TagClassName
{
border-color: #C85C90;
}
</style>