Shades of Mulberry #C7538B
Tints of Mulberry #C7538B
RGB
CMYK
RGB Variations
Color information
#C7538B (or 0xC7538B) is known color: Mulberry. HEX triplet: C7, 53 and 8B. RGB value is (199,83,139). Sum of RGB (Red+Green+Blue) = 199+83+139=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7538B is #38AC74. Grayscale: #7B7B7B. Windows color (decimal): -3714165 or 9130951. OLE color: 9130951.
HSL color Cylindrical-coordinate representation of color #C7538B: hue angle of 331.03º 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 #C7538B is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 139 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.22 |
| HSL | 331.03º | 0.51% | 0.55% | - |
| HSV(B) | 331.03º | 0.58% | 0.78% | - |
| XYZ | 31.31 | 20.19 | 26.67 | - |
| YUV | 124.07 | 136.43 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 139 | 0 | 0.58 | 0.30 | 0.22 | 331.03 | 0.51 | 0.55 |
| Hex | C7 | 53 | 8B | 0 | 3A | 1E | 16 | 14B | 33 | 37 |
| Octal | 307 | 123 | 213 | 0 | 72 | 36 | 26 | 513 | 63 | 67 |
| Binary | 11000111 | 1010011 | 10001011 | 0 | 111010 | 11110 | 10110 | 101001011 | 110011 | 110111 |
Color Harmonies of #C7538B
Complementary color
Monochromatic Colors of #C7538B
Black with #C7538B
Text Example
Text Example
White with #C7538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7538B; }
p { color: rgb(199,83,139); }
H1.HeaderClassName
{
color: #C7538B;
}
.AnyTagClassName
{
color: #C7538B;
}
</style>
background-color css
<style>
a { background-color: #C7538B; }
a { background-color: rgb(199,83,139); }
div.DivClassName
{
background-color: #C7538B;
}
.BgClassName
{
background-color: #C7538B;
}
</style>
border-color css
<style>
span { border-color: #C7538B; }
span { border-color: rgb(199,83,139); }
td.TdClassName
{
border-color: #C7538B;
}
.TagClassName
{
border-color: #C7538B;
}
</style>