Shades of Mulberry #C7548A
Tints of Mulberry #C7548A
RGB
CMYK
RGB Variations
Color information
#C7548A (or 0xC7548A) is known color: Mulberry. HEX triplet: C7, 54 and 8A. RGB value is (199,84,138). Sum of RGB (Red+Green+Blue) = 199+84+138=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7548A is #38AB75. Grayscale: #7C7C7C. Windows color (decimal): -3713910 or 9065671. OLE color: 9065671.
HSL color Cylindrical-coordinate representation of color #C7548A: hue angle of 331.83º 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 #C7548A is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 84 | 138 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.22 |
| HSL | 331.83º | 0.51% | 0.55% | - |
| HSV(B) | 331.83º | 0.58% | 0.78% | - |
| XYZ | 31.31 | 20.32 | 26.32 | - |
| YUV | 124.54 | 135.6 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 138 | 0 | 0.58 | 0.31 | 0.22 | 331.83 | 0.51 | 0.55 |
| Hex | C7 | 54 | 8A | 0 | 3A | 1F | 16 | 14C | 33 | 37 |
| Octal | 307 | 124 | 212 | 0 | 72 | 37 | 26 | 514 | 63 | 67 |
| Binary | 11000111 | 1010100 | 10001010 | 0 | 111010 | 11111 | 10110 | 101001100 | 110011 | 110111 |
Color Harmonies of #C7548A
Complementary color
Monochromatic Colors of #C7548A
Black with #C7548A
Text Example
Text Example
White with #C7548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7548A; }
p { color: rgb(199,84,138); }
H1.HeaderClassName
{
color: #C7548A;
}
.AnyTagClassName
{
color: #C7548A;
}
</style>
background-color css
<style>
a { background-color: #C7548A; }
a { background-color: rgb(199,84,138); }
div.DivClassName
{
background-color: #C7548A;
}
.BgClassName
{
background-color: #C7548A;
}
</style>
border-color css
<style>
span { border-color: #C7548A; }
span { border-color: rgb(199,84,138); }
td.TdClassName
{
border-color: #C7548A;
}
.TagClassName
{
border-color: #C7548A;
}
</style>