Shades of Mulberry #C85298
Tints of Mulberry #C85298
RGB
CMYK
RGB Variations
Color information
#C85298 (or 0xC85298) is known color: Mulberry. HEX triplet: C8, 52 and 98. RGB value is (200,82,152). Sum of RGB (Red+Green+Blue) = 200+82+152=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C85298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85298 is #37AD67. Grayscale: #7D7D7D. Windows color (decimal): -3648872 or 9982664. OLE color: 9982664.
HSL color Cylindrical-coordinate representation of color #C85298: hue angle of 324.41º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85298 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 152 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.22 |
| HSL | 324.41º | 0.52% | 0.55% | - |
| HSV(B) | 324.41º | 0.59% | 0.78% | - |
| XYZ | 32.5 | 20.58 | 31.97 | - |
| YUV | 125.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 152 | 0 | 0.59 | 0.24 | 0.22 | 324.41 | 0.52 | 0.55 |
| Hex | C8 | 52 | 98 | 0 | 3B | 18 | 16 | 144 | 34 | 37 |
| Octal | 310 | 122 | 230 | 0 | 73 | 30 | 26 | 504 | 64 | 67 |
| Binary | 11001000 | 1010010 | 10011000 | 0 | 111011 | 11000 | 10110 | 101000100 | 110100 | 110111 |
Color Harmonies of #C85298
Complementary color
Monochromatic Colors of #C85298
Black with #C85298
Text Example
Text Example
White with #C85298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85298; }
p { color: rgb(200,82,152); }
H1.HeaderClassName
{
color: #C85298;
}
.AnyTagClassName
{
color: #C85298;
}
</style>
background-color css
<style>
a { background-color: #C85298; }
a { background-color: rgb(200,82,152); }
div.DivClassName
{
background-color: #C85298;
}
.BgClassName
{
background-color: #C85298;
}
</style>
border-color css
<style>
span { border-color: #C85298; }
span { border-color: rgb(200,82,152); }
td.TdClassName
{
border-color: #C85298;
}
.TagClassName
{
border-color: #C85298;
}
</style>