Shades of Mulberry #C9568D
Tints of Mulberry #C9568D
RGB
CMYK
RGB Variations
Color information
#C9568D (or 0xC9568D) is known color: Mulberry. HEX triplet: C9, 56 and 8D. RGB value is (201,86,141). Sum of RGB (Red+Green+Blue) = 201+86+141=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C9568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9568D is #36A972. Grayscale: #7E7E7E. Windows color (decimal): -3582323 or 9262793. OLE color: 9262793.
HSL color Cylindrical-coordinate representation of color #C9568D: hue angle of 331.3º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9568D is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 141 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.21 |
| HSL | 331.3º | 0.52% | 0.56% | - |
| HSV(B) | 331.3º | 0.57% | 0.79% | - |
| XYZ | 32.22 | 21 | 27.55 | - |
| YUV | 126.66 | 136.1 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 141 | 0 | 0.57 | 0.30 | 0.21 | 331.3 | 0.52 | 0.56 |
| Hex | C9 | 56 | 8D | 0 | 39 | 1E | 15 | 14B | 34 | 38 |
| Octal | 311 | 126 | 215 | 0 | 71 | 36 | 25 | 513 | 64 | 70 |
| Binary | 11001001 | 1010110 | 10001101 | 0 | 111001 | 11110 | 10101 | 101001011 | 110100 | 111000 |
Color Harmonies of #C9568D
Complementary color
Monochromatic Colors of #C9568D
Black with #C9568D
Text Example
Text Example
White with #C9568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9568D; }
p { color: rgb(201,86,141); }
H1.HeaderClassName
{
color: #C9568D;
}
.AnyTagClassName
{
color: #C9568D;
}
</style>
background-color css
<style>
a { background-color: #C9568D; }
a { background-color: rgb(201,86,141); }
div.DivClassName
{
background-color: #C9568D;
}
.BgClassName
{
background-color: #C9568D;
}
</style>
border-color css
<style>
span { border-color: #C9568D; }
span { border-color: rgb(201,86,141); }
td.TdClassName
{
border-color: #C9568D;
}
.TagClassName
{
border-color: #C9568D;
}
</style>