Shades of Mulberry #C05496
Tints of Mulberry #C05496
RGB
CMYK
RGB Variations
Color information
#C05496 (or 0xC05496) is known color: Mulberry. HEX triplet: C0, 54 and 96. RGB value is (192,84,150). Sum of RGB (Red+Green+Blue) = 192+84+150=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C05496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05496 is #3FAB69. Grayscale: #7B7B7B. Windows color (decimal): -4172650 or 9852096. OLE color: 9852096.
HSL color Cylindrical-coordinate representation of color #C05496: hue angle of 323.33º 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 #C05496 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 150 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.25 |
| HSL | 323.33º | 0.46% | 0.54% | - |
| HSV(B) | 323.33º | 0.56% | 0.75% | - |
| XYZ | 30.41 | 19.75 | 31.06 | - |
| YUV | 123.82 | 142.78 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 150 | 0 | 0.56 | 0.22 | 0.25 | 323.33 | 0.46 | 0.54 |
| Hex | C0 | 54 | 96 | 0 | 38 | 16 | 19 | 143 | 2E | 36 |
| Octal | 300 | 124 | 226 | 0 | 70 | 26 | 31 | 503 | 56 | 66 |
| Binary | 11000000 | 1010100 | 10010110 | 0 | 111000 | 10110 | 11001 | 101000011 | 101110 | 110110 |
Color Harmonies of #C05496
Complementary color
Monochromatic Colors of #C05496
Black with #C05496
Text Example
Text Example
White with #C05496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05496; }
p { color: rgb(192,84,150); }
H1.HeaderClassName
{
color: #C05496;
}
.AnyTagClassName
{
color: #C05496;
}
</style>
background-color css
<style>
a { background-color: #C05496; }
a { background-color: rgb(192,84,150); }
div.DivClassName
{
background-color: #C05496;
}
.BgClassName
{
background-color: #C05496;
}
</style>
border-color css
<style>
span { border-color: #C05496; }
span { border-color: rgb(192,84,150); }
td.TdClassName
{
border-color: #C05496;
}
.TagClassName
{
border-color: #C05496;
}
</style>