Shades of Mandy #CE5C60
Tints of Mandy #CE5C60
RGB
CMYK
RGB Variations
Color information
#CE5C60 (or 0xCE5C60) is known color: Mandy. HEX triplet: CE, 5C and 60. RGB value is (206,92,96). Sum of RGB (Red+Green+Blue) = 206+92+96=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C60 is #31A39F. Grayscale: #7E7E7E. Windows color (decimal): -3253152 or 6315214. OLE color: 6315214.
HSL color Cylindrical-coordinate representation of color #CE5C60: hue angle of 357.89º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5C60 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 96 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.19 |
| HSL | 357.89º | 0.54% | 0.58% | - |
| HSV(B) | 357.89º | 0.55% | 0.81% | - |
| XYZ | 31.39 | 21.62 | 13.58 | - |
| YUV | 126.54 | 110.77 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 96 | 0 | 0.55 | 0.53 | 0.19 | 357.89 | 0.54 | 0.58 |
| Hex | CE | 5C | 60 | 0 | 37 | 35 | 13 | 166 | 36 | 3A |
| Octal | 316 | 134 | 140 | 0 | 67 | 65 | 23 | 546 | 66 | 72 |
| Binary | 11001110 | 1011100 | 1100000 | 0 | 110111 | 110101 | 10011 | 101100110 | 110110 | 111010 |
Color Harmonies of #CE5C60
Complementary color
Monochromatic Colors of #CE5C60
Black with #CE5C60
Text Example
Text Example
White with #CE5C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5C60; }
p { color: rgb(206,92,96); }
H1.HeaderClassName
{
color: #CE5C60;
}
.AnyTagClassName
{
color: #CE5C60;
}
</style>
background-color css
<style>
a { background-color: #CE5C60; }
a { background-color: rgb(206,92,96); }
div.DivClassName
{
background-color: #CE5C60;
}
.BgClassName
{
background-color: #CE5C60;
}
</style>
border-color css
<style>
span { border-color: #CE5C60; }
span { border-color: rgb(206,92,96); }
td.TdClassName
{
border-color: #CE5C60;
}
.TagClassName
{
border-color: #CE5C60;
}
</style>