Shades of Mulberry #C95185
Tints of Mulberry #C95185
RGB
CMYK
RGB Variations
Color information
#C95185 (or 0xC95185) is known color: Mulberry. HEX triplet: C9, 51 and 85. RGB value is (201,81,133). Sum of RGB (Red+Green+Blue) = 201+81+133=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C95185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95185 is #36AE7A. Grayscale: #7A7A7A. Windows color (decimal): -3583611 or 8737225. OLE color: 8737225.
HSL color Cylindrical-coordinate representation of color #C95185: hue angle of 334º 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 #C95185 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 133 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.21 |
| HSL | 334º | 0.53% | 0.55% | - |
| HSV(B) | 334º | 0.6% | 0.79% | - |
| XYZ | 31.26 | 20 | 24.4 | - |
| YUV | 122.81 | 133.76 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 133 | 0 | 0.60 | 0.34 | 0.21 | 334 | 0.53 | 0.55 |
| Hex | C9 | 51 | 85 | 0 | 3C | 22 | 15 | 14E | 35 | 37 |
| Octal | 311 | 121 | 205 | 0 | 74 | 42 | 25 | 516 | 65 | 67 |
| Binary | 11001001 | 1010001 | 10000101 | 0 | 111100 | 100010 | 10101 | 101001110 | 110101 | 110111 |
Color Harmonies of #C95185
Complementary color
Monochromatic Colors of #C95185
Black with #C95185
Text Example
Text Example
White with #C95185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95185; }
p { color: rgb(201,81,133); }
H1.HeaderClassName
{
color: #C95185;
}
.AnyTagClassName
{
color: #C95185;
}
</style>
background-color css
<style>
a { background-color: #C95185; }
a { background-color: rgb(201,81,133); }
div.DivClassName
{
background-color: #C95185;
}
.BgClassName
{
background-color: #C95185;
}
</style>
border-color css
<style>
span { border-color: #C95185; }
span { border-color: rgb(201,81,133); }
td.TdClassName
{
border-color: #C95185;
}
.TagClassName
{
border-color: #C95185;
}
</style>