Shades of Mulberry #C957A2
Tints of Mulberry #C957A2
RGB
CMYK
RGB Variations
Color information
#C957A2 (or 0xC957A2) is known color: Mulberry. HEX triplet: C9, 57 and A2. RGB value is (201,87,162). Sum of RGB (Red+Green+Blue) = 201+87+162=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C957A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C957A2 is #36A85D. Grayscale: #818181. Windows color (decimal): -3582046 or 10639305. OLE color: 10639305.
HSL color Cylindrical-coordinate representation of color #C957A2: hue angle of 320.53º 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 #C957A2 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 162 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.21 |
| HSL | 320.53º | 0.51% | 0.56% | - |
| HSV(B) | 320.53º | 0.57% | 0.79% | - |
| XYZ | 34.02 | 21.84 | 36.61 | - |
| YUV | 129.64 | 146.27 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 162 | 0 | 0.57 | 0.19 | 0.21 | 320.53 | 0.51 | 0.56 |
| Hex | C9 | 57 | A2 | 0 | 39 | 13 | 15 | 141 | 33 | 38 |
| Octal | 311 | 127 | 242 | 0 | 71 | 23 | 25 | 501 | 63 | 70 |
| Binary | 11001001 | 1010111 | 10100010 | 0 | 111001 | 10011 | 10101 | 101000001 | 110011 | 111000 |
Color Harmonies of #C957A2
Complementary color
Monochromatic Colors of #C957A2
Black with #C957A2
Text Example
Text Example
White with #C957A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957A2; }
p { color: rgb(201,87,162); }
H1.HeaderClassName
{
color: #C957A2;
}
.AnyTagClassName
{
color: #C957A2;
}
</style>
background-color css
<style>
a { background-color: #C957A2; }
a { background-color: rgb(201,87,162); }
div.DivClassName
{
background-color: #C957A2;
}
.BgClassName
{
background-color: #C957A2;
}
</style>
border-color css
<style>
span { border-color: #C957A2; }
span { border-color: rgb(201,87,162); }
td.TdClassName
{
border-color: #C957A2;
}
.TagClassName
{
border-color: #C957A2;
}
</style>