Shades of Mulberry #C9558C
Tints of Mulberry #C9558C
RGB
CMYK
RGB Variations
Color information
#C9558C (or 0xC9558C) is known color: Mulberry. HEX triplet: C9, 55 and 8C. RGB value is (201,85,140). Sum of RGB (Red+Green+Blue) = 201+85+140=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9558C is #36AA73. Grayscale: #7D7D7D. Windows color (decimal): -3582580 or 9197001. OLE color: 9197001.
HSL color Cylindrical-coordinate representation of color #C9558C: hue angle of 331.55º 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 #C9558C is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 140 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.21 |
| HSL | 331.55º | 0.52% | 0.56% | - |
| HSV(B) | 331.55º | 0.58% | 0.79% | - |
| XYZ | 32.07 | 20.81 | 27.14 | - |
| YUV | 125.95 | 135.93 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 140 | 0 | 0.58 | 0.30 | 0.21 | 331.55 | 0.52 | 0.56 |
| Hex | C9 | 55 | 8C | 0 | 3A | 1E | 15 | 14C | 34 | 38 |
| Octal | 311 | 125 | 214 | 0 | 72 | 36 | 25 | 514 | 64 | 70 |
| Binary | 11001001 | 1010101 | 10001100 | 0 | 111010 | 11110 | 10101 | 101001100 | 110100 | 111000 |
Color Harmonies of #C9558C
Complementary color
Monochromatic Colors of #C9558C
Black with #C9558C
Text Example
Text Example
White with #C9558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9558C; }
p { color: rgb(201,85,140); }
H1.HeaderClassName
{
color: #C9558C;
}
.AnyTagClassName
{
color: #C9558C;
}
</style>
background-color css
<style>
a { background-color: #C9558C; }
a { background-color: rgb(201,85,140); }
div.DivClassName
{
background-color: #C9558C;
}
.BgClassName
{
background-color: #C9558C;
}
</style>
border-color css
<style>
span { border-color: #C9558C; }
span { border-color: rgb(201,85,140); }
td.TdClassName
{
border-color: #C9558C;
}
.TagClassName
{
border-color: #C9558C;
}
</style>