Shades of Mulberry #C8588B
Tints of Mulberry #C8588B
RGB
CMYK
RGB Variations
Color information
#C8588B (or 0xC8588B) is known color: Mulberry. HEX triplet: C8, 58 and 8B. RGB value is (200,88,139). Sum of RGB (Red+Green+Blue) = 200+88+139=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8588B is #37A774. Grayscale: #7F7F7F. Windows color (decimal): -3647349 or 9132232. OLE color: 9132232.
HSL color Cylindrical-coordinate representation of color #C8588B: hue angle of 332.68º 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 #C8588B is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 139 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.22 |
| HSL | 332.68º | 0.5% | 0.56% | - |
| HSV(B) | 332.68º | 0.56% | 0.78% | - |
| XYZ | 31.97 | 21.12 | 26.82 | - |
| YUV | 127.3 | 134.61 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 139 | 0 | 0.56 | 0.30 | 0.22 | 332.68 | 0.5 | 0.56 |
| Hex | C8 | 58 | 8B | 0 | 38 | 1E | 16 | 14D | 32 | 38 |
| Octal | 310 | 130 | 213 | 0 | 70 | 36 | 26 | 515 | 62 | 70 |
| Binary | 11001000 | 1011000 | 10001011 | 0 | 111000 | 11110 | 10110 | 101001101 | 110010 | 111000 |
Color Harmonies of #C8588B
Complementary color
Monochromatic Colors of #C8588B
Black with #C8588B
Text Example
Text Example
White with #C8588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8588B; }
p { color: rgb(200,88,139); }
H1.HeaderClassName
{
color: #C8588B;
}
.AnyTagClassName
{
color: #C8588B;
}
</style>
background-color css
<style>
a { background-color: #C8588B; }
a { background-color: rgb(200,88,139); }
div.DivClassName
{
background-color: #C8588B;
}
.BgClassName
{
background-color: #C8588B;
}
</style>
border-color css
<style>
span { border-color: #C8588B; }
span { border-color: rgb(200,88,139); }
td.TdClassName
{
border-color: #C8588B;
}
.TagClassName
{
border-color: #C8588B;
}
</style>