Shades of Mulberry #C060A2
Tints of Mulberry #C060A2
RGB
CMYK
RGB Variations
Color information
#C060A2 (or 0xC060A2) is known color: Mulberry. HEX triplet: C0, 60 and A2. RGB value is (192,96,162). Sum of RGB (Red+Green+Blue) = 192+96+162=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C060A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C060A2 is #3F9F5D. Grayscale: #848484. Windows color (decimal): -4169566 or 10641600. OLE color: 10641600.
HSL color Cylindrical-coordinate representation of color #C060A2: hue angle of 318.75º 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 #C060A2 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 162 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.25 |
| HSL | 318.75º | 0.43% | 0.56% | - |
| HSV(B) | 318.75º | 0.5% | 0.75% | - |
| XYZ | 32.44 | 22.18 | 36.75 | - |
| YUV | 132.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 162 | 0 | 0.50 | 0.16 | 0.25 | 318.75 | 0.43 | 0.56 |
| Hex | C0 | 60 | A2 | 0 | 32 | 10 | 19 | 13F | 2B | 38 |
| Octal | 300 | 140 | 242 | 0 | 62 | 20 | 31 | 477 | 53 | 70 |
| Binary | 11000000 | 1100000 | 10100010 | 0 | 110010 | 10000 | 11001 | 100111111 | 101011 | 111000 |
Color Harmonies of #C060A2
Complementary color
Monochromatic Colors of #C060A2
Black with #C060A2
Text Example
Text Example
White with #C060A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060A2; }
p { color: rgb(192,96,162); }
H1.HeaderClassName
{
color: #C060A2;
}
.AnyTagClassName
{
color: #C060A2;
}
</style>
background-color css
<style>
a { background-color: #C060A2; }
a { background-color: rgb(192,96,162); }
div.DivClassName
{
background-color: #C060A2;
}
.BgClassName
{
background-color: #C060A2;
}
</style>
border-color css
<style>
span { border-color: #C060A2; }
span { border-color: rgb(192,96,162); }
td.TdClassName
{
border-color: #C060A2;
}
.TagClassName
{
border-color: #C060A2;
}
</style>