Shades of Mulberry #C95499
Tints of Mulberry #C95499
RGB
CMYK
RGB Variations
Color information
#C95499 (or 0xC95499) is known color: Mulberry. HEX triplet: C9, 54 and 99. RGB value is (201,84,153). Sum of RGB (Red+Green+Blue) = 201+84+153=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C95499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95499 is #36AB66. Grayscale: #7E7E7E. Windows color (decimal): -3582823 or 10048713. OLE color: 10048713.
HSL color Cylindrical-coordinate representation of color #C95499: hue angle of 324.62º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95499 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 153 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.21 |
| HSL | 324.62º | 0.52% | 0.56% | - |
| HSV(B) | 324.62º | 0.58% | 0.79% | - |
| XYZ | 33.01 | 21.06 | 32.46 | - |
| YUV | 126.85 | 142.76 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 153 | 0 | 0.58 | 0.24 | 0.21 | 324.62 | 0.52 | 0.56 |
| Hex | C9 | 54 | 99 | 0 | 3A | 18 | 15 | 145 | 34 | 38 |
| Octal | 311 | 124 | 231 | 0 | 72 | 30 | 25 | 505 | 64 | 70 |
| Binary | 11001001 | 1010100 | 10011001 | 0 | 111010 | 11000 | 10101 | 101000101 | 110100 | 111000 |
Color Harmonies of #C95499
Complementary color
Monochromatic Colors of #C95499
Black with #C95499
Text Example
Text Example
White with #C95499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95499; }
p { color: rgb(201,84,153); }
H1.HeaderClassName
{
color: #C95499;
}
.AnyTagClassName
{
color: #C95499;
}
</style>
background-color css
<style>
a { background-color: #C95499; }
a { background-color: rgb(201,84,153); }
div.DivClassName
{
background-color: #C95499;
}
.BgClassName
{
background-color: #C95499;
}
</style>
border-color css
<style>
span { border-color: #C95499; }
span { border-color: rgb(201,84,153); }
td.TdClassName
{
border-color: #C95499;
}
.TagClassName
{
border-color: #C95499;
}
</style>