Shades of Mulberry #C05C9C
Tints of Mulberry #C05C9C
RGB
CMYK
RGB Variations
Color information
#C05C9C (or 0xC05C9C) is known color: Mulberry. HEX triplet: C0, 5C and 9C. RGB value is (192,92,156). Sum of RGB (Red+Green+Blue) = 192+92+156=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05C9C is #3FA363. Grayscale: #818181. Windows color (decimal): -4170596 or 10247360. OLE color: 10247360.
HSL color Cylindrical-coordinate representation of color #C05C9C: hue angle of 321.6º 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 #C05C9C is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 156 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.25 |
| HSL | 321.6º | 0.44% | 0.56% | - |
| HSV(B) | 321.6º | 0.52% | 0.75% | - |
| XYZ | 31.57 | 21.26 | 33.89 | - |
| YUV | 129.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 156 | 0 | 0.52 | 0.19 | 0.25 | 321.6 | 0.44 | 0.56 |
| Hex | C0 | 5C | 9C | 0 | 34 | 13 | 19 | 142 | 2C | 38 |
| Octal | 300 | 134 | 234 | 0 | 64 | 23 | 31 | 502 | 54 | 70 |
| Binary | 11000000 | 1011100 | 10011100 | 0 | 110100 | 10011 | 11001 | 101000010 | 101100 | 111000 |
Color Harmonies of #C05C9C
Complementary color
Monochromatic Colors of #C05C9C
Black with #C05C9C
Text Example
Text Example
White with #C05C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C9C; }
p { color: rgb(192,92,156); }
H1.HeaderClassName
{
color: #C05C9C;
}
.AnyTagClassName
{
color: #C05C9C;
}
</style>
background-color css
<style>
a { background-color: #C05C9C; }
a { background-color: rgb(192,92,156); }
div.DivClassName
{
background-color: #C05C9C;
}
.BgClassName
{
background-color: #C05C9C;
}
</style>
border-color css
<style>
span { border-color: #C05C9C; }
span { border-color: rgb(192,92,156); }
td.TdClassName
{
border-color: #C05C9C;
}
.TagClassName
{
border-color: #C05C9C;
}
</style>