Shades of Mulberry #C95A99
Tints of Mulberry #C95A99
RGB
CMYK
RGB Variations
Color information
#C95A99 (or 0xC95A99) is known color: Mulberry. HEX triplet: C9, 5A and 99. RGB value is (201,90,153). Sum of RGB (Red+Green+Blue) = 201+90+153=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95A99 is #36A566. Grayscale: #828282. Windows color (decimal): -3581287 or 10050249. OLE color: 10050249.
HSL color Cylindrical-coordinate representation of color #C95A99: hue angle of 325.95º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95A99 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 153 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.21 |
| HSL | 325.95º | 0.51% | 0.57% | - |
| HSV(B) | 325.95º | 0.55% | 0.79% | - |
| XYZ | 33.49 | 22.03 | 32.62 | - |
| YUV | 130.37 | 140.77 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 153 | 0 | 0.55 | 0.24 | 0.21 | 325.95 | 0.51 | 0.57 |
| Hex | C9 | 5A | 99 | 0 | 37 | 18 | 15 | 146 | 33 | 39 |
| Octal | 311 | 132 | 231 | 0 | 67 | 30 | 25 | 506 | 63 | 71 |
| Binary | 11001001 | 1011010 | 10011001 | 0 | 110111 | 11000 | 10101 | 101000110 | 110011 | 111001 |
Color Harmonies of #C95A99
Complementary color
Monochromatic Colors of #C95A99
Black with #C95A99
Text Example
Text Example
White with #C95A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A99; }
p { color: rgb(201,90,153); }
H1.HeaderClassName
{
color: #C95A99;
}
.AnyTagClassName
{
color: #C95A99;
}
</style>
background-color css
<style>
a { background-color: #C95A99; }
a { background-color: rgb(201,90,153); }
div.DivClassName
{
background-color: #C95A99;
}
.BgClassName
{
background-color: #C95A99;
}
</style>
border-color css
<style>
span { border-color: #C95A99; }
span { border-color: rgb(201,90,153); }
td.TdClassName
{
border-color: #C95A99;
}
.TagClassName
{
border-color: #C95A99;
}
</style>