Shades of Mulberry #C45D97
Tints of Mulberry #C45D97
RGB
CMYK
RGB Variations
Color information
#C45D97 (or 0xC45D97) is known color: Mulberry. HEX triplet: C4, 5D and 97. RGB value is (196,93,151). Sum of RGB (Red+Green+Blue) = 196+93+151=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45D97 is #3BA268. Grayscale: #828282. Windows color (decimal): -3908201 or 9919940. OLE color: 9919940.
HSL color Cylindrical-coordinate representation of color #C45D97: hue angle of 326.21º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45D97 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 151 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.23 |
| HSL | 326.21º | 0.47% | 0.57% | - |
| HSV(B) | 326.21º | 0.53% | 0.77% | - |
| XYZ | 32.27 | 21.8 | 31.79 | - |
| YUV | 130.41 | 139.62 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 151 | 0 | 0.53 | 0.23 | 0.23 | 326.21 | 0.47 | 0.57 |
| Hex | C4 | 5D | 97 | 0 | 35 | 17 | 17 | 146 | 2F | 39 |
| Octal | 304 | 135 | 227 | 0 | 65 | 27 | 27 | 506 | 57 | 71 |
| Binary | 11000100 | 1011101 | 10010111 | 0 | 110101 | 10111 | 10111 | 101000110 | 101111 | 111001 |
Color Harmonies of #C45D97
Complementary color
Monochromatic Colors of #C45D97
Black with #C45D97
Text Example
Text Example
White with #C45D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45D97; }
p { color: rgb(196,93,151); }
H1.HeaderClassName
{
color: #C45D97;
}
.AnyTagClassName
{
color: #C45D97;
}
</style>
background-color css
<style>
a { background-color: #C45D97; }
a { background-color: rgb(196,93,151); }
div.DivClassName
{
background-color: #C45D97;
}
.BgClassName
{
background-color: #C45D97;
}
</style>
border-color css
<style>
span { border-color: #C45D97; }
span { border-color: rgb(196,93,151); }
td.TdClassName
{
border-color: #C45D97;
}
.TagClassName
{
border-color: #C45D97;
}
</style>