Shades of Mulberry #C45C9B
Tints of Mulberry #C45C9B
RGB
CMYK
RGB Variations
Color information
#C45C9B (or 0xC45C9B) is known color: Mulberry. HEX triplet: C4, 5C and 9B. RGB value is (196,92,155). Sum of RGB (Red+Green+Blue) = 196+92+155=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45C9B is #3BA364. Grayscale: #828282. Windows color (decimal): -3908453 or 10181828. OLE color: 10181828.
HSL color Cylindrical-coordinate representation of color #C45C9B: hue angle of 323.65º 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 #C45C9B is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 92 | 155 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.23 |
| HSL | 323.65º | 0.47% | 0.56% | - |
| HSV(B) | 323.65º | 0.53% | 0.77% | - |
| XYZ | 32.51 | 21.76 | 33.5 | - |
| YUV | 130.28 | 141.96 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 155 | 0 | 0.53 | 0.21 | 0.23 | 323.65 | 0.47 | 0.56 |
| Hex | C4 | 5C | 9B | 0 | 35 | 15 | 17 | 144 | 2F | 38 |
| Octal | 304 | 134 | 233 | 0 | 65 | 25 | 27 | 504 | 57 | 70 |
| Binary | 11000100 | 1011100 | 10011011 | 0 | 110101 | 10101 | 10111 | 101000100 | 101111 | 111000 |
Color Harmonies of #C45C9B
Complementary color
Monochromatic Colors of #C45C9B
Black with #C45C9B
Text Example
Text Example
White with #C45C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45C9B; }
p { color: rgb(196,92,155); }
H1.HeaderClassName
{
color: #C45C9B;
}
.AnyTagClassName
{
color: #C45C9B;
}
</style>
background-color css
<style>
a { background-color: #C45C9B; }
a { background-color: rgb(196,92,155); }
div.DivClassName
{
background-color: #C45C9B;
}
.BgClassName
{
background-color: #C45C9B;
}
</style>
border-color css
<style>
span { border-color: #C45C9B; }
span { border-color: rgb(196,92,155); }
td.TdClassName
{
border-color: #C45C9B;
}
.TagClassName
{
border-color: #C45C9B;
}
</style>