Shades of Mandy #C5565E
Tints of Mandy #C5565E
RGB
CMYK
RGB Variations
Color information
#C5565E (or 0xC5565E) is known color: Mandy. HEX triplet: C5, 56 and 5E. RGB value is (197,86,94). Sum of RGB (Red+Green+Blue) = 197+86+94=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5565E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5565E is #3AA9A1. Grayscale: #787878. Windows color (decimal): -3844514 or 6182597. OLE color: 6182597.
HSL color Cylindrical-coordinate representation of color #C5565E: hue angle of 355.68º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5565E is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 94 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.23 |
| HSL | 355.68º | 0.49% | 0.55% | - |
| HSV(B) | 355.68º | 0.56% | 0.77% | - |
| XYZ | 28.37 | 19.33 | 12.83 | - |
| YUV | 120.1 | 113.27 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 94 | 0 | 0.56 | 0.52 | 0.23 | 355.68 | 0.49 | 0.55 |
| Hex | C5 | 56 | 5E | 0 | 38 | 34 | 17 | 164 | 31 | 37 |
| Octal | 305 | 126 | 136 | 0 | 70 | 64 | 27 | 544 | 61 | 67 |
| Binary | 11000101 | 1010110 | 1011110 | 0 | 111000 | 110100 | 10111 | 101100100 | 110001 | 110111 |
Color Harmonies of #C5565E
Complementary color
Monochromatic Colors of #C5565E
Black with #C5565E
Text Example
Text Example
White with #C5565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5565E; }
p { color: rgb(197,86,94); }
H1.HeaderClassName
{
color: #C5565E;
}
.AnyTagClassName
{
color: #C5565E;
}
</style>
background-color css
<style>
a { background-color: #C5565E; }
a { background-color: rgb(197,86,94); }
div.DivClassName
{
background-color: #C5565E;
}
.BgClassName
{
background-color: #C5565E;
}
</style>
border-color css
<style>
span { border-color: #C5565E; }
span { border-color: rgb(197,86,94); }
td.TdClassName
{
border-color: #C5565E;
}
.TagClassName
{
border-color: #C5565E;
}
</style>