Shades of Mulberry #C05492
Tints of Mulberry #C05492
RGB
CMYK
RGB Variations
Color information
#C05492 (or 0xC05492) is known color: Mulberry. HEX triplet: C0, 54 and 92. RGB value is (192,84,146). Sum of RGB (Red+Green+Blue) = 192+84+146=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C05492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05492 is #3FAB6D. Grayscale: #7B7B7B. Windows color (decimal): -4172654 or 9589952. OLE color: 9589952.
HSL color Cylindrical-coordinate representation of color #C05492: hue angle of 325.56º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05492 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 146 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.25 |
| HSL | 325.56º | 0.46% | 0.54% | - |
| HSV(B) | 325.56º | 0.56% | 0.75% | - |
| XYZ | 30.1 | 19.62 | 29.4 | - |
| YUV | 123.36 | 140.78 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 146 | 0 | 0.56 | 0.24 | 0.25 | 325.56 | 0.46 | 0.54 |
| Hex | C0 | 54 | 92 | 0 | 38 | 18 | 19 | 146 | 2E | 36 |
| Octal | 300 | 124 | 222 | 0 | 70 | 30 | 31 | 506 | 56 | 66 |
| Binary | 11000000 | 1010100 | 10010010 | 0 | 111000 | 11000 | 11001 | 101000110 | 101110 | 110110 |
Color Harmonies of #C05492
Complementary color
Monochromatic Colors of #C05492
Black with #C05492
Text Example
Text Example
White with #C05492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05492; }
p { color: rgb(192,84,146); }
H1.HeaderClassName
{
color: #C05492;
}
.AnyTagClassName
{
color: #C05492;
}
</style>
background-color css
<style>
a { background-color: #C05492; }
a { background-color: rgb(192,84,146); }
div.DivClassName
{
background-color: #C05492;
}
.BgClassName
{
background-color: #C05492;
}
</style>
border-color css
<style>
span { border-color: #C05492; }
span { border-color: rgb(192,84,146); }
td.TdClassName
{
border-color: #C05492;
}
.TagClassName
{
border-color: #C05492;
}
</style>