Shades of Mulberry #C95290
Tints of Mulberry #C95290
RGB
CMYK
RGB Variations
Color information
#C95290 (or 0xC95290) is known color: Mulberry. HEX triplet: C9, 52 and 90. RGB value is (201,82,144). Sum of RGB (Red+Green+Blue) = 201+82+144=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C95290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95290 is #36AD6F. Grayscale: #7C7C7C. Windows color (decimal): -3583344 or 9458377. OLE color: 9458377.
HSL color Cylindrical-coordinate representation of color #C95290: hue angle of 328.74º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95290 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 144 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.21 |
| HSL | 328.74º | 0.52% | 0.55% | - |
| HSV(B) | 328.74º | 0.59% | 0.79% | - |
| XYZ | 32.14 | 20.47 | 28.64 | - |
| YUV | 124.65 | 138.92 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 144 | 0 | 0.59 | 0.28 | 0.21 | 328.74 | 0.52 | 0.55 |
| Hex | C9 | 52 | 90 | 0 | 3B | 1C | 15 | 149 | 34 | 37 |
| Octal | 311 | 122 | 220 | 0 | 73 | 34 | 25 | 511 | 64 | 67 |
| Binary | 11001001 | 1010010 | 10010000 | 0 | 111011 | 11100 | 10101 | 101001001 | 110100 | 110111 |
Color Harmonies of #C95290
Complementary color
Monochromatic Colors of #C95290
Black with #C95290
Text Example
Text Example
White with #C95290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95290; }
p { color: rgb(201,82,144); }
H1.HeaderClassName
{
color: #C95290;
}
.AnyTagClassName
{
color: #C95290;
}
</style>
background-color css
<style>
a { background-color: #C95290; }
a { background-color: rgb(201,82,144); }
div.DivClassName
{
background-color: #C95290;
}
.BgClassName
{
background-color: #C95290;
}
</style>
border-color css
<style>
span { border-color: #C95290; }
span { border-color: rgb(201,82,144); }
td.TdClassName
{
border-color: #C95290;
}
.TagClassName
{
border-color: #C95290;
}
</style>