Shades of Mulberry #C9518B
Tints of Mulberry #C9518B
RGB
CMYK
RGB Variations
Color information
#C9518B (or 0xC9518B) is known color: Mulberry. HEX triplet: C9, 51 and 8B. RGB value is (201,81,139). Sum of RGB (Red+Green+Blue) = 201+81+139=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C9518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9518B is #36AE74. Grayscale: #7B7B7B. Windows color (decimal): -3583605 or 9130441. OLE color: 9130441.
HSL color Cylindrical-coordinate representation of color #C9518B: hue angle of 331º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9518B is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 139 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.21 |
| HSL | 331º | 0.53% | 0.55% | - |
| HSV(B) | 331º | 0.6% | 0.79% | - |
| XYZ | 31.69 | 20.17 | 26.65 | - |
| YUV | 123.49 | 136.76 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 139 | 0 | 0.60 | 0.31 | 0.21 | 331 | 0.53 | 0.55 |
| Hex | C9 | 51 | 8B | 0 | 3C | 1F | 15 | 14B | 35 | 37 |
| Octal | 311 | 121 | 213 | 0 | 74 | 37 | 25 | 513 | 65 | 67 |
| Binary | 11001001 | 1010001 | 10001011 | 0 | 111100 | 11111 | 10101 | 101001011 | 110101 | 110111 |
Color Harmonies of #C9518B
Complementary color
Monochromatic Colors of #C9518B
Black with #C9518B
Text Example
Text Example
White with #C9518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9518B; }
p { color: rgb(201,81,139); }
H1.HeaderClassName
{
color: #C9518B;
}
.AnyTagClassName
{
color: #C9518B;
}
</style>
background-color css
<style>
a { background-color: #C9518B; }
a { background-color: rgb(201,81,139); }
div.DivClassName
{
background-color: #C9518B;
}
.BgClassName
{
background-color: #C9518B;
}
</style>
border-color css
<style>
span { border-color: #C9518B; }
span { border-color: rgb(201,81,139); }
td.TdClassName
{
border-color: #C9518B;
}
.TagClassName
{
border-color: #C9518B;
}
</style>