Shades of Mandy #C8565F
Tints of Mandy #C8565F
RGB
CMYK
RGB Variations
Color information
#C8565F (or 0xC8565F) is known color: Mandy. HEX triplet: C8, 56 and 5F. RGB value is (200,86,95). Sum of RGB (Red+Green+Blue) = 200+86+95=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8565F is #37A9A0. Grayscale: #797979. Windows color (decimal): -3647905 or 6248136. OLE color: 6248136.
HSL color Cylindrical-coordinate representation of color #C8565F: hue angle of 355.26º degrees, saturation: 0.51, 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 #C8565F is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 95 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.22 |
| HSL | 355.26º | 0.51% | 0.56% | - |
| HSV(B) | 355.26º | 0.57% | 0.78% | - |
| XYZ | 29.21 | 19.76 | 13.1 | - |
| YUV | 121.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 95 | 0 | 0.57 | 0.52 | 0.22 | 355.26 | 0.51 | 0.56 |
| Hex | C8 | 56 | 5F | 0 | 39 | 34 | 16 | 163 | 33 | 38 |
| Octal | 310 | 126 | 137 | 0 | 71 | 64 | 26 | 543 | 63 | 70 |
| Binary | 11001000 | 1010110 | 1011111 | 0 | 111001 | 110100 | 10110 | 101100011 | 110011 | 111000 |
Color Harmonies of #C8565F
Complementary color
Monochromatic Colors of #C8565F
Black with #C8565F
Text Example
Text Example
White with #C8565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8565F; }
p { color: rgb(200,86,95); }
H1.HeaderClassName
{
color: #C8565F;
}
.AnyTagClassName
{
color: #C8565F;
}
</style>
background-color css
<style>
a { background-color: #C8565F; }
a { background-color: rgb(200,86,95); }
div.DivClassName
{
background-color: #C8565F;
}
.BgClassName
{
background-color: #C8565F;
}
</style>
border-color css
<style>
span { border-color: #C8565F; }
span { border-color: rgb(200,86,95); }
td.TdClassName
{
border-color: #C8565F;
}
.TagClassName
{
border-color: #C8565F;
}
</style>