Shades of Mulberry #C0568B
Tints of Mulberry #C0568B
RGB
CMYK
RGB Variations
Color information
#C0568B (or 0xC0568B) is known color: Mulberry. HEX triplet: C0, 56 and 8B. RGB value is (192,86,139). Sum of RGB (Red+Green+Blue) = 192+86+139=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0568B is #3FA974. Grayscale: #7B7B7B. Windows color (decimal): -4172149 or 9131712. OLE color: 9131712.
HSL color Cylindrical-coordinate representation of color #C0568B: hue angle of 330º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0568B is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 139 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.25 |
| HSL | 330º | 0.46% | 0.55% | - |
| HSV(B) | 330º | 0.55% | 0.75% | - |
| XYZ | 29.73 | 19.73 | 26.67 | - |
| YUV | 123.74 | 136.62 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 139 | 0 | 0.55 | 0.28 | 0.25 | 330 | 0.46 | 0.55 |
| Hex | C0 | 56 | 8B | 0 | 37 | 1C | 19 | 14A | 2E | 37 |
| Octal | 300 | 126 | 213 | 0 | 67 | 34 | 31 | 512 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10001011 | 0 | 110111 | 11100 | 11001 | 101001010 | 101110 | 110111 |
Color Harmonies of #C0568B
Complementary color
Monochromatic Colors of #C0568B
Black with #C0568B
Text Example
Text Example
White with #C0568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0568B; }
p { color: rgb(192,86,139); }
H1.HeaderClassName
{
color: #C0568B;
}
.AnyTagClassName
{
color: #C0568B;
}
</style>
background-color css
<style>
a { background-color: #C0568B; }
a { background-color: rgb(192,86,139); }
div.DivClassName
{
background-color: #C0568B;
}
.BgClassName
{
background-color: #C0568B;
}
</style>
border-color css
<style>
span { border-color: #C0568B; }
span { border-color: rgb(192,86,139); }
td.TdClassName
{
border-color: #C0568B;
}
.TagClassName
{
border-color: #C0568B;
}
</style>