Shades of Mulberry #C85291
Tints of Mulberry #C85291
RGB
CMYK
RGB Variations
Color information
#C85291 (or 0xC85291) is known color: Mulberry. HEX triplet: C8, 52 and 91. RGB value is (200,82,145). Sum of RGB (Red+Green+Blue) = 200+82+145=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C85291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85291 is #37AD6E. Grayscale: #7C7C7C. Windows color (decimal): -3648879 or 9523912. OLE color: 9523912.
HSL color Cylindrical-coordinate representation of color #C85291: hue angle of 327.97º 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 #C85291 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 145 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.22 |
| HSL | 327.97º | 0.52% | 0.55% | - |
| HSV(B) | 327.97º | 0.59% | 0.78% | - |
| XYZ | 31.95 | 20.36 | 29.03 | - |
| YUV | 124.46 | 139.59 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 145 | 0 | 0.59 | 0.28 | 0.22 | 327.97 | 0.52 | 0.55 |
| Hex | C8 | 52 | 91 | 0 | 3B | 1C | 16 | 148 | 34 | 37 |
| Octal | 310 | 122 | 221 | 0 | 73 | 34 | 26 | 510 | 64 | 67 |
| Binary | 11001000 | 1010010 | 10010001 | 0 | 111011 | 11100 | 10110 | 101001000 | 110100 | 110111 |
Color Harmonies of #C85291
Complementary color
Monochromatic Colors of #C85291
Black with #C85291
Text Example
Text Example
White with #C85291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85291; }
p { color: rgb(200,82,145); }
H1.HeaderClassName
{
color: #C85291;
}
.AnyTagClassName
{
color: #C85291;
}
</style>
background-color css
<style>
a { background-color: #C85291; }
a { background-color: rgb(200,82,145); }
div.DivClassName
{
background-color: #C85291;
}
.BgClassName
{
background-color: #C85291;
}
</style>
border-color css
<style>
span { border-color: #C85291; }
span { border-color: rgb(200,82,145); }
td.TdClassName
{
border-color: #C85291;
}
.TagClassName
{
border-color: #C85291;
}
</style>