Shades of Mulberry #C05C98
Tints of Mulberry #C05C98
RGB
CMYK
RGB Variations
Color information
#C05C98 (or 0xC05C98) is known color: Mulberry. HEX triplet: C0, 5C and 98. RGB value is (192,92,152). Sum of RGB (Red+Green+Blue) = 192+92+152=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05C98 is #3FA367. Grayscale: #808080. Windows color (decimal): -4170600 or 9985216. OLE color: 9985216.
HSL color Cylindrical-coordinate representation of color #C05C98: hue angle of 324º 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 #C05C98 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 152 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.25 |
| HSL | 324º | 0.44% | 0.56% | - |
| HSV(B) | 324º | 0.52% | 0.75% | - |
| XYZ | 31.23 | 21.13 | 32.14 | - |
| YUV | 128.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 152 | 0 | 0.52 | 0.21 | 0.25 | 324 | 0.44 | 0.56 |
| Hex | C0 | 5C | 98 | 0 | 34 | 15 | 19 | 144 | 2C | 38 |
| Octal | 300 | 134 | 230 | 0 | 64 | 25 | 31 | 504 | 54 | 70 |
| Binary | 11000000 | 1011100 | 10011000 | 0 | 110100 | 10101 | 11001 | 101000100 | 101100 | 111000 |
Color Harmonies of #C05C98
Complementary color
Monochromatic Colors of #C05C98
Black with #C05C98
Text Example
Text Example
White with #C05C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C98; }
p { color: rgb(192,92,152); }
H1.HeaderClassName
{
color: #C05C98;
}
.AnyTagClassName
{
color: #C05C98;
}
</style>
background-color css
<style>
a { background-color: #C05C98; }
a { background-color: rgb(192,92,152); }
div.DivClassName
{
background-color: #C05C98;
}
.BgClassName
{
background-color: #C05C98;
}
</style>
border-color css
<style>
span { border-color: #C05C98; }
span { border-color: rgb(192,92,152); }
td.TdClassName
{
border-color: #C05C98;
}
.TagClassName
{
border-color: #C05C98;
}
</style>