Shades of Mulberry #C5428C
Tints of Mulberry #C5428C
RGB
CMYK
RGB Variations
Color information
#C5428C (or 0xC5428C) is known color: Mulberry. HEX triplet: C5, 42 and 8C. RGB value is (197,66,140). Sum of RGB (Red+Green+Blue) = 197+66+140=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5428C is #3ABD73. Grayscale: #717171. Windows color (decimal): -3849588 or 9192133. OLE color: 9192133.
HSL color Cylindrical-coordinate representation of color #C5428C: hue angle of 326.11º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5428C is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 140 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.23 |
| HSL | 326.11º | 0.53% | 0.52% | - |
| HSV(B) | 326.11º | 0.66% | 0.77% | - |
| XYZ | 29.71 | 17.66 | 26.65 | - |
| YUV | 113.61 | 142.9 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 140 | 0 | 0.66 | 0.29 | 0.23 | 326.11 | 0.53 | 0.52 |
| Hex | C5 | 42 | 8C | 0 | 42 | 1D | 17 | 146 | 35 | 34 |
| Octal | 305 | 102 | 214 | 0 | 102 | 35 | 27 | 506 | 65 | 64 |
| Binary | 11000101 | 1000010 | 10001100 | 0 | 1000010 | 11101 | 10111 | 101000110 | 110101 | 110100 |
Color Harmonies of #C5428C
Complementary color
Monochromatic Colors of #C5428C
Black with #C5428C
Text Example
Text Example
White with #C5428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5428C; }
p { color: rgb(197,66,140); }
H1.HeaderClassName
{
color: #C5428C;
}
.AnyTagClassName
{
color: #C5428C;
}
</style>
background-color css
<style>
a { background-color: #C5428C; }
a { background-color: rgb(197,66,140); }
div.DivClassName
{
background-color: #C5428C;
}
.BgClassName
{
background-color: #C5428C;
}
</style>
border-color css
<style>
span { border-color: #C5428C; }
span { border-color: rgb(197,66,140); }
td.TdClassName
{
border-color: #C5428C;
}
.TagClassName
{
border-color: #C5428C;
}
</style>