Shades of Mulberry #C4568C
Tints of Mulberry #C4568C
RGB
CMYK
RGB Variations
Color information
#C4568C (or 0xC4568C) is known color: Mulberry. HEX triplet: C4, 56 and 8C. RGB value is (196,86,140). Sum of RGB (Red+Green+Blue) = 196+86+140=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C4568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4568C is #3BA973. Grayscale: #7C7C7C. Windows color (decimal): -3910004 or 9197252. OLE color: 9197252.
HSL color Cylindrical-coordinate representation of color #C4568C: hue angle of 330.55º 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 #C4568C is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 140 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.23 |
| HSL | 330.55º | 0.48% | 0.55% | - |
| HSV(B) | 330.55º | 0.56% | 0.77% | - |
| XYZ | 30.83 | 20.28 | 27.1 | - |
| YUV | 125.05 | 136.44 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 140 | 0 | 0.56 | 0.29 | 0.23 | 330.55 | 0.48 | 0.55 |
| Hex | C4 | 56 | 8C | 0 | 38 | 1D | 17 | 14B | 30 | 37 |
| Octal | 304 | 126 | 214 | 0 | 70 | 35 | 27 | 513 | 60 | 67 |
| Binary | 11000100 | 1010110 | 10001100 | 0 | 111000 | 11101 | 10111 | 101001011 | 110000 | 110111 |
Color Harmonies of #C4568C
Complementary color
Monochromatic Colors of #C4568C
Black with #C4568C
Text Example
Text Example
White with #C4568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4568C; }
p { color: rgb(196,86,140); }
H1.HeaderClassName
{
color: #C4568C;
}
.AnyTagClassName
{
color: #C4568C;
}
</style>
background-color css
<style>
a { background-color: #C4568C; }
a { background-color: rgb(196,86,140); }
div.DivClassName
{
background-color: #C4568C;
}
.BgClassName
{
background-color: #C4568C;
}
</style>
border-color css
<style>
span { border-color: #C4568C; }
span { border-color: rgb(196,86,140); }
td.TdClassName
{
border-color: #C4568C;
}
.TagClassName
{
border-color: #C4568C;
}
</style>