Shades of Mulberry #C7518A
Tints of Mulberry #C7518A
RGB
CMYK
RGB Variations
Color information
#C7518A (or 0xC7518A) is known color: Mulberry. HEX triplet: C7, 51 and 8A. RGB value is (199,81,138). Sum of RGB (Red+Green+Blue) = 199+81+138=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C7518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7518A is #38AE75. Grayscale: #7A7A7A. Windows color (decimal): -3714678 or 9064903. OLE color: 9064903.
HSL color Cylindrical-coordinate representation of color #C7518A: hue angle of 331.02º 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 #C7518A is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 138 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.22 |
| HSL | 331.02º | 0.51% | 0.55% | - |
| HSV(B) | 331.02º | 0.59% | 0.78% | - |
| XYZ | 31.08 | 19.86 | 26.24 | - |
| YUV | 122.78 | 136.59 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 138 | 0 | 0.59 | 0.31 | 0.22 | 331.02 | 0.51 | 0.55 |
| Hex | C7 | 51 | 8A | 0 | 3B | 1F | 16 | 14B | 33 | 37 |
| Octal | 307 | 121 | 212 | 0 | 73 | 37 | 26 | 513 | 63 | 67 |
| Binary | 11000111 | 1010001 | 10001010 | 0 | 111011 | 11111 | 10110 | 101001011 | 110011 | 110111 |
Color Harmonies of #C7518A
Complementary color
Monochromatic Colors of #C7518A
Black with #C7518A
Text Example
Text Example
White with #C7518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7518A; }
p { color: rgb(199,81,138); }
H1.HeaderClassName
{
color: #C7518A;
}
.AnyTagClassName
{
color: #C7518A;
}
</style>
background-color css
<style>
a { background-color: #C7518A; }
a { background-color: rgb(199,81,138); }
div.DivClassName
{
background-color: #C7518A;
}
.BgClassName
{
background-color: #C7518A;
}
</style>
border-color css
<style>
span { border-color: #C7518A; }
span { border-color: rgb(199,81,138); }
td.TdClassName
{
border-color: #C7518A;
}
.TagClassName
{
border-color: #C7518A;
}
</style>