Shades of Mulberry #C7529A
Tints of Mulberry #C7529A
RGB
CMYK
RGB Variations
Color information
#C7529A (or 0xC7529A) is known color: Mulberry. HEX triplet: C7, 52 and 9A. RGB value is (199,82,154). Sum of RGB (Red+Green+Blue) = 199+82+154=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C7529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7529A is #38AD65. Grayscale: #7D7D7D. Windows color (decimal): -3714406 or 10113735. OLE color: 10113735.
HSL color Cylindrical-coordinate representation of color #C7529A: hue angle of 323.08º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C7529A is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 154 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.22 |
| HSL | 323.08º | 0.51% | 0.55% | - |
| HSV(B) | 323.08º | 0.59% | 0.78% | - |
| XYZ | 32.4 | 20.51 | 32.82 | - |
| YUV | 125.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 154 | 0 | 0.59 | 0.23 | 0.22 | 323.08 | 0.51 | 0.55 |
| Hex | C7 | 52 | 9A | 0 | 3B | 17 | 16 | 143 | 33 | 37 |
| Octal | 307 | 122 | 232 | 0 | 73 | 27 | 26 | 503 | 63 | 67 |
| Binary | 11000111 | 1010010 | 10011010 | 0 | 111011 | 10111 | 10110 | 101000011 | 110011 | 110111 |
Color Harmonies of #C7529A
Complementary color
Monochromatic Colors of #C7529A
Black with #C7529A
Text Example
Text Example
White with #C7529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7529A; }
p { color: rgb(199,82,154); }
H1.HeaderClassName
{
color: #C7529A;
}
.AnyTagClassName
{
color: #C7529A;
}
</style>
background-color css
<style>
a { background-color: #C7529A; }
a { background-color: rgb(199,82,154); }
div.DivClassName
{
background-color: #C7529A;
}
.BgClassName
{
background-color: #C7529A;
}
</style>
border-color css
<style>
span { border-color: #C7529A; }
span { border-color: rgb(199,82,154); }
td.TdClassName
{
border-color: #C7529A;
}
.TagClassName
{
border-color: #C7529A;
}
</style>