Shades of Mulberry #C95A83
Tints of Mulberry #C95A83
RGB
CMYK
RGB Variations
Color information
#C95A83 (or 0xC95A83) is known color: Mulberry. HEX triplet: C9, 5A and 83. RGB value is (201,90,131). Sum of RGB (Red+Green+Blue) = 201+90+131=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95A83 is #36A57C. Grayscale: #7F7F7F. Windows color (decimal): -3581309 or 8608457. OLE color: 8608457.
HSL color Cylindrical-coordinate representation of color #C95A83: hue angle of 337.84º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95A83 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 131 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.21 |
| HSL | 337.84º | 0.51% | 0.57% | - |
| HSV(B) | 337.84º | 0.55% | 0.79% | - |
| XYZ | 31.84 | 21.37 | 23.92 | - |
| YUV | 127.86 | 129.77 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 131 | 0 | 0.55 | 0.35 | 0.21 | 337.84 | 0.51 | 0.57 |
| Hex | C9 | 5A | 83 | 0 | 37 | 23 | 15 | 152 | 33 | 39 |
| Octal | 311 | 132 | 203 | 0 | 67 | 43 | 25 | 522 | 63 | 71 |
| Binary | 11001001 | 1011010 | 10000011 | 0 | 110111 | 100011 | 10101 | 101010010 | 110011 | 111001 |
Color Harmonies of #C95A83
Complementary color
Monochromatic Colors of #C95A83
Black with #C95A83
Text Example
Text Example
White with #C95A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A83; }
p { color: rgb(201,90,131); }
H1.HeaderClassName
{
color: #C95A83;
}
.AnyTagClassName
{
color: #C95A83;
}
</style>
background-color css
<style>
a { background-color: #C95A83; }
a { background-color: rgb(201,90,131); }
div.DivClassName
{
background-color: #C95A83;
}
.BgClassName
{
background-color: #C95A83;
}
</style>
border-color css
<style>
span { border-color: #C95A83; }
span { border-color: rgb(201,90,131); }
td.TdClassName
{
border-color: #C95A83;
}
.TagClassName
{
border-color: #C95A83;
}
</style>