Shades of Mulberry #C7528E
Tints of Mulberry #C7528E
RGB
CMYK
RGB Variations
Color information
#C7528E (or 0xC7528E) is known color: Mulberry. HEX triplet: C7, 52 and 8E. RGB value is (199,82,142). Sum of RGB (Red+Green+Blue) = 199+82+142=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7528E is #38AD71. Grayscale: #7B7B7B. Windows color (decimal): -3714418 or 9327303. OLE color: 9327303.
HSL color Cylindrical-coordinate representation of color #C7528E: hue angle of 329.23º 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 #C7528E is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 142 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.22 |
| HSL | 329.23º | 0.51% | 0.55% | - |
| HSV(B) | 329.23º | 0.59% | 0.78% | - |
| XYZ | 31.45 | 20.13 | 27.82 | - |
| YUV | 123.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 142 | 0 | 0.59 | 0.29 | 0.22 | 329.23 | 0.51 | 0.55 |
| Hex | C7 | 52 | 8E | 0 | 3B | 1D | 16 | 149 | 33 | 37 |
| Octal | 307 | 122 | 216 | 0 | 73 | 35 | 26 | 511 | 63 | 67 |
| Binary | 11000111 | 1010010 | 10001110 | 0 | 111011 | 11101 | 10110 | 101001001 | 110011 | 110111 |
Color Harmonies of #C7528E
Complementary color
Monochromatic Colors of #C7528E
Black with #C7528E
Text Example
Text Example
White with #C7528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7528E; }
p { color: rgb(199,82,142); }
H1.HeaderClassName
{
color: #C7528E;
}
.AnyTagClassName
{
color: #C7528E;
}
</style>
background-color css
<style>
a { background-color: #C7528E; }
a { background-color: rgb(199,82,142); }
div.DivClassName
{
background-color: #C7528E;
}
.BgClassName
{
background-color: #C7528E;
}
</style>
border-color css
<style>
span { border-color: #C7528E; }
span { border-color: rgb(199,82,142); }
td.TdClassName
{
border-color: #C7528E;
}
.TagClassName
{
border-color: #C7528E;
}
</style>