Shades of Mulberry #C25A90
Tints of Mulberry #C25A90
RGB
CMYK
RGB Variations
Color information
#C25A90 (or 0xC25A90) is known color: Mulberry. HEX triplet: C2, 5A and 90. RGB value is (194,90,144). Sum of RGB (Red+Green+Blue) = 194+90+144=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25A90 is #3DA56F. Grayscale: #7F7F7F. Windows color (decimal): -4040048 or 9460418. OLE color: 9460418.
HSL color Cylindrical-coordinate representation of color #C25A90: hue angle of 328.85º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25A90 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 144 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.24 |
| HSL | 328.85º | 0.46% | 0.56% | - |
| HSV(B) | 328.85º | 0.54% | 0.76% | - |
| XYZ | 30.94 | 20.8 | 28.77 | - |
| YUV | 127.25 | 137.46 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 144 | 0 | 0.54 | 0.26 | 0.24 | 328.85 | 0.46 | 0.56 |
| Hex | C2 | 5A | 90 | 0 | 36 | 1A | 18 | 149 | 2E | 38 |
| Octal | 302 | 132 | 220 | 0 | 66 | 32 | 30 | 511 | 56 | 70 |
| Binary | 11000010 | 1011010 | 10010000 | 0 | 110110 | 11010 | 11000 | 101001001 | 101110 | 111000 |
Color Harmonies of #C25A90
Complementary color
Monochromatic Colors of #C25A90
Black with #C25A90
Text Example
Text Example
White with #C25A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A90; }
p { color: rgb(194,90,144); }
H1.HeaderClassName
{
color: #C25A90;
}
.AnyTagClassName
{
color: #C25A90;
}
</style>
background-color css
<style>
a { background-color: #C25A90; }
a { background-color: rgb(194,90,144); }
div.DivClassName
{
background-color: #C25A90;
}
.BgClassName
{
background-color: #C25A90;
}
</style>
border-color css
<style>
span { border-color: #C25A90; }
span { border-color: rgb(194,90,144); }
td.TdClassName
{
border-color: #C25A90;
}
.TagClassName
{
border-color: #C25A90;
}
</style>