Shades of Mandy #C75C64
Tints of Mandy #C75C64
RGB
CMYK
RGB Variations
Color information
#C75C64 (or 0xC75C64) is known color: Mandy. HEX triplet: C7, 5C and 64. RGB value is (199,92,100). Sum of RGB (Red+Green+Blue) = 199+92+100=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75C64 is #38A39B. Grayscale: #7C7C7C. Windows color (decimal): -3711900 or 6577351. OLE color: 6577351.
HSL color Cylindrical-coordinate representation of color #C75C64: hue angle of 355.51º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C75C64 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 100 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.22 |
| HSL | 355.51º | 0.49% | 0.57% | - |
| HSV(B) | 355.51º | 0.54% | 0.78% | - |
| XYZ | 29.68 | 20.72 | 14.49 | - |
| YUV | 124.91 | 113.95 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 100 | 0 | 0.54 | 0.50 | 0.22 | 355.51 | 0.49 | 0.57 |
| Hex | C7 | 5C | 64 | 0 | 36 | 32 | 16 | 164 | 31 | 39 |
| Octal | 307 | 134 | 144 | 0 | 66 | 62 | 26 | 544 | 61 | 71 |
| Binary | 11000111 | 1011100 | 1100100 | 0 | 110110 | 110010 | 10110 | 101100100 | 110001 | 111001 |
Color Harmonies of #C75C64
Complementary color
Monochromatic Colors of #C75C64
Black with #C75C64
Text Example
Text Example
White with #C75C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75C64; }
p { color: rgb(199,92,100); }
H1.HeaderClassName
{
color: #C75C64;
}
.AnyTagClassName
{
color: #C75C64;
}
</style>
background-color css
<style>
a { background-color: #C75C64; }
a { background-color: rgb(199,92,100); }
div.DivClassName
{
background-color: #C75C64;
}
.BgClassName
{
background-color: #C75C64;
}
</style>
border-color css
<style>
span { border-color: #C75C64; }
span { border-color: rgb(199,92,100); }
td.TdClassName
{
border-color: #C75C64;
}
.TagClassName
{
border-color: #C75C64;
}
</style>