Shades of Mulberry #C8569B
Tints of Mulberry #C8569B
RGB
CMYK
RGB Variations
Color information
#C8569B (or 0xC8569B) is known color: Mulberry. HEX triplet: C8, 56 and 9B. RGB value is (200,86,155). Sum of RGB (Red+Green+Blue) = 200+86+155=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8569B is #37A964. Grayscale: #7F7F7F. Windows color (decimal): -3647845 or 10180296. OLE color: 10180296.
HSL color Cylindrical-coordinate representation of color #C8569B: hue angle of 323.68º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8569B is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 155 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.22 |
| HSL | 323.68º | 0.51% | 0.56% | - |
| HSV(B) | 323.68º | 0.57% | 0.78% | - |
| XYZ | 33.06 | 21.3 | 33.38 | - |
| YUV | 127.95 | 143.27 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 155 | 0 | 0.57 | 0.22 | 0.22 | 323.68 | 0.51 | 0.56 |
| Hex | C8 | 56 | 9B | 0 | 39 | 16 | 16 | 144 | 33 | 38 |
| Octal | 310 | 126 | 233 | 0 | 71 | 26 | 26 | 504 | 63 | 70 |
| Binary | 11001000 | 1010110 | 10011011 | 0 | 111001 | 10110 | 10110 | 101000100 | 110011 | 111000 |
Color Harmonies of #C8569B
Complementary color
Monochromatic Colors of #C8569B
Black with #C8569B
Text Example
Text Example
White with #C8569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8569B; }
p { color: rgb(200,86,155); }
H1.HeaderClassName
{
color: #C8569B;
}
.AnyTagClassName
{
color: #C8569B;
}
</style>
background-color css
<style>
a { background-color: #C8569B; }
a { background-color: rgb(200,86,155); }
div.DivClassName
{
background-color: #C8569B;
}
.BgClassName
{
background-color: #C8569B;
}
</style>
border-color css
<style>
span { border-color: #C8569B; }
span { border-color: rgb(200,86,155); }
td.TdClassName
{
border-color: #C8569B;
}
.TagClassName
{
border-color: #C8569B;
}
</style>