Shades of Mulberry #C05685
Tints of Mulberry #C05685
RGB
CMYK
RGB Variations
Color information
#C05685 (or 0xC05685) is known color: Mulberry. HEX triplet: C0, 56 and 85. RGB value is (192,86,133). Sum of RGB (Red+Green+Blue) = 192+86+133=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C05685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05685 is #3FA97A. Grayscale: #7A7A7A. Windows color (decimal): -4172155 or 8738496. OLE color: 8738496.
HSL color Cylindrical-coordinate representation of color #C05685: hue angle of 333.4º 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 #C05685 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 133 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.25 |
| HSL | 333.4º | 0.46% | 0.55% | - |
| HSV(B) | 333.4º | 0.55% | 0.75% | - |
| XYZ | 29.3 | 19.56 | 24.42 | - |
| YUV | 123.05 | 133.62 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 133 | 0 | 0.55 | 0.31 | 0.25 | 333.4 | 0.46 | 0.55 |
| Hex | C0 | 56 | 85 | 0 | 37 | 1F | 19 | 14D | 2E | 37 |
| Octal | 300 | 126 | 205 | 0 | 67 | 37 | 31 | 515 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10000101 | 0 | 110111 | 11111 | 11001 | 101001101 | 101110 | 110111 |
Color Harmonies of #C05685
Complementary color
Monochromatic Colors of #C05685
Black with #C05685
Text Example
Text Example
White with #C05685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05685; }
p { color: rgb(192,86,133); }
H1.HeaderClassName
{
color: #C05685;
}
.AnyTagClassName
{
color: #C05685;
}
</style>
background-color css
<style>
a { background-color: #C05685; }
a { background-color: rgb(192,86,133); }
div.DivClassName
{
background-color: #C05685;
}
.BgClassName
{
background-color: #C05685;
}
</style>
border-color css
<style>
span { border-color: #C05685; }
span { border-color: rgb(192,86,133); }
td.TdClassName
{
border-color: #C05685;
}
.TagClassName
{
border-color: #C05685;
}
</style>