Shades of Mandy #CE5864
Tints of Mandy #CE5864
RGB
CMYK
RGB Variations
Color information
#CE5864 (or 0xCE5864) is known color: Mandy. HEX triplet: CE, 58 and 64. RGB value is (206,88,100). Sum of RGB (Red+Green+Blue) = 206+88+100=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5864 is #31A79B. Grayscale: #7C7C7C. Windows color (decimal): -3254172 or 6576334. OLE color: 6576334.
HSL color Cylindrical-coordinate representation of color #CE5864: hue angle of 353.9º 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 #CE5864 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 100 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.19 |
| HSL | 353.9º | 0.55% | 0.58% | - |
| HSV(B) | 353.9º | 0.57% | 0.81% | - |
| XYZ | 31.24 | 21.02 | 14.47 | - |
| YUV | 124.65 | 114.09 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 100 | 0 | 0.57 | 0.51 | 0.19 | 353.9 | 0.55 | 0.58 |
| Hex | CE | 58 | 64 | 0 | 39 | 33 | 13 | 162 | 37 | 3A |
| Octal | 316 | 130 | 144 | 0 | 71 | 63 | 23 | 542 | 67 | 72 |
| Binary | 11001110 | 1011000 | 1100100 | 0 | 111001 | 110011 | 10011 | 101100010 | 110111 | 111010 |
Color Harmonies of #CE5864
Complementary color
Monochromatic Colors of #CE5864
Black with #CE5864
Text Example
Text Example
White with #CE5864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5864; }
p { color: rgb(206,88,100); }
H1.HeaderClassName
{
color: #CE5864;
}
.AnyTagClassName
{
color: #CE5864;
}
</style>
background-color css
<style>
a { background-color: #CE5864; }
a { background-color: rgb(206,88,100); }
div.DivClassName
{
background-color: #CE5864;
}
.BgClassName
{
background-color: #CE5864;
}
</style>
border-color css
<style>
span { border-color: #CE5864; }
span { border-color: rgb(206,88,100); }
td.TdClassName
{
border-color: #CE5864;
}
.TagClassName
{
border-color: #CE5864;
}
</style>