Shades of Mulberry #C95884
Tints of Mulberry #C95884
RGB
CMYK
RGB Variations
Color information
#C95884 (or 0xC95884) is known color: Mulberry. HEX triplet: C9, 58 and 84. RGB value is (201,88,132). Sum of RGB (Red+Green+Blue) = 201+88+132=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C95884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95884 is #36A77B. Grayscale: #7E7E7E. Windows color (decimal): -3581820 or 8673481. OLE color: 8673481.
HSL color Cylindrical-coordinate representation of color #C95884: hue angle of 336.64º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95884 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 132 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.21 |
| HSL | 336.64º | 0.51% | 0.57% | - |
| HSV(B) | 336.64º | 0.56% | 0.79% | - |
| XYZ | 31.74 | 21.06 | 24.22 | - |
| YUV | 126.8 | 130.94 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 132 | 0 | 0.56 | 0.34 | 0.21 | 336.64 | 0.51 | 0.57 |
| Hex | C9 | 58 | 84 | 0 | 38 | 22 | 15 | 151 | 33 | 39 |
| Octal | 311 | 130 | 204 | 0 | 70 | 42 | 25 | 521 | 63 | 71 |
| Binary | 11001001 | 1011000 | 10000100 | 0 | 111000 | 100010 | 10101 | 101010001 | 110011 | 111001 |
Color Harmonies of #C95884
Complementary color
Monochromatic Colors of #C95884
Black with #C95884
Text Example
Text Example
White with #C95884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95884; }
p { color: rgb(201,88,132); }
H1.HeaderClassName
{
color: #C95884;
}
.AnyTagClassName
{
color: #C95884;
}
</style>
background-color css
<style>
a { background-color: #C95884; }
a { background-color: rgb(201,88,132); }
div.DivClassName
{
background-color: #C95884;
}
.BgClassName
{
background-color: #C95884;
}
</style>
border-color css
<style>
span { border-color: #C95884; }
span { border-color: rgb(201,88,132); }
td.TdClassName
{
border-color: #C95884;
}
.TagClassName
{
border-color: #C95884;
}
</style>