Shades of Mulberry #C9569B
Tints of Mulberry #C9569B
RGB
CMYK
RGB Variations
Color information
#C9569B (or 0xC9569B) is known color: Mulberry. HEX triplet: C9, 56 and 9B. RGB value is (201,86,155). Sum of RGB (Red+Green+Blue) = 201+86+155=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C9569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9569B is #36A964. Grayscale: #808080. Windows color (decimal): -3582309 or 10180297. OLE color: 10180297.
HSL color Cylindrical-coordinate representation of color #C9569B: hue angle of 324º 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 #C9569B is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 155 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.21 |
| HSL | 324º | 0.52% | 0.56% | - |
| HSV(B) | 324º | 0.57% | 0.79% | - |
| XYZ | 33.33 | 21.44 | 33.39 | - |
| YUV | 128.25 | 143.1 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 155 | 0 | 0.57 | 0.23 | 0.21 | 324 | 0.52 | 0.56 |
| Hex | C9 | 56 | 9B | 0 | 39 | 17 | 15 | 144 | 34 | 38 |
| Octal | 311 | 126 | 233 | 0 | 71 | 27 | 25 | 504 | 64 | 70 |
| Binary | 11001001 | 1010110 | 10011011 | 0 | 111001 | 10111 | 10101 | 101000100 | 110100 | 111000 |
Color Harmonies of #C9569B
Complementary color
Monochromatic Colors of #C9569B
Black with #C9569B
Text Example
Text Example
White with #C9569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9569B; }
p { color: rgb(201,86,155); }
H1.HeaderClassName
{
color: #C9569B;
}
.AnyTagClassName
{
color: #C9569B;
}
</style>
background-color css
<style>
a { background-color: #C9569B; }
a { background-color: rgb(201,86,155); }
div.DivClassName
{
background-color: #C9569B;
}
.BgClassName
{
background-color: #C9569B;
}
</style>
border-color css
<style>
span { border-color: #C9569B; }
span { border-color: rgb(201,86,155); }
td.TdClassName
{
border-color: #C9569B;
}
.TagClassName
{
border-color: #C9569B;
}
</style>