Shades of Mandy #C8565C
Tints of Mandy #C8565C
RGB
CMYK
RGB Variations
Color information
#C8565C (or 0xC8565C) is known color: Mandy. HEX triplet: C8, 56 and 5C. RGB value is (200,86,92). Sum of RGB (Red+Green+Blue) = 200+86+92=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8565C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8565C is #37A9A3. Grayscale: #787878. Windows color (decimal): -3647908 or 6051528. OLE color: 6051528.
HSL color Cylindrical-coordinate representation of color #C8565C: hue angle of 356.84º 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 #C8565C is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 92 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.22 |
| HSL | 356.84º | 0.51% | 0.56% | - |
| HSV(B) | 356.84º | 0.57% | 0.78% | - |
| XYZ | 29.08 | 19.71 | 12.4 | - |
| YUV | 120.77 | 111.77 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 92 | 0 | 0.57 | 0.54 | 0.22 | 356.84 | 0.51 | 0.56 |
| Hex | C8 | 56 | 5C | 0 | 39 | 36 | 16 | 165 | 33 | 38 |
| Octal | 310 | 126 | 134 | 0 | 71 | 66 | 26 | 545 | 63 | 70 |
| Binary | 11001000 | 1010110 | 1011100 | 0 | 111001 | 110110 | 10110 | 101100101 | 110011 | 111000 |
Color Harmonies of #C8565C
Complementary color
Monochromatic Colors of #C8565C
Black with #C8565C
Text Example
Text Example
White with #C8565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8565C; }
p { color: rgb(200,86,92); }
H1.HeaderClassName
{
color: #C8565C;
}
.AnyTagClassName
{
color: #C8565C;
}
</style>
background-color css
<style>
a { background-color: #C8565C; }
a { background-color: rgb(200,86,92); }
div.DivClassName
{
background-color: #C8565C;
}
.BgClassName
{
background-color: #C8565C;
}
</style>
border-color css
<style>
span { border-color: #C8565C; }
span { border-color: rgb(200,86,92); }
td.TdClassName
{
border-color: #C8565C;
}
.TagClassName
{
border-color: #C8565C;
}
</style>