Shades of Mulberry #C957A6
Tints of Mulberry #C957A6
RGB
CMYK
RGB Variations
Color information
#C957A6 (or 0xC957A6) is known color: Mulberry. HEX triplet: C9, 57 and A6. RGB value is (201,87,166). Sum of RGB (Red+Green+Blue) = 201+87+166=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C957A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C957A6 is #36A859. Grayscale: #818181. Windows color (decimal): -3582042 or 10901449. OLE color: 10901449.
HSL color Cylindrical-coordinate representation of color #C957A6: hue angle of 318.42º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C957A6 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 166 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.21 |
| HSL | 318.42º | 0.51% | 0.56% | - |
| HSV(B) | 318.42º | 0.57% | 0.79% | - |
| XYZ | 34.38 | 21.99 | 38.51 | - |
| YUV | 130.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 166 | 0 | 0.57 | 0.17 | 0.21 | 318.42 | 0.51 | 0.56 |
| Hex | C9 | 57 | A6 | 0 | 39 | 11 | 15 | 13E | 33 | 38 |
| Octal | 311 | 127 | 246 | 0 | 71 | 21 | 25 | 476 | 63 | 70 |
| Binary | 11001001 | 1010111 | 10100110 | 0 | 111001 | 10001 | 10101 | 100111110 | 110011 | 111000 |
Color Harmonies of #C957A6
Complementary color
Monochromatic Colors of #C957A6
Black with #C957A6
Text Example
Text Example
White with #C957A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957A6; }
p { color: rgb(201,87,166); }
H1.HeaderClassName
{
color: #C957A6;
}
.AnyTagClassName
{
color: #C957A6;
}
</style>
background-color css
<style>
a { background-color: #C957A6; }
a { background-color: rgb(201,87,166); }
div.DivClassName
{
background-color: #C957A6;
}
.BgClassName
{
background-color: #C957A6;
}
</style>
border-color css
<style>
span { border-color: #C957A6; }
span { border-color: rgb(201,87,166); }
td.TdClassName
{
border-color: #C957A6;
}
.TagClassName
{
border-color: #C957A6;
}
</style>