Shades of Mulberry #C9558B
Tints of Mulberry #C9558B
RGB
CMYK
RGB Variations
Color information
#C9558B (or 0xC9558B) is known color: Mulberry. HEX triplet: C9, 55 and 8B. RGB value is (201,85,139). Sum of RGB (Red+Green+Blue) = 201+85+139=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9558B is #36AA74. Grayscale: #7D7D7D. Windows color (decimal): -3582581 or 9131465. OLE color: 9131465.
HSL color Cylindrical-coordinate representation of color #C9558B: hue angle of 332.07º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9558B is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 139 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.21 |
| HSL | 332.07º | 0.52% | 0.56% | - |
| HSV(B) | 332.07º | 0.58% | 0.79% | - |
| XYZ | 32 | 20.78 | 26.75 | - |
| YUV | 125.84 | 135.43 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 139 | 0 | 0.58 | 0.31 | 0.21 | 332.07 | 0.52 | 0.56 |
| Hex | C9 | 55 | 8B | 0 | 3A | 1F | 15 | 14C | 34 | 38 |
| Octal | 311 | 125 | 213 | 0 | 72 | 37 | 25 | 514 | 64 | 70 |
| Binary | 11001001 | 1010101 | 10001011 | 0 | 111010 | 11111 | 10101 | 101001100 | 110100 | 111000 |
Color Harmonies of #C9558B
Complementary color
Monochromatic Colors of #C9558B
Black with #C9558B
Text Example
Text Example
White with #C9558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9558B; }
p { color: rgb(201,85,139); }
H1.HeaderClassName
{
color: #C9558B;
}
.AnyTagClassName
{
color: #C9558B;
}
</style>
background-color css
<style>
a { background-color: #C9558B; }
a { background-color: rgb(201,85,139); }
div.DivClassName
{
background-color: #C9558B;
}
.BgClassName
{
background-color: #C9558B;
}
</style>
border-color css
<style>
span { border-color: #C9558B; }
span { border-color: rgb(201,85,139); }
td.TdClassName
{
border-color: #C9558B;
}
.TagClassName
{
border-color: #C9558B;
}
</style>