Shades of Mulberry #C05692
Tints of Mulberry #C05692
RGB
CMYK
RGB Variations
Color information
#C05692 (or 0xC05692) is known color: Mulberry. HEX triplet: C0, 56 and 92. RGB value is (192,86,146). Sum of RGB (Red+Green+Blue) = 192+86+146=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C05692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05692 is #3FA96D. Grayscale: #7C7C7C. Windows color (decimal): -4172142 or 9590464. OLE color: 9590464.
HSL color Cylindrical-coordinate representation of color #C05692: hue angle of 326.04º 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 #C05692 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 146 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.25 |
| HSL | 326.04º | 0.46% | 0.55% | - |
| HSV(B) | 326.04º | 0.55% | 0.75% | - |
| XYZ | 30.25 | 19.94 | 29.45 | - |
| YUV | 124.53 | 140.12 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 146 | 0 | 0.55 | 0.24 | 0.25 | 326.04 | 0.46 | 0.55 |
| Hex | C0 | 56 | 92 | 0 | 37 | 18 | 19 | 146 | 2E | 37 |
| Octal | 300 | 126 | 222 | 0 | 67 | 30 | 31 | 506 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10010010 | 0 | 110111 | 11000 | 11001 | 101000110 | 101110 | 110111 |
Color Harmonies of #C05692
Complementary color
Monochromatic Colors of #C05692
Black with #C05692
Text Example
Text Example
White with #C05692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05692; }
p { color: rgb(192,86,146); }
H1.HeaderClassName
{
color: #C05692;
}
.AnyTagClassName
{
color: #C05692;
}
</style>
background-color css
<style>
a { background-color: #C05692; }
a { background-color: rgb(192,86,146); }
div.DivClassName
{
background-color: #C05692;
}
.BgClassName
{
background-color: #C05692;
}
</style>
border-color css
<style>
span { border-color: #C05692; }
span { border-color: rgb(192,86,146); }
td.TdClassName
{
border-color: #C05692;
}
.TagClassName
{
border-color: #C05692;
}
</style>