Shades of Mulberry #C95090
Tints of Mulberry #C95090
RGB
CMYK
RGB Variations
Color information
#C95090 (or 0xC95090) is known color: Mulberry. HEX triplet: C9, 50 and 90. RGB value is (201,80,144). Sum of RGB (Red+Green+Blue) = 201+80+144=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C95090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95090 is #36AF6F. Grayscale: #7B7B7B. Windows color (decimal): -3583856 or 9457865. OLE color: 9457865.
HSL color Cylindrical-coordinate representation of color #C95090: hue angle of 328.26º 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 #C95090 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 144 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.21 |
| HSL | 328.26º | 0.53% | 0.55% | - |
| HSV(B) | 328.26º | 0.6% | 0.79% | - |
| XYZ | 31.99 | 20.17 | 28.59 | - |
| YUV | 123.48 | 139.59 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 144 | 0 | 0.60 | 0.28 | 0.21 | 328.26 | 0.53 | 0.55 |
| Hex | C9 | 50 | 90 | 0 | 3C | 1C | 15 | 148 | 35 | 37 |
| Octal | 311 | 120 | 220 | 0 | 74 | 34 | 25 | 510 | 65 | 67 |
| Binary | 11001001 | 1010000 | 10010000 | 0 | 111100 | 11100 | 10101 | 101001000 | 110101 | 110111 |
Color Harmonies of #C95090
Complementary color
Monochromatic Colors of #C95090
Black with #C95090
Text Example
Text Example
White with #C95090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95090; }
p { color: rgb(201,80,144); }
H1.HeaderClassName
{
color: #C95090;
}
.AnyTagClassName
{
color: #C95090;
}
</style>
background-color css
<style>
a { background-color: #C95090; }
a { background-color: rgb(201,80,144); }
div.DivClassName
{
background-color: #C95090;
}
.BgClassName
{
background-color: #C95090;
}
</style>
border-color css
<style>
span { border-color: #C95090; }
span { border-color: rgb(201,80,144); }
td.TdClassName
{
border-color: #C95090;
}
.TagClassName
{
border-color: #C95090;
}
</style>