Shades of Mulberry #C9568A
Tints of Mulberry #C9568A
RGB
CMYK
RGB Variations
Color information
#C9568A (or 0xC9568A) is known color: Mulberry. HEX triplet: C9, 56 and 8A. RGB value is (201,86,138). Sum of RGB (Red+Green+Blue) = 201+86+138=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9568A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9568A is #36A975. Grayscale: #7E7E7E. Windows color (decimal): -3582326 or 9066185. OLE color: 9066185.
HSL color Cylindrical-coordinate representation of color #C9568A: hue angle of 332.87º 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 #C9568A is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 138 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.21 |
| HSL | 332.87º | 0.52% | 0.56% | - |
| HSV(B) | 332.87º | 0.57% | 0.79% | - |
| XYZ | 32 | 20.91 | 26.39 | - |
| YUV | 126.31 | 134.6 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 138 | 0 | 0.57 | 0.31 | 0.21 | 332.87 | 0.52 | 0.56 |
| Hex | C9 | 56 | 8A | 0 | 39 | 1F | 15 | 14D | 34 | 38 |
| Octal | 311 | 126 | 212 | 0 | 71 | 37 | 25 | 515 | 64 | 70 |
| Binary | 11001001 | 1010110 | 10001010 | 0 | 111001 | 11111 | 10101 | 101001101 | 110100 | 111000 |
Color Harmonies of #C9568A
Complementary color
Monochromatic Colors of #C9568A
Black with #C9568A
Text Example
Text Example
White with #C9568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9568A; }
p { color: rgb(201,86,138); }
H1.HeaderClassName
{
color: #C9568A;
}
.AnyTagClassName
{
color: #C9568A;
}
</style>
background-color css
<style>
a { background-color: #C9568A; }
a { background-color: rgb(201,86,138); }
div.DivClassName
{
background-color: #C9568A;
}
.BgClassName
{
background-color: #C9568A;
}
</style>
border-color css
<style>
span { border-color: #C9568A; }
span { border-color: rgb(201,86,138); }
td.TdClassName
{
border-color: #C9568A;
}
.TagClassName
{
border-color: #C9568A;
}
</style>