Shades of Mulberry #C9569E
Tints of Mulberry #C9569E
RGB
CMYK
RGB Variations
Color information
#C9569E (or 0xC9569E) is known color: Mulberry. HEX triplet: C9, 56 and 9E. RGB value is (201,86,158). Sum of RGB (Red+Green+Blue) = 201+86+158=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9569E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9569E is #36A961. Grayscale: #808080. Windows color (decimal): -3582306 or 10376905. OLE color: 10376905.
HSL color Cylindrical-coordinate representation of color #C9569E: hue angle of 322.43º 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 #C9569E is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 158 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.21 |
| HSL | 322.43º | 0.52% | 0.56% | - |
| HSV(B) | 322.43º | 0.57% | 0.79% | - |
| XYZ | 33.59 | 21.54 | 34.74 | - |
| YUV | 128.59 | 144.6 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 158 | 0 | 0.57 | 0.21 | 0.21 | 322.43 | 0.52 | 0.56 |
| Hex | C9 | 56 | 9E | 0 | 39 | 15 | 15 | 142 | 34 | 38 |
| Octal | 311 | 126 | 236 | 0 | 71 | 25 | 25 | 502 | 64 | 70 |
| Binary | 11001001 | 1010110 | 10011110 | 0 | 111001 | 10101 | 10101 | 101000010 | 110100 | 111000 |
Color Harmonies of #C9569E
Complementary color
Monochromatic Colors of #C9569E
Black with #C9569E
Text Example
Text Example
White with #C9569E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9569E; }
p { color: rgb(201,86,158); }
H1.HeaderClassName
{
color: #C9569E;
}
.AnyTagClassName
{
color: #C9569E;
}
</style>
background-color css
<style>
a { background-color: #C9569E; }
a { background-color: rgb(201,86,158); }
div.DivClassName
{
background-color: #C9569E;
}
.BgClassName
{
background-color: #C9569E;
}
</style>
border-color css
<style>
span { border-color: #C9569E; }
span { border-color: rgb(201,86,158); }
td.TdClassName
{
border-color: #C9569E;
}
.TagClassName
{
border-color: #C9569E;
}
</style>