Shades of Mulberry #C5429A
Tints of Mulberry #C5429A
RGB
CMYK
RGB Variations
Color information
#C5429A (or 0xC5429A) is known color: Mulberry. HEX triplet: C5, 42 and 9A. RGB value is (197,66,154). Sum of RGB (Red+Green+Blue) = 197+66+154=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C5429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5429A is #3ABD65. Grayscale: #727272. Windows color (decimal): -3849574 or 10109637. OLE color: 10109637.
HSL color Cylindrical-coordinate representation of color #C5429A: hue angle of 319.69º 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 #C5429A is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 154 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.23 |
| HSL | 319.69º | 0.53% | 0.52% | - |
| HSV(B) | 319.69º | 0.66% | 0.77% | - |
| XYZ | 30.81 | 18.1 | 32.44 | - |
| YUV | 115.2 | 149.9 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 154 | 0 | 0.66 | 0.22 | 0.23 | 319.69 | 0.53 | 0.52 |
| Hex | C5 | 42 | 9A | 0 | 42 | 16 | 17 | 140 | 35 | 34 |
| Octal | 305 | 102 | 232 | 0 | 102 | 26 | 27 | 500 | 65 | 64 |
| Binary | 11000101 | 1000010 | 10011010 | 0 | 1000010 | 10110 | 10111 | 101000000 | 110101 | 110100 |
Color Harmonies of #C5429A
Complementary color
Monochromatic Colors of #C5429A
Black with #C5429A
Text Example
Text Example
White with #C5429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5429A; }
p { color: rgb(197,66,154); }
H1.HeaderClassName
{
color: #C5429A;
}
.AnyTagClassName
{
color: #C5429A;
}
</style>
background-color css
<style>
a { background-color: #C5429A; }
a { background-color: rgb(197,66,154); }
div.DivClassName
{
background-color: #C5429A;
}
.BgClassName
{
background-color: #C5429A;
}
</style>
border-color css
<style>
span { border-color: #C5429A; }
span { border-color: rgb(197,66,154); }
td.TdClassName
{
border-color: #C5429A;
}
.TagClassName
{
border-color: #C5429A;
}
</style>