Shades of Mandy #C7565D
Tints of Mandy #C7565D
RGB
CMYK
RGB Variations
Color information
#C7565D (or 0xC7565D) is known color: Mandy. HEX triplet: C7, 56 and 5D. RGB value is (199,86,93). Sum of RGB (Red+Green+Blue) = 199+86+93=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7565D is #38A9A2. Grayscale: #787878. Windows color (decimal): -3713443 or 6117063. OLE color: 6117063.
HSL color Cylindrical-coordinate representation of color #C7565D: hue angle of 356.28º 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 #C7565D is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 93 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.22 |
| HSL | 356.28º | 0.5% | 0.56% | - |
| HSV(B) | 356.28º | 0.57% | 0.78% | - |
| XYZ | 28.86 | 19.59 | 12.62 | - |
| YUV | 120.59 | 112.44 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 93 | 0 | 0.57 | 0.53 | 0.22 | 356.28 | 0.5 | 0.56 |
| Hex | C7 | 56 | 5D | 0 | 39 | 35 | 16 | 164 | 32 | 38 |
| Octal | 307 | 126 | 135 | 0 | 71 | 65 | 26 | 544 | 62 | 70 |
| Binary | 11000111 | 1010110 | 1011101 | 0 | 111001 | 110101 | 10110 | 101100100 | 110010 | 111000 |
Color Harmonies of #C7565D
Complementary color
Monochromatic Colors of #C7565D
Black with #C7565D
Text Example
Text Example
White with #C7565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7565D; }
p { color: rgb(199,86,93); }
H1.HeaderClassName
{
color: #C7565D;
}
.AnyTagClassName
{
color: #C7565D;
}
</style>
background-color css
<style>
a { background-color: #C7565D; }
a { background-color: rgb(199,86,93); }
div.DivClassName
{
background-color: #C7565D;
}
.BgClassName
{
background-color: #C7565D;
}
</style>
border-color css
<style>
span { border-color: #C7565D; }
span { border-color: rgb(199,86,93); }
td.TdClassName
{
border-color: #C7565D;
}
.TagClassName
{
border-color: #C7565D;
}
</style>