Shades of Mandy #C75659
Tints of Mandy #C75659
RGB
CMYK
RGB Variations
Color information
#C75659 (or 0xC75659) is known color: Mandy. HEX triplet: C7, 56 and 59. RGB value is (199,86,89). Sum of RGB (Red+Green+Blue) = 199+86+89=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C75659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75659 is #38A9A6. Grayscale: #787878. Windows color (decimal): -3713447 or 5854919. OLE color: 5854919.
HSL color Cylindrical-coordinate representation of color #C75659: hue angle of 358.41º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75659 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 89 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.22 |
| HSL | 358.41º | 0.5% | 0.56% | - |
| HSV(B) | 358.41º | 0.57% | 0.78% | - |
| XYZ | 28.68 | 19.52 | 11.71 | - |
| YUV | 120.13 | 110.44 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 89 | 0 | 0.57 | 0.55 | 0.22 | 358.41 | 0.5 | 0.56 |
| Hex | C7 | 56 | 59 | 0 | 39 | 37 | 16 | 166 | 32 | 38 |
| Octal | 307 | 126 | 131 | 0 | 71 | 67 | 26 | 546 | 62 | 70 |
| Binary | 11000111 | 1010110 | 1011001 | 0 | 111001 | 110111 | 10110 | 101100110 | 110010 | 111000 |
Color Harmonies of #C75659
Complementary color
Monochromatic Colors of #C75659
Black with #C75659
Text Example
Text Example
White with #C75659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75659; }
p { color: rgb(199,86,89); }
H1.HeaderClassName
{
color: #C75659;
}
.AnyTagClassName
{
color: #C75659;
}
</style>
background-color css
<style>
a { background-color: #C75659; }
a { background-color: rgb(199,86,89); }
div.DivClassName
{
background-color: #C75659;
}
.BgClassName
{
background-color: #C75659;
}
</style>
border-color css
<style>
span { border-color: #C75659; }
span { border-color: rgb(199,86,89); }
td.TdClassName
{
border-color: #C75659;
}
.TagClassName
{
border-color: #C75659;
}
</style>