Shades of Mulberry #C4568F
Tints of Mulberry #C4568F
RGB
CMYK
RGB Variations
Color information
#C4568F (or 0xC4568F) is known color: Mulberry. HEX triplet: C4, 56 and 8F. RGB value is (196,86,143). Sum of RGB (Red+Green+Blue) = 196+86+143=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C4568F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4568F is #3BA970. Grayscale: #7D7D7D. Windows color (decimal): -3910001 or 9393860. OLE color: 9393860.
HSL color Cylindrical-coordinate representation of color #C4568F: hue angle of 328.91º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4568F is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 143 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.23 |
| HSL | 328.91º | 0.48% | 0.55% | - |
| HSV(B) | 328.91º | 0.56% | 0.77% | - |
| XYZ | 31.05 | 20.37 | 28.28 | - |
| YUV | 125.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 143 | 0 | 0.56 | 0.27 | 0.23 | 328.91 | 0.48 | 0.55 |
| Hex | C4 | 56 | 8F | 0 | 38 | 1B | 17 | 149 | 30 | 37 |
| Octal | 304 | 126 | 217 | 0 | 70 | 33 | 27 | 511 | 60 | 67 |
| Binary | 11000100 | 1010110 | 10001111 | 0 | 111000 | 11011 | 10111 | 101001001 | 110000 | 110111 |
Color Harmonies of #C4568F
Complementary color
Monochromatic Colors of #C4568F
Black with #C4568F
Text Example
Text Example
White with #C4568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4568F; }
p { color: rgb(196,86,143); }
H1.HeaderClassName
{
color: #C4568F;
}
.AnyTagClassName
{
color: #C4568F;
}
</style>
background-color css
<style>
a { background-color: #C4568F; }
a { background-color: rgb(196,86,143); }
div.DivClassName
{
background-color: #C4568F;
}
.BgClassName
{
background-color: #C4568F;
}
</style>
border-color css
<style>
span { border-color: #C4568F; }
span { border-color: rgb(196,86,143); }
td.TdClassName
{
border-color: #C4568F;
}
.TagClassName
{
border-color: #C4568F;
}
</style>