Shades of Mandy #C6565C
Tints of Mandy #C6565C
RGB
CMYK
RGB Variations
Color information
#C6565C (or 0xC6565C) is known color: Mandy. HEX triplet: C6, 56 and 5C. RGB value is (198,86,92). Sum of RGB (Red+Green+Blue) = 198+86+92=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6565C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6565C is #39A9A3. Grayscale: #787878. Windows color (decimal): -3778980 or 6051526. OLE color: 6051526.
HSL color Cylindrical-coordinate representation of color #C6565C: hue angle of 356.79º 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 #C6565C is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 92 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.22 |
| HSL | 356.79º | 0.5% | 0.56% | - |
| HSV(B) | 356.79º | 0.57% | 0.78% | - |
| XYZ | 28.55 | 19.43 | 12.37 | - |
| YUV | 120.17 | 112.11 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 92 | 0 | 0.57 | 0.54 | 0.22 | 356.79 | 0.5 | 0.56 |
| Hex | C6 | 56 | 5C | 0 | 39 | 36 | 16 | 165 | 32 | 38 |
| Octal | 306 | 126 | 134 | 0 | 71 | 66 | 26 | 545 | 62 | 70 |
| Binary | 11000110 | 1010110 | 1011100 | 0 | 111001 | 110110 | 10110 | 101100101 | 110010 | 111000 |
Color Harmonies of #C6565C
Complementary color
Monochromatic Colors of #C6565C
Black with #C6565C
Text Example
Text Example
White with #C6565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6565C; }
p { color: rgb(198,86,92); }
H1.HeaderClassName
{
color: #C6565C;
}
.AnyTagClassName
{
color: #C6565C;
}
</style>
background-color css
<style>
a { background-color: #C6565C; }
a { background-color: rgb(198,86,92); }
div.DivClassName
{
background-color: #C6565C;
}
.BgClassName
{
background-color: #C6565C;
}
</style>
border-color css
<style>
span { border-color: #C6565C; }
span { border-color: rgb(198,86,92); }
td.TdClassName
{
border-color: #C6565C;
}
.TagClassName
{
border-color: #C6565C;
}
</style>