Shades of Mulberry #C05888
Tints of Mulberry #C05888
RGB
CMYK
RGB Variations
Color information
#C05888 (or 0xC05888) is known color: Mulberry. HEX triplet: C0, 58 and 88. RGB value is (192,88,136). Sum of RGB (Red+Green+Blue) = 192+88+136=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C05888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05888 is #3FA777. Grayscale: #7C7C7C. Windows color (decimal): -4171640 or 8935616. OLE color: 8935616.
HSL color Cylindrical-coordinate representation of color #C05888: hue angle of 332.31º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05888 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 136 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.25 |
| HSL | 332.31º | 0.45% | 0.55% | - |
| HSV(B) | 332.31º | 0.54% | 0.75% | - |
| XYZ | 29.67 | 19.96 | 25.58 | - |
| YUV | 124.57 | 134.46 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 136 | 0 | 0.54 | 0.29 | 0.25 | 332.31 | 0.45 | 0.55 |
| Hex | C0 | 58 | 88 | 0 | 36 | 1D | 19 | 14C | 2D | 37 |
| Octal | 300 | 130 | 210 | 0 | 66 | 35 | 31 | 514 | 55 | 67 |
| Binary | 11000000 | 1011000 | 10001000 | 0 | 110110 | 11101 | 11001 | 101001100 | 101101 | 110111 |
Color Harmonies of #C05888
Complementary color
Monochromatic Colors of #C05888
Black with #C05888
Text Example
Text Example
White with #C05888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05888; }
p { color: rgb(192,88,136); }
H1.HeaderClassName
{
color: #C05888;
}
.AnyTagClassName
{
color: #C05888;
}
</style>
background-color css
<style>
a { background-color: #C05888; }
a { background-color: rgb(192,88,136); }
div.DivClassName
{
background-color: #C05888;
}
.BgClassName
{
background-color: #C05888;
}
</style>
border-color css
<style>
span { border-color: #C05888; }
span { border-color: rgb(192,88,136); }
td.TdClassName
{
border-color: #C05888;
}
.TagClassName
{
border-color: #C05888;
}
</style>