Shades of Mulberry #C060A0
Tints of Mulberry #C060A0
RGB
CMYK
RGB Variations
Color information
#C060A0 (or 0xC060A0) is known color: Mulberry. HEX triplet: C0, 60 and A0. RGB value is (192,96,160). Sum of RGB (Red+Green+Blue) = 192+96+160=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C060A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C060A0 is #3F9F5F. Grayscale: #838383. Windows color (decimal): -4169568 or 10510528. OLE color: 10510528.
HSL color Cylindrical-coordinate representation of color #C060A0: hue angle of 320º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C060A0 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 160 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.25 |
| HSL | 320º | 0.43% | 0.56% | - |
| HSV(B) | 320º | 0.5% | 0.75% | - |
| XYZ | 32.27 | 22.11 | 35.82 | - |
| YUV | 132 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 160 | 0 | 0.50 | 0.17 | 0.25 | 320 | 0.43 | 0.56 |
| Hex | C0 | 60 | A0 | 0 | 32 | 11 | 19 | 140 | 2B | 38 |
| Octal | 300 | 140 | 240 | 0 | 62 | 21 | 31 | 500 | 53 | 70 |
| Binary | 11000000 | 1100000 | 10100000 | 0 | 110010 | 10001 | 11001 | 101000000 | 101011 | 111000 |
Color Harmonies of #C060A0
Complementary color
Monochromatic Colors of #C060A0
Black with #C060A0
Text Example
Text Example
White with #C060A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060A0; }
p { color: rgb(192,96,160); }
H1.HeaderClassName
{
color: #C060A0;
}
.AnyTagClassName
{
color: #C060A0;
}
</style>
background-color css
<style>
a { background-color: #C060A0; }
a { background-color: rgb(192,96,160); }
div.DivClassName
{
background-color: #C060A0;
}
.BgClassName
{
background-color: #C060A0;
}
</style>
border-color css
<style>
span { border-color: #C060A0; }
span { border-color: rgb(192,96,160); }
td.TdClassName
{
border-color: #C060A0;
}
.TagClassName
{
border-color: #C060A0;
}
</style>