Shades of Mandy #C56265
Tints of Mandy #C56265
RGB
CMYK
RGB Variations
Color information
#C56265 (or 0xC56265) is known color: Mandy. HEX triplet: C5, 62 and 65. RGB value is (197,98,101). Sum of RGB (Red+Green+Blue) = 197+98+101=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C56265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56265 is #3A9D9A. Grayscale: #808080. Windows color (decimal): -3841435 or 6644421. OLE color: 6644421.
HSL color Cylindrical-coordinate representation of color #C56265: hue angle of 358.18º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56265 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 101 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.23 |
| HSL | 358.18º | 0.46% | 0.58% | - |
| HSV(B) | 358.18º | 0.5% | 0.77% | - |
| XYZ | 29.74 | 21.55 | 14.9 | - |
| YUV | 127.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 101 | 0 | 0.50 | 0.49 | 0.23 | 358.18 | 0.46 | 0.58 |
| Hex | C5 | 62 | 65 | 0 | 32 | 31 | 17 | 166 | 2E | 3A |
| Octal | 305 | 142 | 145 | 0 | 62 | 61 | 27 | 546 | 56 | 72 |
| Binary | 11000101 | 1100010 | 1100101 | 0 | 110010 | 110001 | 10111 | 101100110 | 101110 | 111010 |
Color Harmonies of #C56265
Complementary color
Monochromatic Colors of #C56265
Black with #C56265
Text Example
Text Example
White with #C56265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56265; }
p { color: rgb(197,98,101); }
H1.HeaderClassName
{
color: #C56265;
}
.AnyTagClassName
{
color: #C56265;
}
</style>
background-color css
<style>
a { background-color: #C56265; }
a { background-color: rgb(197,98,101); }
div.DivClassName
{
background-color: #C56265;
}
.BgClassName
{
background-color: #C56265;
}
</style>
border-color css
<style>
span { border-color: #C56265; }
span { border-color: rgb(197,98,101); }
td.TdClassName
{
border-color: #C56265;
}
.TagClassName
{
border-color: #C56265;
}
</style>