Shades of Mulberry #C5408C
Tints of Mulberry #C5408C
RGB
CMYK
RGB Variations
Color information
#C5408C (or 0xC5408C) is known color: Mulberry. HEX triplet: C5, 40 and 8C. RGB value is (197,64,140). Sum of RGB (Red+Green+Blue) = 197+64+140=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5408C is #3ABF73. Grayscale: #707070. Windows color (decimal): -3850100 or 9191621. OLE color: 9191621.
HSL color Cylindrical-coordinate representation of color #C5408C: hue angle of 325.71º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5408C is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 140 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.23 |
| HSL | 325.71º | 0.53% | 0.51% | - |
| HSV(B) | 325.71º | 0.68% | 0.77% | - |
| XYZ | 29.59 | 17.43 | 26.62 | - |
| YUV | 112.43 | 143.56 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 140 | 0 | 0.68 | 0.29 | 0.23 | 325.71 | 0.53 | 0.51 |
| Hex | C5 | 40 | 8C | 0 | 44 | 1D | 17 | 146 | 35 | 33 |
| Octal | 305 | 100 | 214 | 0 | 104 | 35 | 27 | 506 | 65 | 63 |
| Binary | 11000101 | 1000000 | 10001100 | 0 | 1000100 | 11101 | 10111 | 101000110 | 110101 | 110011 |
Color Harmonies of #C5408C
Complementary color
Monochromatic Colors of #C5408C
Black with #C5408C
Text Example
Text Example
White with #C5408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5408C; }
p { color: rgb(197,64,140); }
H1.HeaderClassName
{
color: #C5408C;
}
.AnyTagClassName
{
color: #C5408C;
}
</style>
background-color css
<style>
a { background-color: #C5408C; }
a { background-color: rgb(197,64,140); }
div.DivClassName
{
background-color: #C5408C;
}
.BgClassName
{
background-color: #C5408C;
}
</style>
border-color css
<style>
span { border-color: #C5408C; }
span { border-color: rgb(197,64,140); }
td.TdClassName
{
border-color: #C5408C;
}
.TagClassName
{
border-color: #C5408C;
}
</style>