Shades of Mandy #C06063
Tints of Mandy #C06063
RGB
CMYK
RGB Variations
Color information
#C06063 (or 0xC06063) is known color: Mandy. HEX triplet: C0, 60 and 63. RGB value is (192,96,99). Sum of RGB (Red+Green+Blue) = 192+96+99=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C06063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06063 is #3F9F9C. Grayscale: #7D7D7D. Windows color (decimal): -4169629 or 6512832. OLE color: 6512832.
HSL color Cylindrical-coordinate representation of color #C06063: hue angle of 358.12º 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 #C06063 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 99 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.25 |
| HSL | 358.13º | 0.43% | 0.56% | - |
| HSV(B) | 358.13º | 0.5% | 0.75% | - |
| XYZ | 28.17 | 20.47 | 14.27 | - |
| YUV | 125.05 | 113.3 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 99 | 0 | 0.50 | 0.48 | 0.25 | 358.13 | 0.43 | 0.56 |
| Hex | C0 | 60 | 63 | 0 | 32 | 30 | 19 | 166 | 2B | 38 |
| Octal | 300 | 140 | 143 | 0 | 62 | 60 | 31 | 546 | 53 | 70 |
| Binary | 11000000 | 1100000 | 1100011 | 0 | 110010 | 110000 | 11001 | 101100110 | 101011 | 111000 |
Color Harmonies of #C06063
Complementary color
Monochromatic Colors of #C06063
Black with #C06063
Text Example
Text Example
White with #C06063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06063; }
p { color: rgb(192,96,99); }
H1.HeaderClassName
{
color: #C06063;
}
.AnyTagClassName
{
color: #C06063;
}
</style>
background-color css
<style>
a { background-color: #C06063; }
a { background-color: rgb(192,96,99); }
div.DivClassName
{
background-color: #C06063;
}
.BgClassName
{
background-color: #C06063;
}
</style>
border-color css
<style>
span { border-color: #C06063; }
span { border-color: rgb(192,96,99); }
td.TdClassName
{
border-color: #C06063;
}
.TagClassName
{
border-color: #C06063;
}
</style>