Shades of Mulberry #C8589A
Tints of Mulberry #C8589A
RGB
CMYK
RGB Variations
Color information
#C8589A (or 0xC8589A) is known color: Mulberry. HEX triplet: C8, 58 and 9A. RGB value is (200,88,154). Sum of RGB (Red+Green+Blue) = 200+88+154=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8589A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8589A is #37A765. Grayscale: #808080. Windows color (decimal): -3647334 or 10115272. OLE color: 10115272.
HSL color Cylindrical-coordinate representation of color #C8589A: hue angle of 324.64º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8589A is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 154 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.22 |
| HSL | 324.64º | 0.5% | 0.56% | - |
| HSV(B) | 324.64º | 0.56% | 0.78% | - |
| XYZ | 33.14 | 21.59 | 32.99 | - |
| YUV | 129.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 154 | 0 | 0.56 | 0.23 | 0.22 | 324.64 | 0.5 | 0.56 |
| Hex | C8 | 58 | 9A | 0 | 38 | 17 | 16 | 145 | 32 | 38 |
| Octal | 310 | 130 | 232 | 0 | 70 | 27 | 26 | 505 | 62 | 70 |
| Binary | 11001000 | 1011000 | 10011010 | 0 | 111000 | 10111 | 10110 | 101000101 | 110010 | 111000 |
Color Harmonies of #C8589A
Complementary color
Monochromatic Colors of #C8589A
Black with #C8589A
Text Example
Text Example
White with #C8589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8589A; }
p { color: rgb(200,88,154); }
H1.HeaderClassName
{
color: #C8589A;
}
.AnyTagClassName
{
color: #C8589A;
}
</style>
background-color css
<style>
a { background-color: #C8589A; }
a { background-color: rgb(200,88,154); }
div.DivClassName
{
background-color: #C8589A;
}
.BgClassName
{
background-color: #C8589A;
}
</style>
border-color css
<style>
span { border-color: #C8589A; }
span { border-color: rgb(200,88,154); }
td.TdClassName
{
border-color: #C8589A;
}
.TagClassName
{
border-color: #C8589A;
}
</style>