Shades of Mulberry #C7528B
Tints of Mulberry #C7528B
RGB
CMYK
RGB Variations
Color information
#C7528B (or 0xC7528B) is known color: Mulberry. HEX triplet: C7, 52 and 8B. RGB value is (199,82,139). Sum of RGB (Red+Green+Blue) = 199+82+139=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7528B is #38AD74. Grayscale: #7B7B7B. Windows color (decimal): -3714421 or 9130695. OLE color: 9130695.
HSL color Cylindrical-coordinate representation of color #C7528B: hue angle of 330.77º 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 #C7528B is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 139 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.22 |
| HSL | 330.77º | 0.51% | 0.55% | - |
| HSV(B) | 330.77º | 0.59% | 0.78% | - |
| XYZ | 31.23 | 20.04 | 26.65 | - |
| YUV | 123.48 | 136.76 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 139 | 0 | 0.59 | 0.30 | 0.22 | 330.77 | 0.51 | 0.55 |
| Hex | C7 | 52 | 8B | 0 | 3B | 1E | 16 | 14B | 33 | 37 |
| Octal | 307 | 122 | 213 | 0 | 73 | 36 | 26 | 513 | 63 | 67 |
| Binary | 11000111 | 1010010 | 10001011 | 0 | 111011 | 11110 | 10110 | 101001011 | 110011 | 110111 |
Color Harmonies of #C7528B
Complementary color
Monochromatic Colors of #C7528B
Black with #C7528B
Text Example
Text Example
White with #C7528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7528B; }
p { color: rgb(199,82,139); }
H1.HeaderClassName
{
color: #C7528B;
}
.AnyTagClassName
{
color: #C7528B;
}
</style>
background-color css
<style>
a { background-color: #C7528B; }
a { background-color: rgb(199,82,139); }
div.DivClassName
{
background-color: #C7528B;
}
.BgClassName
{
background-color: #C7528B;
}
</style>
border-color css
<style>
span { border-color: #C7528B; }
span { border-color: rgb(199,82,139); }
td.TdClassName
{
border-color: #C7528B;
}
.TagClassName
{
border-color: #C7528B;
}
</style>