Shades of Mandy #C75D65
Tints of Mandy #C75D65
RGB
CMYK
RGB Variations
Color information
#C75D65 (or 0xC75D65) is known color: Mandy. HEX triplet: C7, 5D and 65. RGB value is (199,93,101). Sum of RGB (Red+Green+Blue) = 199+93+101=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75D65 is #38A29A. Grayscale: #7D7D7D. Windows color (decimal): -3711643 or 6643143. OLE color: 6643143.
HSL color Cylindrical-coordinate representation of color #C75D65: hue angle of 355.47º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75D65 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 93 | 101 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.22 |
| HSL | 355.47º | 0.49% | 0.57% | - |
| HSV(B) | 355.47º | 0.53% | 0.78% | - |
| XYZ | 29.82 | 20.91 | 14.78 | - |
| YUV | 125.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 101 | 0 | 0.53 | 0.49 | 0.22 | 355.47 | 0.49 | 0.57 |
| Hex | C7 | 5D | 65 | 0 | 35 | 31 | 16 | 163 | 31 | 39 |
| Octal | 307 | 135 | 145 | 0 | 65 | 61 | 26 | 543 | 61 | 71 |
| Binary | 11000111 | 1011101 | 1100101 | 0 | 110101 | 110001 | 10110 | 101100011 | 110001 | 111001 |
Color Harmonies of #C75D65
Complementary color
Monochromatic Colors of #C75D65
Black with #C75D65
Text Example
Text Example
White with #C75D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75D65; }
p { color: rgb(199,93,101); }
H1.HeaderClassName
{
color: #C75D65;
}
.AnyTagClassName
{
color: #C75D65;
}
</style>
background-color css
<style>
a { background-color: #C75D65; }
a { background-color: rgb(199,93,101); }
div.DivClassName
{
background-color: #C75D65;
}
.BgClassName
{
background-color: #C75D65;
}
</style>
border-color css
<style>
span { border-color: #C75D65; }
span { border-color: rgb(199,93,101); }
td.TdClassName
{
border-color: #C75D65;
}
.TagClassName
{
border-color: #C75D65;
}
</style>