Shades of Mulberry #C05C96
Tints of Mulberry #C05C96
RGB
CMYK
RGB Variations
Color information
#C05C96 (or 0xC05C96) is known color: Mulberry. HEX triplet: C0, 5C and 96. RGB value is (192,92,150). Sum of RGB (Red+Green+Blue) = 192+92+150=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05C96 is #3FA369. Grayscale: #808080. Windows color (decimal): -4170602 or 9854144. OLE color: 9854144.
HSL color Cylindrical-coordinate representation of color #C05C96: hue angle of 325.2º 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 #C05C96 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 150 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.25 |
| HSL | 325.2º | 0.44% | 0.56% | - |
| HSV(B) | 325.2º | 0.52% | 0.75% | - |
| XYZ | 31.07 | 21.06 | 31.28 | - |
| YUV | 128.51 | 140.13 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 150 | 0 | 0.52 | 0.22 | 0.25 | 325.2 | 0.44 | 0.56 |
| Hex | C0 | 5C | 96 | 0 | 34 | 16 | 19 | 145 | 2C | 38 |
| Octal | 300 | 134 | 226 | 0 | 64 | 26 | 31 | 505 | 54 | 70 |
| Binary | 11000000 | 1011100 | 10010110 | 0 | 110100 | 10110 | 11001 | 101000101 | 101100 | 111000 |
Color Harmonies of #C05C96
Complementary color
Monochromatic Colors of #C05C96
Black with #C05C96
Text Example
Text Example
White with #C05C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C96; }
p { color: rgb(192,92,150); }
H1.HeaderClassName
{
color: #C05C96;
}
.AnyTagClassName
{
color: #C05C96;
}
</style>
background-color css
<style>
a { background-color: #C05C96; }
a { background-color: rgb(192,92,150); }
div.DivClassName
{
background-color: #C05C96;
}
.BgClassName
{
background-color: #C05C96;
}
</style>
border-color css
<style>
span { border-color: #C05C96; }
span { border-color: rgb(192,92,150); }
td.TdClassName
{
border-color: #C05C96;
}
.TagClassName
{
border-color: #C05C96;
}
</style>