Shades of Mulberry #C45C96
Tints of Mulberry #C45C96
RGB
CMYK
RGB Variations
Color information
#C45C96 (or 0xC45C96) is known color: Mulberry. HEX triplet: C4, 5C and 96. RGB value is (196,92,150). Sum of RGB (Red+Green+Blue) = 196+92+150=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45C96 is #3BA369. Grayscale: #818181. Windows color (decimal): -3908458 or 9854148. OLE color: 9854148.
HSL color Cylindrical-coordinate representation of color #C45C96: hue angle of 326.54º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45C96 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 92 | 150 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.23 |
| HSL | 326.54º | 0.47% | 0.56% | - |
| HSV(B) | 326.54º | 0.53% | 0.77% | - |
| XYZ | 32.1 | 21.59 | 31.33 | - |
| YUV | 129.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 150 | 0 | 0.53 | 0.23 | 0.23 | 326.54 | 0.47 | 0.56 |
| Hex | C4 | 5C | 96 | 0 | 35 | 17 | 17 | 147 | 2F | 38 |
| Octal | 304 | 134 | 226 | 0 | 65 | 27 | 27 | 507 | 57 | 70 |
| Binary | 11000100 | 1011100 | 10010110 | 0 | 110101 | 10111 | 10111 | 101000111 | 101111 | 111000 |
Color Harmonies of #C45C96
Complementary color
Monochromatic Colors of #C45C96
Black with #C45C96
Text Example
Text Example
White with #C45C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45C96; }
p { color: rgb(196,92,150); }
H1.HeaderClassName
{
color: #C45C96;
}
.AnyTagClassName
{
color: #C45C96;
}
</style>
background-color css
<style>
a { background-color: #C45C96; }
a { background-color: rgb(196,92,150); }
div.DivClassName
{
background-color: #C45C96;
}
.BgClassName
{
background-color: #C45C96;
}
</style>
border-color css
<style>
span { border-color: #C45C96; }
span { border-color: rgb(196,92,150); }
td.TdClassName
{
border-color: #C45C96;
}
.TagClassName
{
border-color: #C45C96;
}
</style>