Shades of Mandy #C7565A
Tints of Mandy #C7565A
RGB
CMYK
RGB Variations
Color information
#C7565A (or 0xC7565A) is known color: Mandy. HEX triplet: C7, 56 and 5A. RGB value is (199,86,90). Sum of RGB (Red+Green+Blue) = 199+86+90=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7565A is #38A9A5. Grayscale: #787878. Windows color (decimal): -3713446 or 5920455. OLE color: 5920455.
HSL color Cylindrical-coordinate representation of color #C7565A: hue angle of 357.88º 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 #C7565A is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 90 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.22 |
| HSL | 357.88º | 0.5% | 0.56% | - |
| HSV(B) | 357.88º | 0.57% | 0.78% | - |
| XYZ | 28.73 | 19.54 | 11.93 | - |
| YUV | 120.24 | 110.94 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 90 | 0 | 0.57 | 0.55 | 0.22 | 357.88 | 0.5 | 0.56 |
| Hex | C7 | 56 | 5A | 0 | 39 | 37 | 16 | 166 | 32 | 38 |
| Octal | 307 | 126 | 132 | 0 | 71 | 67 | 26 | 546 | 62 | 70 |
| Binary | 11000111 | 1010110 | 1011010 | 0 | 111001 | 110111 | 10110 | 101100110 | 110010 | 111000 |
Color Harmonies of #C7565A
Complementary color
Monochromatic Colors of #C7565A
Black with #C7565A
Text Example
Text Example
White with #C7565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7565A; }
p { color: rgb(199,86,90); }
H1.HeaderClassName
{
color: #C7565A;
}
.AnyTagClassName
{
color: #C7565A;
}
</style>
background-color css
<style>
a { background-color: #C7565A; }
a { background-color: rgb(199,86,90); }
div.DivClassName
{
background-color: #C7565A;
}
.BgClassName
{
background-color: #C7565A;
}
</style>
border-color css
<style>
span { border-color: #C7565A; }
span { border-color: rgb(199,86,90); }
td.TdClassName
{
border-color: #C7565A;
}
.TagClassName
{
border-color: #C7565A;
}
</style>