Shades of Mulberry #C5478B
Tints of Mulberry #C5478B
RGB
CMYK
RGB Variations
Color information
#C5478B (or 0xC5478B) is known color: Mulberry. HEX triplet: C5, 47 and 8B. RGB value is (197,71,139). Sum of RGB (Red+Green+Blue) = 197+71+139=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5478B is #3AB874. Grayscale: #747474. Windows color (decimal): -3848309 or 9127877. OLE color: 9127877.
HSL color Cylindrical-coordinate representation of color #C5478B: hue angle of 327.62º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5478B is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 139 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.23 |
| HSL | 327.62º | 0.52% | 0.53% | - |
| HSV(B) | 327.62º | 0.64% | 0.77% | - |
| XYZ | 29.94 | 18.24 | 26.37 | - |
| YUV | 116.43 | 140.74 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 139 | 0 | 0.64 | 0.29 | 0.23 | 327.62 | 0.52 | 0.53 |
| Hex | C5 | 47 | 8B | 0 | 40 | 1D | 17 | 148 | 34 | 35 |
| Octal | 305 | 107 | 213 | 0 | 100 | 35 | 27 | 510 | 64 | 65 |
| Binary | 11000101 | 1000111 | 10001011 | 0 | 1000000 | 11101 | 10111 | 101001000 | 110100 | 110101 |
Color Harmonies of #C5478B
Complementary color
Monochromatic Colors of #C5478B
Black with #C5478B
Text Example
Text Example
White with #C5478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5478B; }
p { color: rgb(197,71,139); }
H1.HeaderClassName
{
color: #C5478B;
}
.AnyTagClassName
{
color: #C5478B;
}
</style>
background-color css
<style>
a { background-color: #C5478B; }
a { background-color: rgb(197,71,139); }
div.DivClassName
{
background-color: #C5478B;
}
.BgClassName
{
background-color: #C5478B;
}
</style>
border-color css
<style>
span { border-color: #C5478B; }
span { border-color: rgb(197,71,139); }
td.TdClassName
{
border-color: #C5478B;
}
.TagClassName
{
border-color: #C5478B;
}
</style>