Shades of Mulberry #C0568F
Tints of Mulberry #C0568F
RGB
CMYK
RGB Variations
Color information
#C0568F (or 0xC0568F) is known color: Mulberry. HEX triplet: C0, 56 and 8F. RGB value is (192,86,143). Sum of RGB (Red+Green+Blue) = 192+86+143=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C0568F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0568F is #3FA970. Grayscale: #7C7C7C. Windows color (decimal): -4172145 or 9393856. OLE color: 9393856.
HSL color Cylindrical-coordinate representation of color #C0568F: hue angle of 327.74º 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 #C0568F is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 143 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.25 |
| HSL | 327.74º | 0.46% | 0.55% | - |
| HSV(B) | 327.74º | 0.55% | 0.75% | - |
| XYZ | 30.02 | 19.85 | 28.23 | - |
| YUV | 124.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 143 | 0 | 0.55 | 0.26 | 0.25 | 327.74 | 0.46 | 0.55 |
| Hex | C0 | 56 | 8F | 0 | 37 | 1A | 19 | 148 | 2E | 37 |
| Octal | 300 | 126 | 217 | 0 | 67 | 32 | 31 | 510 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10001111 | 0 | 110111 | 11010 | 11001 | 101001000 | 101110 | 110111 |
Color Harmonies of #C0568F
Complementary color
Monochromatic Colors of #C0568F
Black with #C0568F
Text Example
Text Example
White with #C0568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0568F; }
p { color: rgb(192,86,143); }
H1.HeaderClassName
{
color: #C0568F;
}
.AnyTagClassName
{
color: #C0568F;
}
</style>
background-color css
<style>
a { background-color: #C0568F; }
a { background-color: rgb(192,86,143); }
div.DivClassName
{
background-color: #C0568F;
}
.BgClassName
{
background-color: #C0568F;
}
</style>
border-color css
<style>
span { border-color: #C0568F; }
span { border-color: rgb(192,86,143); }
td.TdClassName
{
border-color: #C0568F;
}
.TagClassName
{
border-color: #C0568F;
}
</style>