Shades of Mulberry #C05F92
Tints of Mulberry #C05F92
RGB
CMYK
RGB Variations
Color information
#C05F92 (or 0xC05F92) is known color: Mulberry. HEX triplet: C0, 5F and 92. RGB value is (192,95,146). Sum of RGB (Red+Green+Blue) = 192+95+146=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05F92 is #3FA06D. Grayscale: #818181. Windows color (decimal): -4169838 or 9592768. OLE color: 9592768.
HSL color Cylindrical-coordinate representation of color #C05F92: hue angle of 328.45º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05F92 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 146 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.25 |
| HSL | 328.45º | 0.43% | 0.56% | - |
| HSV(B) | 328.45º | 0.51% | 0.75% | - |
| XYZ | 31.02 | 21.47 | 29.7 | - |
| YUV | 129.82 | 137.14 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 146 | 0 | 0.51 | 0.24 | 0.25 | 328.45 | 0.43 | 0.56 |
| Hex | C0 | 5F | 92 | 0 | 33 | 18 | 19 | 148 | 2B | 38 |
| Octal | 300 | 137 | 222 | 0 | 63 | 30 | 31 | 510 | 53 | 70 |
| Binary | 11000000 | 1011111 | 10010010 | 0 | 110011 | 11000 | 11001 | 101001000 | 101011 | 111000 |
Color Harmonies of #C05F92
Complementary color
Monochromatic Colors of #C05F92
Black with #C05F92
Text Example
Text Example
White with #C05F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F92; }
p { color: rgb(192,95,146); }
H1.HeaderClassName
{
color: #C05F92;
}
.AnyTagClassName
{
color: #C05F92;
}
</style>
background-color css
<style>
a { background-color: #C05F92; }
a { background-color: rgb(192,95,146); }
div.DivClassName
{
background-color: #C05F92;
}
.BgClassName
{
background-color: #C05F92;
}
</style>
border-color css
<style>
span { border-color: #C05F92; }
span { border-color: rgb(192,95,146); }
td.TdClassName
{
border-color: #C05F92;
}
.TagClassName
{
border-color: #C05F92;
}
</style>