Shades of Mulberry #C9519A
Tints of Mulberry #C9519A
RGB
CMYK
RGB Variations
Color information
#C9519A (or 0xC9519A) is known color: Mulberry. HEX triplet: C9, 51 and 9A. RGB value is (201,81,154). Sum of RGB (Red+Green+Blue) = 201+81+154=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C9519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9519A is #36AE65. Grayscale: #7D7D7D. Windows color (decimal): -3583590 or 10113481. OLE color: 10113481.
HSL color Cylindrical-coordinate representation of color #C9519A: hue angle of 323.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9519A is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 154 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.21 |
| HSL | 323.5º | 0.53% | 0.55% | - |
| HSV(B) | 323.5º | 0.6% | 0.79% | - |
| XYZ | 32.86 | 20.64 | 32.82 | - |
| YUV | 125.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 154 | 0 | 0.60 | 0.23 | 0.21 | 323.5 | 0.53 | 0.55 |
| Hex | C9 | 51 | 9A | 0 | 3C | 17 | 15 | 144 | 35 | 37 |
| Octal | 311 | 121 | 232 | 0 | 74 | 27 | 25 | 504 | 65 | 67 |
| Binary | 11001001 | 1010001 | 10011010 | 0 | 111100 | 10111 | 10101 | 101000100 | 110101 | 110111 |
Color Harmonies of #C9519A
Complementary color
Monochromatic Colors of #C9519A
Black with #C9519A
Text Example
Text Example
White with #C9519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9519A; }
p { color: rgb(201,81,154); }
H1.HeaderClassName
{
color: #C9519A;
}
.AnyTagClassName
{
color: #C9519A;
}
</style>
background-color css
<style>
a { background-color: #C9519A; }
a { background-color: rgb(201,81,154); }
div.DivClassName
{
background-color: #C9519A;
}
.BgClassName
{
background-color: #C9519A;
}
</style>
border-color css
<style>
span { border-color: #C9519A; }
span { border-color: rgb(201,81,154); }
td.TdClassName
{
border-color: #C9519A;
}
.TagClassName
{
border-color: #C9519A;
}
</style>