Shades of Mulberry #C7529B
Tints of Mulberry #C7529B
RGB
CMYK
RGB Variations
Color information
#C7529B (or 0xC7529B) is known color: Mulberry. HEX triplet: C7, 52 and 9B. RGB value is (199,82,155). Sum of RGB (Red+Green+Blue) = 199+82+155=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C7529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7529B is #38AD64. Grayscale: #7D7D7D. Windows color (decimal): -3714405 or 10179271. OLE color: 10179271.
HSL color Cylindrical-coordinate representation of color #C7529B: hue angle of 322.56º 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 #C7529B is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 155 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.22 |
| HSL | 322.56º | 0.51% | 0.55% | - |
| HSV(B) | 322.56º | 0.59% | 0.78% | - |
| XYZ | 32.49 | 20.54 | 33.26 | - |
| YUV | 125.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 155 | 0 | 0.59 | 0.22 | 0.22 | 322.56 | 0.51 | 0.55 |
| Hex | C7 | 52 | 9B | 0 | 3B | 16 | 16 | 143 | 33 | 37 |
| Octal | 307 | 122 | 233 | 0 | 73 | 26 | 26 | 503 | 63 | 67 |
| Binary | 11000111 | 1010010 | 10011011 | 0 | 111011 | 10110 | 10110 | 101000011 | 110011 | 110111 |
Color Harmonies of #C7529B
Complementary color
Monochromatic Colors of #C7529B
Black with #C7529B
Text Example
Text Example
White with #C7529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7529B; }
p { color: rgb(199,82,155); }
H1.HeaderClassName
{
color: #C7529B;
}
.AnyTagClassName
{
color: #C7529B;
}
</style>
background-color css
<style>
a { background-color: #C7529B; }
a { background-color: rgb(199,82,155); }
div.DivClassName
{
background-color: #C7529B;
}
.BgClassName
{
background-color: #C7529B;
}
</style>
border-color css
<style>
span { border-color: #C7529B; }
span { border-color: rgb(199,82,155); }
td.TdClassName
{
border-color: #C7529B;
}
.TagClassName
{
border-color: #C7529B;
}
</style>