Shades of Mulberry #C95A96
Tints of Mulberry #C95A96
RGB
CMYK
RGB Variations
Color information
#C95A96 (or 0xC95A96) is known color: Mulberry. HEX triplet: C9, 5A and 96. RGB value is (201,90,150). Sum of RGB (Red+Green+Blue) = 201+90+150=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95A96 is #36A569. Grayscale: #818181. Windows color (decimal): -3581290 or 9853641. OLE color: 9853641.
HSL color Cylindrical-coordinate representation of color #C95A96: hue angle of 327.57º 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 #C95A96 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 150 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.21 |
| HSL | 327.57º | 0.51% | 0.57% | - |
| HSV(B) | 327.57º | 0.55% | 0.79% | - |
| XYZ | 33.25 | 21.93 | 31.34 | - |
| YUV | 130.03 | 139.27 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 150 | 0 | 0.55 | 0.25 | 0.21 | 327.57 | 0.51 | 0.57 |
| Hex | C9 | 5A | 96 | 0 | 37 | 19 | 15 | 148 | 33 | 39 |
| Octal | 311 | 132 | 226 | 0 | 67 | 31 | 25 | 510 | 63 | 71 |
| Binary | 11001001 | 1011010 | 10010110 | 0 | 110111 | 11001 | 10101 | 101001000 | 110011 | 111001 |
Color Harmonies of #C95A96
Complementary color
Monochromatic Colors of #C95A96
Black with #C95A96
Text Example
Text Example
White with #C95A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A96; }
p { color: rgb(201,90,150); }
H1.HeaderClassName
{
color: #C95A96;
}
.AnyTagClassName
{
color: #C95A96;
}
</style>
background-color css
<style>
a { background-color: #C95A96; }
a { background-color: rgb(201,90,150); }
div.DivClassName
{
background-color: #C95A96;
}
.BgClassName
{
background-color: #C95A96;
}
</style>
border-color css
<style>
span { border-color: #C95A96; }
span { border-color: rgb(201,90,150); }
td.TdClassName
{
border-color: #C95A96;
}
.TagClassName
{
border-color: #C95A96;
}
</style>