Shades of Mulberry #C95A8E
Tints of Mulberry #C95A8E
RGB
CMYK
RGB Variations
Color information
#C95A8E (or 0xC95A8E) is known color: Mulberry. HEX triplet: C9, 5A and 8E. RGB value is (201,90,142). Sum of RGB (Red+Green+Blue) = 201+90+142=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95A8E is #36A571. Grayscale: #818181. Windows color (decimal): -3581298 or 9329353. OLE color: 9329353.
HSL color Cylindrical-coordinate representation of color #C95A8E: hue angle of 331.89º 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 #C95A8E is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 142 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.21 |
| HSL | 331.89º | 0.51% | 0.57% | - |
| HSV(B) | 331.89º | 0.55% | 0.79% | - |
| XYZ | 32.63 | 21.68 | 28.06 | - |
| YUV | 129.12 | 135.27 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 142 | 0 | 0.55 | 0.29 | 0.21 | 331.89 | 0.51 | 0.57 |
| Hex | C9 | 5A | 8E | 0 | 37 | 1D | 15 | 14C | 33 | 39 |
| Octal | 311 | 132 | 216 | 0 | 67 | 35 | 25 | 514 | 63 | 71 |
| Binary | 11001001 | 1011010 | 10001110 | 0 | 110111 | 11101 | 10101 | 101001100 | 110011 | 111001 |
Color Harmonies of #C95A8E
Complementary color
Monochromatic Colors of #C95A8E
Black with #C95A8E
Text Example
Text Example
White with #C95A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A8E; }
p { color: rgb(201,90,142); }
H1.HeaderClassName
{
color: #C95A8E;
}
.AnyTagClassName
{
color: #C95A8E;
}
</style>
background-color css
<style>
a { background-color: #C95A8E; }
a { background-color: rgb(201,90,142); }
div.DivClassName
{
background-color: #C95A8E;
}
.BgClassName
{
background-color: #C95A8E;
}
</style>
border-color css
<style>
span { border-color: #C95A8E; }
span { border-color: rgb(201,90,142); }
td.TdClassName
{
border-color: #C95A8E;
}
.TagClassName
{
border-color: #C95A8E;
}
</style>