Shades of Mulberry #C8568B
Tints of Mulberry #C8568B
RGB
CMYK
RGB Variations
Color information
#C8568B (or 0xC8568B) is known color: Mulberry. HEX triplet: C8, 56 and 8B. RGB value is (200,86,139). Sum of RGB (Red+Green+Blue) = 200+86+139=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8568B is #37A974. Grayscale: #7E7E7E. Windows color (decimal): -3647861 or 9131720. OLE color: 9131720.
HSL color Cylindrical-coordinate representation of color #C8568B: hue angle of 332.11º 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 #C8568B is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 139 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.22 |
| HSL | 332.11º | 0.51% | 0.56% | - |
| HSV(B) | 332.11º | 0.57% | 0.78% | - |
| XYZ | 31.81 | 20.8 | 26.76 | - |
| YUV | 126.13 | 135.27 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 139 | 0 | 0.57 | 0.30 | 0.22 | 332.11 | 0.51 | 0.56 |
| Hex | C8 | 56 | 8B | 0 | 39 | 1E | 16 | 14C | 33 | 38 |
| Octal | 310 | 126 | 213 | 0 | 71 | 36 | 26 | 514 | 63 | 70 |
| Binary | 11001000 | 1010110 | 10001011 | 0 | 111001 | 11110 | 10110 | 101001100 | 110011 | 111000 |
Color Harmonies of #C8568B
Complementary color
Monochromatic Colors of #C8568B
Black with #C8568B
Text Example
Text Example
White with #C8568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8568B; }
p { color: rgb(200,86,139); }
H1.HeaderClassName
{
color: #C8568B;
}
.AnyTagClassName
{
color: #C8568B;
}
</style>
background-color css
<style>
a { background-color: #C8568B; }
a { background-color: rgb(200,86,139); }
div.DivClassName
{
background-color: #C8568B;
}
.BgClassName
{
background-color: #C8568B;
}
</style>
border-color css
<style>
span { border-color: #C8568B; }
span { border-color: rgb(200,86,139); }
td.TdClassName
{
border-color: #C8568B;
}
.TagClassName
{
border-color: #C8568B;
}
</style>