Shades of Mulberry #C45898
Tints of Mulberry #C45898
RGB
CMYK
RGB Variations
Color information
#C45898 (or 0xC45898) is known color: Mulberry. HEX triplet: C4, 58 and 98. RGB value is (196,88,152). Sum of RGB (Red+Green+Blue) = 196+88+152=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C45898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45898 is #3BA767. Grayscale: #7F7F7F. Windows color (decimal): -3909480 or 9984196. OLE color: 9984196.
HSL color Cylindrical-coordinate representation of color #C45898: hue angle of 324.44º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45898 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 152 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.23 |
| HSL | 324.44º | 0.48% | 0.56% | - |
| HSV(B) | 324.44º | 0.55% | 0.77% | - |
| XYZ | 31.92 | 20.98 | 32.07 | - |
| YUV | 127.59 | 141.78 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 152 | 0 | 0.55 | 0.22 | 0.23 | 324.44 | 0.48 | 0.56 |
| Hex | C4 | 58 | 98 | 0 | 37 | 16 | 17 | 144 | 30 | 38 |
| Octal | 304 | 130 | 230 | 0 | 67 | 26 | 27 | 504 | 60 | 70 |
| Binary | 11000100 | 1011000 | 10011000 | 0 | 110111 | 10110 | 10111 | 101000100 | 110000 | 111000 |
Color Harmonies of #C45898
Complementary color
Monochromatic Colors of #C45898
Black with #C45898
Text Example
Text Example
White with #C45898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45898; }
p { color: rgb(196,88,152); }
H1.HeaderClassName
{
color: #C45898;
}
.AnyTagClassName
{
color: #C45898;
}
</style>
background-color css
<style>
a { background-color: #C45898; }
a { background-color: rgb(196,88,152); }
div.DivClassName
{
background-color: #C45898;
}
.BgClassName
{
background-color: #C45898;
}
</style>
border-color css
<style>
span { border-color: #C45898; }
span { border-color: rgb(196,88,152); }
td.TdClassName
{
border-color: #C45898;
}
.TagClassName
{
border-color: #C45898;
}
</style>