Shades of Mulberry #C05C92
Tints of Mulberry #C05C92
RGB
CMYK
RGB Variations
Color information
#C05C92 (or 0xC05C92) is known color: Mulberry. HEX triplet: C0, 5C and 92. RGB value is (192,92,146). Sum of RGB (Red+Green+Blue) = 192+92+146=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05C92 is #3FA36D. Grayscale: #7F7F7F. Windows color (decimal): -4170606 or 9592000. OLE color: 9592000.
HSL color Cylindrical-coordinate representation of color #C05C92: hue angle of 327.6º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05C92 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 146 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.25 |
| HSL | 327.6º | 0.44% | 0.56% | - |
| HSV(B) | 327.6º | 0.52% | 0.75% | - |
| XYZ | 30.75 | 20.94 | 29.61 | - |
| YUV | 128.06 | 138.13 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 146 | 0 | 0.52 | 0.24 | 0.25 | 327.6 | 0.44 | 0.56 |
| Hex | C0 | 5C | 92 | 0 | 34 | 18 | 19 | 148 | 2C | 38 |
| Octal | 300 | 134 | 222 | 0 | 64 | 30 | 31 | 510 | 54 | 70 |
| Binary | 11000000 | 1011100 | 10010010 | 0 | 110100 | 11000 | 11001 | 101001000 | 101100 | 111000 |
Color Harmonies of #C05C92
Complementary color
Monochromatic Colors of #C05C92
Black with #C05C92
Text Example
Text Example
White with #C05C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C92; }
p { color: rgb(192,92,146); }
H1.HeaderClassName
{
color: #C05C92;
}
.AnyTagClassName
{
color: #C05C92;
}
</style>
background-color css
<style>
a { background-color: #C05C92; }
a { background-color: rgb(192,92,146); }
div.DivClassName
{
background-color: #C05C92;
}
.BgClassName
{
background-color: #C05C92;
}
</style>
border-color css
<style>
span { border-color: #C05C92; }
span { border-color: rgb(192,92,146); }
td.TdClassName
{
border-color: #C05C92;
}
.TagClassName
{
border-color: #C05C92;
}
</style>