Shades of Mulberry #C959A1
Tints of Mulberry #C959A1
RGB
CMYK
RGB Variations
Color information
#C959A1 (or 0xC959A1) is known color: Mulberry. HEX triplet: C9, 59 and A1. RGB value is (201,89,161). Sum of RGB (Red+Green+Blue) = 201+89+161=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C959A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C959A1 is #36A65E. Grayscale: #828282. Windows color (decimal): -3581535 or 10574281. OLE color: 10574281.
HSL color Cylindrical-coordinate representation of color #C959A1: hue angle of 321.43º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C959A1 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 161 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.21 |
| HSL | 321.43º | 0.51% | 0.57% | - |
| HSV(B) | 321.43º | 0.56% | 0.79% | - |
| XYZ | 34.09 | 22.14 | 36.19 | - |
| YUV | 130.7 | 145.11 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 161 | 0 | 0.56 | 0.20 | 0.21 | 321.43 | 0.51 | 0.57 |
| Hex | C9 | 59 | A1 | 0 | 38 | 14 | 15 | 141 | 33 | 39 |
| Octal | 311 | 131 | 241 | 0 | 70 | 24 | 25 | 501 | 63 | 71 |
| Binary | 11001001 | 1011001 | 10100001 | 0 | 111000 | 10100 | 10101 | 101000001 | 110011 | 111001 |
Color Harmonies of #C959A1
Complementary color
Monochromatic Colors of #C959A1
Black with #C959A1
Text Example
Text Example
White with #C959A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C959A1; }
p { color: rgb(201,89,161); }
H1.HeaderClassName
{
color: #C959A1;
}
.AnyTagClassName
{
color: #C959A1;
}
</style>
background-color css
<style>
a { background-color: #C959A1; }
a { background-color: rgb(201,89,161); }
div.DivClassName
{
background-color: #C959A1;
}
.BgClassName
{
background-color: #C959A1;
}
</style>
border-color css
<style>
span { border-color: #C959A1; }
span { border-color: rgb(201,89,161); }
td.TdClassName
{
border-color: #C959A1;
}
.TagClassName
{
border-color: #C959A1;
}
</style>