Shades of Mulberry #C45A88
Tints of Mulberry #C45A88
RGB
CMYK
RGB Variations
Color information
#C45A88 (or 0xC45A88) is known color: Mulberry. HEX triplet: C4, 5A and 88. RGB value is (196,90,136). Sum of RGB (Red+Green+Blue) = 196+90+136=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45A88 is #3BA577. Grayscale: #7E7E7E. Windows color (decimal): -3908984 or 8936132. OLE color: 8936132.
HSL color Cylindrical-coordinate representation of color #C45A88: hue angle of 333.96º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45A88 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 136 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.23 |
| HSL | 333.96º | 0.47% | 0.56% | - |
| HSV(B) | 333.96º | 0.54% | 0.77% | - |
| XYZ | 30.87 | 20.83 | 25.69 | - |
| YUV | 126.94 | 133.12 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 136 | 0 | 0.54 | 0.31 | 0.23 | 333.96 | 0.47 | 0.56 |
| Hex | C4 | 5A | 88 | 0 | 36 | 1F | 17 | 14E | 2F | 38 |
| Octal | 304 | 132 | 210 | 0 | 66 | 37 | 27 | 516 | 57 | 70 |
| Binary | 11000100 | 1011010 | 10001000 | 0 | 110110 | 11111 | 10111 | 101001110 | 101111 | 111000 |
Color Harmonies of #C45A88
Complementary color
Monochromatic Colors of #C45A88
Black with #C45A88
Text Example
Text Example
White with #C45A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A88; }
p { color: rgb(196,90,136); }
H1.HeaderClassName
{
color: #C45A88;
}
.AnyTagClassName
{
color: #C45A88;
}
</style>
background-color css
<style>
a { background-color: #C45A88; }
a { background-color: rgb(196,90,136); }
div.DivClassName
{
background-color: #C45A88;
}
.BgClassName
{
background-color: #C45A88;
}
</style>
border-color css
<style>
span { border-color: #C45A88; }
span { border-color: rgb(196,90,136); }
td.TdClassName
{
border-color: #C45A88;
}
.TagClassName
{
border-color: #C45A88;
}
</style>