Shades of Mulberry #C45490
Tints of Mulberry #C45490
RGB
CMYK
RGB Variations
Color information
#C45490 (or 0xC45490) is known color: Mulberry. HEX triplet: C4, 54 and 90. RGB value is (196,84,144). Sum of RGB (Red+Green+Blue) = 196+84+144=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C45490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45490 is #3BAB6F. Grayscale: #7C7C7C. Windows color (decimal): -3910512 or 9458884. OLE color: 9458884.
HSL color Cylindrical-coordinate representation of color #C45490: hue angle of 327.86º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45490 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 144 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.23 |
| HSL | 327.86º | 0.49% | 0.55% | - |
| HSV(B) | 327.86º | 0.57% | 0.77% | - |
| XYZ | 30.97 | 20.09 | 28.63 | - |
| YUV | 124.33 | 139.11 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 144 | 0 | 0.57 | 0.27 | 0.23 | 327.86 | 0.49 | 0.55 |
| Hex | C4 | 54 | 90 | 0 | 39 | 1B | 17 | 148 | 31 | 37 |
| Octal | 304 | 124 | 220 | 0 | 71 | 33 | 27 | 510 | 61 | 67 |
| Binary | 11000100 | 1010100 | 10010000 | 0 | 111001 | 11011 | 10111 | 101001000 | 110001 | 110111 |
Color Harmonies of #C45490
Complementary color
Monochromatic Colors of #C45490
Black with #C45490
Text Example
Text Example
White with #C45490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45490; }
p { color: rgb(196,84,144); }
H1.HeaderClassName
{
color: #C45490;
}
.AnyTagClassName
{
color: #C45490;
}
</style>
background-color css
<style>
a { background-color: #C45490; }
a { background-color: rgb(196,84,144); }
div.DivClassName
{
background-color: #C45490;
}
.BgClassName
{
background-color: #C45490;
}
</style>
border-color css
<style>
span { border-color: #C45490; }
span { border-color: rgb(196,84,144); }
td.TdClassName
{
border-color: #C45490;
}
.TagClassName
{
border-color: #C45490;
}
</style>