Shades of Mandy #CE5860
Tints of Mandy #CE5860
RGB
CMYK
RGB Variations
Color information
#CE5860 (or 0xCE5860) is known color: Mandy. HEX triplet: CE, 58 and 60. RGB value is (206,88,96). Sum of RGB (Red+Green+Blue) = 206+88+96=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5860 is #31A79F. Grayscale: #7C7C7C. Windows color (decimal): -3254176 or 6314190. OLE color: 6314190.
HSL color Cylindrical-coordinate representation of color #CE5860: hue angle of 355.93º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5860 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 96 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.19 |
| HSL | 355.93º | 0.55% | 0.58% | - |
| HSV(B) | 355.93º | 0.57% | 0.81% | - |
| XYZ | 31.05 | 20.95 | 13.47 | - |
| YUV | 124.19 | 112.09 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 96 | 0 | 0.57 | 0.53 | 0.19 | 355.93 | 0.55 | 0.58 |
| Hex | CE | 58 | 60 | 0 | 39 | 35 | 13 | 164 | 37 | 3A |
| Octal | 316 | 130 | 140 | 0 | 71 | 65 | 23 | 544 | 67 | 72 |
| Binary | 11001110 | 1011000 | 1100000 | 0 | 111001 | 110101 | 10011 | 101100100 | 110111 | 111010 |
Color Harmonies of #CE5860
Complementary color
Monochromatic Colors of #CE5860
Black with #CE5860
Text Example
Text Example
White with #CE5860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5860; }
p { color: rgb(206,88,96); }
H1.HeaderClassName
{
color: #CE5860;
}
.AnyTagClassName
{
color: #CE5860;
}
</style>
background-color css
<style>
a { background-color: #CE5860; }
a { background-color: rgb(206,88,96); }
div.DivClassName
{
background-color: #CE5860;
}
.BgClassName
{
background-color: #CE5860;
}
</style>
border-color css
<style>
span { border-color: #CE5860; }
span { border-color: rgb(206,88,96); }
td.TdClassName
{
border-color: #CE5860;
}
.TagClassName
{
border-color: #CE5860;
}
</style>