Shades of Mandy #C05659
Tints of Mandy #C05659
RGB
CMYK
RGB Variations
Color information
#C05659 (or 0xC05659) is known color: Mandy. HEX triplet: C0, 56 and 59. RGB value is (192,86,89). Sum of RGB (Red+Green+Blue) = 192+86+89=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C05659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05659 is #3FA9A6. Grayscale: #767676. Windows color (decimal): -4172199 or 5854912. OLE color: 5854912.
HSL color Cylindrical-coordinate representation of color #C05659: hue angle of 358.3º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05659 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 89 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.25 |
| HSL | 358.3º | 0.46% | 0.55% | - |
| HSV(B) | 358.3º | 0.55% | 0.75% | - |
| XYZ | 26.87 | 18.58 | 11.62 | - |
| YUV | 118.04 | 111.62 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 89 | 0 | 0.55 | 0.54 | 0.25 | 358.3 | 0.46 | 0.55 |
| Hex | C0 | 56 | 59 | 0 | 37 | 36 | 19 | 166 | 2E | 37 |
| Octal | 300 | 126 | 131 | 0 | 67 | 66 | 31 | 546 | 56 | 67 |
| Binary | 11000000 | 1010110 | 1011001 | 0 | 110111 | 110110 | 11001 | 101100110 | 101110 | 110111 |
Color Harmonies of #C05659
Complementary color
Monochromatic Colors of #C05659
Black with #C05659
Text Example
Text Example
White with #C05659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05659; }
p { color: rgb(192,86,89); }
H1.HeaderClassName
{
color: #C05659;
}
.AnyTagClassName
{
color: #C05659;
}
</style>
background-color css
<style>
a { background-color: #C05659; }
a { background-color: rgb(192,86,89); }
div.DivClassName
{
background-color: #C05659;
}
.BgClassName
{
background-color: #C05659;
}
</style>
border-color css
<style>
span { border-color: #C05659; }
span { border-color: rgb(192,86,89); }
td.TdClassName
{
border-color: #C05659;
}
.TagClassName
{
border-color: #C05659;
}
</style>