Shades of Mandy #CE5E62
Tints of Mandy #CE5E62
RGB
CMYK
RGB Variations
Color information
#CE5E62 (or 0xCE5E62) is known color: Mandy. HEX triplet: CE, 5E and 62. RGB value is (206,94,98). Sum of RGB (Red+Green+Blue) = 206+94+98=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E62 is #31A19D. Grayscale: #808080. Windows color (decimal): -3252638 or 6446798. OLE color: 6446798.
HSL color Cylindrical-coordinate representation of color #CE5E62: hue angle of 357.86º 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 #CE5E62 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 98 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.19 |
| HSL | 357.86º | 0.53% | 0.59% | - |
| HSV(B) | 357.86º | 0.54% | 0.81% | - |
| XYZ | 31.66 | 22.01 | 14.13 | - |
| YUV | 127.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 98 | 0 | 0.54 | 0.52 | 0.19 | 357.86 | 0.53 | 0.59 |
| Hex | CE | 5E | 62 | 0 | 36 | 34 | 13 | 166 | 35 | 3B |
| Octal | 316 | 136 | 142 | 0 | 66 | 64 | 23 | 546 | 65 | 73 |
| Binary | 11001110 | 1011110 | 1100010 | 0 | 110110 | 110100 | 10011 | 101100110 | 110101 | 111011 |
Color Harmonies of #CE5E62
Complementary color
Monochromatic Colors of #CE5E62
Black with #CE5E62
Text Example
Text Example
White with #CE5E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E62; }
p { color: rgb(206,94,98); }
H1.HeaderClassName
{
color: #CE5E62;
}
.AnyTagClassName
{
color: #CE5E62;
}
</style>
background-color css
<style>
a { background-color: #CE5E62; }
a { background-color: rgb(206,94,98); }
div.DivClassName
{
background-color: #CE5E62;
}
.BgClassName
{
background-color: #CE5E62;
}
</style>
border-color css
<style>
span { border-color: #CE5E62; }
span { border-color: rgb(206,94,98); }
td.TdClassName
{
border-color: #CE5E62;
}
.TagClassName
{
border-color: #CE5E62;
}
</style>