Shades of Mulberry #C7538F
Tints of Mulberry #C7538F
RGB
CMYK
RGB Variations
Color information
#C7538F (or 0xC7538F) is known color: Mulberry. HEX triplet: C7, 53 and 8F. RGB value is (199,83,143). Sum of RGB (Red+Green+Blue) = 199+83+143=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7538F is #38AC70. Grayscale: #7C7C7C. Windows color (decimal): -3714161 or 9393095. OLE color: 9393095.
HSL color Cylindrical-coordinate representation of color #C7538F: hue angle of 328.97º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7538F is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 143 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.22 |
| HSL | 328.97º | 0.51% | 0.55% | - |
| HSV(B) | 328.97º | 0.58% | 0.78% | - |
| XYZ | 31.6 | 20.31 | 28.24 | - |
| YUV | 124.52 | 138.43 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 143 | 0 | 0.58 | 0.28 | 0.22 | 328.97 | 0.51 | 0.55 |
| Hex | C7 | 53 | 8F | 0 | 3A | 1C | 16 | 149 | 33 | 37 |
| Octal | 307 | 123 | 217 | 0 | 72 | 34 | 26 | 511 | 63 | 67 |
| Binary | 11000111 | 1010011 | 10001111 | 0 | 111010 | 11100 | 10110 | 101001001 | 110011 | 110111 |
Color Harmonies of #C7538F
Complementary color
Monochromatic Colors of #C7538F
Black with #C7538F
Text Example
Text Example
White with #C7538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7538F; }
p { color: rgb(199,83,143); }
H1.HeaderClassName
{
color: #C7538F;
}
.AnyTagClassName
{
color: #C7538F;
}
</style>
background-color css
<style>
a { background-color: #C7538F; }
a { background-color: rgb(199,83,143); }
div.DivClassName
{
background-color: #C7538F;
}
.BgClassName
{
background-color: #C7538F;
}
</style>
border-color css
<style>
span { border-color: #C7538F; }
span { border-color: rgb(199,83,143); }
td.TdClassName
{
border-color: #C7538F;
}
.TagClassName
{
border-color: #C7538F;
}
</style>