Shades of Mulberry #C5429B
Tints of Mulberry #C5429B
RGB
CMYK
RGB Variations
Color information
#C5429B (or 0xC5429B) is known color: Mulberry. HEX triplet: C5, 42 and 9B. RGB value is (197,66,155). Sum of RGB (Red+Green+Blue) = 197+66+155=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C5429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5429B is #3ABD64. Grayscale: #737373. Windows color (decimal): -3849573 or 10175173. OLE color: 10175173.
HSL color Cylindrical-coordinate representation of color #C5429B: hue angle of 319.24º 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 #C5429B is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 155 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.23 |
| HSL | 319.24º | 0.53% | 0.52% | - |
| HSV(B) | 319.24º | 0.66% | 0.77% | - |
| XYZ | 30.89 | 18.13 | 32.88 | - |
| YUV | 115.32 | 150.4 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 155 | 0 | 0.66 | 0.21 | 0.23 | 319.24 | 0.53 | 0.52 |
| Hex | C5 | 42 | 9B | 0 | 42 | 15 | 17 | 13F | 35 | 34 |
| Octal | 305 | 102 | 233 | 0 | 102 | 25 | 27 | 477 | 65 | 64 |
| Binary | 11000101 | 1000010 | 10011011 | 0 | 1000010 | 10101 | 10111 | 100111111 | 110101 | 110100 |
Color Harmonies of #C5429B
Complementary color
Monochromatic Colors of #C5429B
Black with #C5429B
Text Example
Text Example
White with #C5429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5429B; }
p { color: rgb(197,66,155); }
H1.HeaderClassName
{
color: #C5429B;
}
.AnyTagClassName
{
color: #C5429B;
}
</style>
background-color css
<style>
a { background-color: #C5429B; }
a { background-color: rgb(197,66,155); }
div.DivClassName
{
background-color: #C5429B;
}
.BgClassName
{
background-color: #C5429B;
}
</style>
border-color css
<style>
span { border-color: #C5429B; }
span { border-color: rgb(197,66,155); }
td.TdClassName
{
border-color: #C5429B;
}
.TagClassName
{
border-color: #C5429B;
}
</style>