Shades of Mulberry #C7529C
Tints of Mulberry #C7529C
RGB
CMYK
RGB Variations
Color information
#C7529C (or 0xC7529C) is known color: Mulberry. HEX triplet: C7, 52 and 9C. RGB value is (199,82,156). Sum of RGB (Red+Green+Blue) = 199+82+156=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7529C is #38AD63. Grayscale: #7D7D7D. Windows color (decimal): -3714404 or 10244807. OLE color: 10244807.
HSL color Cylindrical-coordinate representation of color #C7529C: hue angle of 322.05º 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 #C7529C is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 156 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.22 |
| HSL | 322.05º | 0.51% | 0.55% | - |
| HSV(B) | 322.05º | 0.59% | 0.78% | - |
| XYZ | 32.57 | 20.58 | 33.71 | - |
| YUV | 125.42 | 145.26 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 156 | 0 | 0.59 | 0.22 | 0.22 | 322.05 | 0.51 | 0.55 |
| Hex | C7 | 52 | 9C | 0 | 3B | 16 | 16 | 142 | 33 | 37 |
| Octal | 307 | 122 | 234 | 0 | 73 | 26 | 26 | 502 | 63 | 67 |
| Binary | 11000111 | 1010010 | 10011100 | 0 | 111011 | 10110 | 10110 | 101000010 | 110011 | 110111 |
Color Harmonies of #C7529C
Complementary color
Monochromatic Colors of #C7529C
Black with #C7529C
Text Example
Text Example
White with #C7529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7529C; }
p { color: rgb(199,82,156); }
H1.HeaderClassName
{
color: #C7529C;
}
.AnyTagClassName
{
color: #C7529C;
}
</style>
background-color css
<style>
a { background-color: #C7529C; }
a { background-color: rgb(199,82,156); }
div.DivClassName
{
background-color: #C7529C;
}
.BgClassName
{
background-color: #C7529C;
}
</style>
border-color css
<style>
span { border-color: #C7529C; }
span { border-color: rgb(199,82,156); }
td.TdClassName
{
border-color: #C7529C;
}
.TagClassName
{
border-color: #C7529C;
}
</style>