Shades of Mulberry #C45088
Tints of Mulberry #C45088
RGB
CMYK
RGB Variations
Color information
#C45088 (or 0xC45088) is known color: Mulberry. HEX triplet: C4, 50 and 88. RGB value is (196,80,136). Sum of RGB (Red+Green+Blue) = 196+80+136=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C45088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45088 is #3BAF77. Grayscale: #787878. Windows color (decimal): -3911544 or 8933572. OLE color: 8933572.
HSL color Cylindrical-coordinate representation of color #C45088: hue angle of 331.03º 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 #C45088 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 136 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.23 |
| HSL | 331.03º | 0.5% | 0.54% | - |
| HSV(B) | 331.03º | 0.59% | 0.77% | - |
| XYZ | 30.08 | 19.25 | 25.42 | - |
| YUV | 121.07 | 136.43 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 136 | 0 | 0.59 | 0.31 | 0.23 | 331.03 | 0.5 | 0.54 |
| Hex | C4 | 50 | 88 | 0 | 3B | 1F | 17 | 14B | 32 | 36 |
| Octal | 304 | 120 | 210 | 0 | 73 | 37 | 27 | 513 | 62 | 66 |
| Binary | 11000100 | 1010000 | 10001000 | 0 | 111011 | 11111 | 10111 | 101001011 | 110010 | 110110 |
Color Harmonies of #C45088
Complementary color
Monochromatic Colors of #C45088
Black with #C45088
Text Example
Text Example
White with #C45088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45088; }
p { color: rgb(196,80,136); }
H1.HeaderClassName
{
color: #C45088;
}
.AnyTagClassName
{
color: #C45088;
}
</style>
background-color css
<style>
a { background-color: #C45088; }
a { background-color: rgb(196,80,136); }
div.DivClassName
{
background-color: #C45088;
}
.BgClassName
{
background-color: #C45088;
}
</style>
border-color css
<style>
span { border-color: #C45088; }
span { border-color: rgb(196,80,136); }
td.TdClassName
{
border-color: #C45088;
}
.TagClassName
{
border-color: #C45088;
}
</style>