Shades of Mulberry #C95496
Tints of Mulberry #C95496
RGB
CMYK
RGB Variations
Color information
#C95496 (or 0xC95496) is known color: Mulberry. HEX triplet: C9, 54 and 96. RGB value is (201,84,150). Sum of RGB (Red+Green+Blue) = 201+84+150=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C95496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95496 is #36AB69. Grayscale: #7E7E7E. Windows color (decimal): -3582826 or 9852105. OLE color: 9852105.
HSL color Cylindrical-coordinate representation of color #C95496: hue angle of 326.15º 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 #C95496 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 150 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.21 |
| HSL | 326.15º | 0.52% | 0.56% | - |
| HSV(B) | 326.15º | 0.58% | 0.79% | - |
| XYZ | 32.76 | 20.96 | 31.17 | - |
| YUV | 126.51 | 141.26 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 150 | 0 | 0.58 | 0.25 | 0.21 | 326.15 | 0.52 | 0.56 |
| Hex | C9 | 54 | 96 | 0 | 3A | 19 | 15 | 146 | 34 | 38 |
| Octal | 311 | 124 | 226 | 0 | 72 | 31 | 25 | 506 | 64 | 70 |
| Binary | 11001001 | 1010100 | 10010110 | 0 | 111010 | 11001 | 10101 | 101000110 | 110100 | 111000 |
Color Harmonies of #C95496
Complementary color
Monochromatic Colors of #C95496
Black with #C95496
Text Example
Text Example
White with #C95496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95496; }
p { color: rgb(201,84,150); }
H1.HeaderClassName
{
color: #C95496;
}
.AnyTagClassName
{
color: #C95496;
}
</style>
background-color css
<style>
a { background-color: #C95496; }
a { background-color: rgb(201,84,150); }
div.DivClassName
{
background-color: #C95496;
}
.BgClassName
{
background-color: #C95496;
}
</style>
border-color css
<style>
span { border-color: #C95496; }
span { border-color: rgb(201,84,150); }
td.TdClassName
{
border-color: #C95496;
}
.TagClassName
{
border-color: #C95496;
}
</style>