Shades of Mulberry #C05695
Tints of Mulberry #C05695
RGB
CMYK
RGB Variations
Color information
#C05695 (or 0xC05695) is known color: Mulberry. HEX triplet: C0, 56 and 95. RGB value is (192,86,149). Sum of RGB (Red+Green+Blue) = 192+86+149=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C05695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05695 is #3FA96A. Grayscale: #7C7C7C. Windows color (decimal): -4172139 or 9787072. OLE color: 9787072.
HSL color Cylindrical-coordinate representation of color #C05695: hue angle of 324.34º 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 #C05695 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 149 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.25 |
| HSL | 324.34º | 0.46% | 0.55% | - |
| HSV(B) | 324.34º | 0.55% | 0.75% | - |
| XYZ | 30.49 | 20.03 | 30.69 | - |
| YUV | 124.88 | 141.62 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 149 | 0 | 0.55 | 0.22 | 0.25 | 324.34 | 0.46 | 0.55 |
| Hex | C0 | 56 | 95 | 0 | 37 | 16 | 19 | 144 | 2E | 37 |
| Octal | 300 | 126 | 225 | 0 | 67 | 26 | 31 | 504 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10010101 | 0 | 110111 | 10110 | 11001 | 101000100 | 101110 | 110111 |
Color Harmonies of #C05695
Complementary color
Monochromatic Colors of #C05695
Black with #C05695
Text Example
Text Example
White with #C05695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05695; }
p { color: rgb(192,86,149); }
H1.HeaderClassName
{
color: #C05695;
}
.AnyTagClassName
{
color: #C05695;
}
</style>
background-color css
<style>
a { background-color: #C05695; }
a { background-color: rgb(192,86,149); }
div.DivClassName
{
background-color: #C05695;
}
.BgClassName
{
background-color: #C05695;
}
</style>
border-color css
<style>
span { border-color: #C05695; }
span { border-color: rgb(192,86,149); }
td.TdClassName
{
border-color: #C05695;
}
.TagClassName
{
border-color: #C05695;
}
</style>