Shades of Mandy #CE5E60
Tints of Mandy #CE5E60
RGB
CMYK
RGB Variations
Color information
#CE5E60 (or 0xCE5E60) is known color: Mandy. HEX triplet: CE, 5E and 60. RGB value is (206,94,96). Sum of RGB (Red+Green+Blue) = 206+94+96=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E60 is #31A19F. Grayscale: #7F7F7F. Windows color (decimal): -3252640 or 6315726. OLE color: 6315726.
HSL color Cylindrical-coordinate representation of color #CE5E60: hue angle of 358.93º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5E60 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 96 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.19 |
| HSL | 358.93º | 0.53% | 0.59% | - |
| HSV(B) | 358.93º | 0.54% | 0.81% | - |
| XYZ | 31.57 | 21.97 | 13.64 | - |
| YUV | 127.72 | 110.11 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 96 | 0 | 0.54 | 0.53 | 0.19 | 358.93 | 0.53 | 0.59 |
| Hex | CE | 5E | 60 | 0 | 36 | 35 | 13 | 167 | 35 | 3B |
| Octal | 316 | 136 | 140 | 0 | 66 | 65 | 23 | 547 | 65 | 73 |
| Binary | 11001110 | 1011110 | 1100000 | 0 | 110110 | 110101 | 10011 | 101100111 | 110101 | 111011 |
Color Harmonies of #CE5E60
Complementary color
Monochromatic Colors of #CE5E60
Black with #CE5E60
Text Example
Text Example
White with #CE5E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E60; }
p { color: rgb(206,94,96); }
H1.HeaderClassName
{
color: #CE5E60;
}
.AnyTagClassName
{
color: #CE5E60;
}
</style>
background-color css
<style>
a { background-color: #CE5E60; }
a { background-color: rgb(206,94,96); }
div.DivClassName
{
background-color: #CE5E60;
}
.BgClassName
{
background-color: #CE5E60;
}
</style>
border-color css
<style>
span { border-color: #CE5E60; }
span { border-color: rgb(206,94,96); }
td.TdClassName
{
border-color: #CE5E60;
}
.TagClassName
{
border-color: #CE5E60;
}
</style>