Shades of Mulberry #C95A93
Tints of Mulberry #C95A93
RGB
CMYK
RGB Variations
Color information
#C95A93 (or 0xC95A93) is known color: Mulberry. HEX triplet: C9, 5A and 93. RGB value is (201,90,147). Sum of RGB (Red+Green+Blue) = 201+90+147=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95A93 is #36A56C. Grayscale: #818181. Windows color (decimal): -3581293 or 9657033. OLE color: 9657033.
HSL color Cylindrical-coordinate representation of color #C95A93: hue angle of 329.19º 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 #C95A93 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 147 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.21 |
| HSL | 329.19º | 0.51% | 0.57% | - |
| HSV(B) | 329.19º | 0.55% | 0.79% | - |
| XYZ | 33.01 | 21.84 | 30.08 | - |
| YUV | 129.69 | 137.77 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 147 | 0 | 0.55 | 0.27 | 0.21 | 329.19 | 0.51 | 0.57 |
| Hex | C9 | 5A | 93 | 0 | 37 | 1B | 15 | 149 | 33 | 39 |
| Octal | 311 | 132 | 223 | 0 | 67 | 33 | 25 | 511 | 63 | 71 |
| Binary | 11001001 | 1011010 | 10010011 | 0 | 110111 | 11011 | 10101 | 101001001 | 110011 | 111001 |
Color Harmonies of #C95A93
Complementary color
Monochromatic Colors of #C95A93
Black with #C95A93
Text Example
Text Example
White with #C95A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A93; }
p { color: rgb(201,90,147); }
H1.HeaderClassName
{
color: #C95A93;
}
.AnyTagClassName
{
color: #C95A93;
}
</style>
background-color css
<style>
a { background-color: #C95A93; }
a { background-color: rgb(201,90,147); }
div.DivClassName
{
background-color: #C95A93;
}
.BgClassName
{
background-color: #C95A93;
}
</style>
border-color css
<style>
span { border-color: #C95A93; }
span { border-color: rgb(201,90,147); }
td.TdClassName
{
border-color: #C95A93;
}
.TagClassName
{
border-color: #C95A93;
}
</style>