Shades of Mulberry #C54185
Tints of Mulberry #C54185
RGB
CMYK
RGB Variations
Color information
#C54185 (or 0xC54185) is known color: Mulberry. HEX triplet: C5, 41 and 85. RGB value is (197,65,133). Sum of RGB (Red+Green+Blue) = 197+65+133=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C54185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54185 is #3ABE7A. Grayscale: #707070. Windows color (decimal): -3849851 or 8733125. OLE color: 8733125.
HSL color Cylindrical-coordinate representation of color #C54185: hue angle of 329.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54185 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 133 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.23 |
| HSL | 329.09º | 0.53% | 0.51% | - |
| HSV(B) | 329.09º | 0.67% | 0.77% | - |
| XYZ | 29.15 | 17.34 | 24 | - |
| YUV | 112.22 | 139.73 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 133 | 0 | 0.67 | 0.32 | 0.23 | 329.09 | 0.53 | 0.51 |
| Hex | C5 | 41 | 85 | 0 | 43 | 20 | 17 | 149 | 35 | 33 |
| Octal | 305 | 101 | 205 | 0 | 103 | 40 | 27 | 511 | 65 | 63 |
| Binary | 11000101 | 1000001 | 10000101 | 0 | 1000011 | 100000 | 10111 | 101001001 | 110101 | 110011 |
Color Harmonies of #C54185
Complementary color
Monochromatic Colors of #C54185
Black with #C54185
Text Example
Text Example
White with #C54185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54185; }
p { color: rgb(197,65,133); }
H1.HeaderClassName
{
color: #C54185;
}
.AnyTagClassName
{
color: #C54185;
}
</style>
background-color css
<style>
a { background-color: #C54185; }
a { background-color: rgb(197,65,133); }
div.DivClassName
{
background-color: #C54185;
}
.BgClassName
{
background-color: #C54185;
}
</style>
border-color css
<style>
span { border-color: #C54185; }
span { border-color: rgb(197,65,133); }
td.TdClassName
{
border-color: #C54185;
}
.TagClassName
{
border-color: #C54185;
}
</style>