Shades of Mulberry #C85A98
Tints of Mulberry #C85A98
RGB
CMYK
RGB Variations
Color information
#C85A98 (or 0xC85A98) is known color: Mulberry. HEX triplet: C8, 5A and 98. RGB value is (200,90,152). Sum of RGB (Red+Green+Blue) = 200+90+152=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85A98 is #37A567. Grayscale: #818181. Windows color (decimal): -3646824 or 9984712. OLE color: 9984712.
HSL color Cylindrical-coordinate representation of color #C85A98: hue angle of 326.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85A98 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 152 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.22 |
| HSL | 326.18º | 0.5% | 0.57% | - |
| HSV(B) | 326.18º | 0.55% | 0.78% | - |
| XYZ | 33.14 | 21.86 | 32.18 | - |
| YUV | 129.96 | 140.44 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 152 | 0 | 0.55 | 0.24 | 0.22 | 326.18 | 0.5 | 0.57 |
| Hex | C8 | 5A | 98 | 0 | 37 | 18 | 16 | 146 | 32 | 39 |
| Octal | 310 | 132 | 230 | 0 | 67 | 30 | 26 | 506 | 62 | 71 |
| Binary | 11001000 | 1011010 | 10011000 | 0 | 110111 | 11000 | 10110 | 101000110 | 110010 | 111001 |
Color Harmonies of #C85A98
Complementary color
Monochromatic Colors of #C85A98
Black with #C85A98
Text Example
Text Example
White with #C85A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A98; }
p { color: rgb(200,90,152); }
H1.HeaderClassName
{
color: #C85A98;
}
.AnyTagClassName
{
color: #C85A98;
}
</style>
background-color css
<style>
a { background-color: #C85A98; }
a { background-color: rgb(200,90,152); }
div.DivClassName
{
background-color: #C85A98;
}
.BgClassName
{
background-color: #C85A98;
}
</style>
border-color css
<style>
span { border-color: #C85A98; }
span { border-color: rgb(200,90,152); }
td.TdClassName
{
border-color: #C85A98;
}
.TagClassName
{
border-color: #C85A98;
}
</style>