Shades of Mulberry #C450A0
Tints of Mulberry #C450A0
RGB
CMYK
RGB Variations
Color information
#C450A0 (or 0xC450A0) is known color: Mulberry. HEX triplet: C4, 50 and A0. RGB value is (196,80,160). Sum of RGB (Red+Green+Blue) = 196+80+160=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C450A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C450A0 is #3BAF5F. Grayscale: #7B7B7B. Windows color (decimal): -3911520 or 10506436. OLE color: 10506436.
HSL color Cylindrical-coordinate representation of color #C450A0: hue angle of 318.62º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C450A0 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 160 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.23 |
| HSL | 318.62º | 0.5% | 0.54% | - |
| HSV(B) | 318.62º | 0.59% | 0.77% | - |
| XYZ | 31.98 | 20.01 | 35.43 | - |
| YUV | 123.8 | 148.43 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 160 | 0 | 0.59 | 0.18 | 0.23 | 318.62 | 0.5 | 0.54 |
| Hex | C4 | 50 | A0 | 0 | 3B | 12 | 17 | 13F | 32 | 36 |
| Octal | 304 | 120 | 240 | 0 | 73 | 22 | 27 | 477 | 62 | 66 |
| Binary | 11000100 | 1010000 | 10100000 | 0 | 111011 | 10010 | 10111 | 100111111 | 110010 | 110110 |
Color Harmonies of #C450A0
Complementary color
Monochromatic Colors of #C450A0
Black with #C450A0
Text Example
Text Example
White with #C450A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450A0; }
p { color: rgb(196,80,160); }
H1.HeaderClassName
{
color: #C450A0;
}
.AnyTagClassName
{
color: #C450A0;
}
</style>
background-color css
<style>
a { background-color: #C450A0; }
a { background-color: rgb(196,80,160); }
div.DivClassName
{
background-color: #C450A0;
}
.BgClassName
{
background-color: #C450A0;
}
</style>
border-color css
<style>
span { border-color: #C450A0; }
span { border-color: rgb(196,80,160); }
td.TdClassName
{
border-color: #C450A0;
}
.TagClassName
{
border-color: #C450A0;
}
</style>