Shades of Mulberry #C05292
Tints of Mulberry #C05292
RGB
CMYK
RGB Variations
Color information
#C05292 (or 0xC05292) is known color: Mulberry. HEX triplet: C0, 52 and 92. RGB value is (192,82,146). Sum of RGB (Red+Green+Blue) = 192+82+146=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C05292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05292 is #3FAD6D. Grayscale: #7A7A7A. Windows color (decimal): -4173166 or 9589440. OLE color: 9589440.
HSL color Cylindrical-coordinate representation of color #C05292: hue angle of 325.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05292 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 146 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.25 |
| HSL | 325.09º | 0.47% | 0.54% | - |
| HSV(B) | 325.09º | 0.57% | 0.75% | - |
| XYZ | 29.94 | 19.32 | 29.34 | - |
| YUV | 122.19 | 141.44 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 146 | 0 | 0.57 | 0.24 | 0.25 | 325.09 | 0.47 | 0.54 |
| Hex | C0 | 52 | 92 | 0 | 39 | 18 | 19 | 145 | 2F | 36 |
| Octal | 300 | 122 | 222 | 0 | 71 | 30 | 31 | 505 | 57 | 66 |
| Binary | 11000000 | 1010010 | 10010010 | 0 | 111001 | 11000 | 11001 | 101000101 | 101111 | 110110 |
Color Harmonies of #C05292
Complementary color
Monochromatic Colors of #C05292
Black with #C05292
Text Example
Text Example
White with #C05292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05292; }
p { color: rgb(192,82,146); }
H1.HeaderClassName
{
color: #C05292;
}
.AnyTagClassName
{
color: #C05292;
}
</style>
background-color css
<style>
a { background-color: #C05292; }
a { background-color: rgb(192,82,146); }
div.DivClassName
{
background-color: #C05292;
}
.BgClassName
{
background-color: #C05292;
}
</style>
border-color css
<style>
span { border-color: #C05292; }
span { border-color: rgb(192,82,146); }
td.TdClassName
{
border-color: #C05292;
}
.TagClassName
{
border-color: #C05292;
}
</style>