Shades of Mandy #CE4D5F
Tints of Mandy #CE4D5F
RGB
CMYK
RGB Variations
Color information
#CE4D5F (or 0xCE4D5F) is known color: Mandy. HEX triplet: CE, 4D and 5F. RGB value is (206,77,95). Sum of RGB (Red+Green+Blue) = 206+77+95=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4D5F is #31B2A0. Grayscale: #757575. Windows color (decimal): -3256993 or 6245838. OLE color: 6245838.
HSL color Cylindrical-coordinate representation of color #CE4D5F: hue angle of 351.63º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4D5F is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 95 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.19 |
| HSL | 351.63º | 0.57% | 0.55% | - |
| HSV(B) | 351.63º | 0.63% | 0.81% | - |
| XYZ | 30.17 | 19.26 | 12.95 | - |
| YUV | 117.62 | 115.24 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 95 | 0 | 0.63 | 0.54 | 0.19 | 351.63 | 0.57 | 0.55 |
| Hex | CE | 4D | 5F | 0 | 3F | 36 | 13 | 160 | 39 | 37 |
| Octal | 316 | 115 | 137 | 0 | 77 | 66 | 23 | 540 | 71 | 67 |
| Binary | 11001110 | 1001101 | 1011111 | 0 | 111111 | 110110 | 10011 | 101100000 | 111001 | 110111 |
Color Harmonies of #CE4D5F
Complementary color
Monochromatic Colors of #CE4D5F
Black with #CE4D5F
Text Example
Text Example
White with #CE4D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4D5F; }
p { color: rgb(206,77,95); }
H1.HeaderClassName
{
color: #CE4D5F;
}
.AnyTagClassName
{
color: #CE4D5F;
}
</style>
background-color css
<style>
a { background-color: #CE4D5F; }
a { background-color: rgb(206,77,95); }
div.DivClassName
{
background-color: #CE4D5F;
}
.BgClassName
{
background-color: #CE4D5F;
}
</style>
border-color css
<style>
span { border-color: #CE4D5F; }
span { border-color: rgb(206,77,95); }
td.TdClassName
{
border-color: #CE4D5F;
}
.TagClassName
{
border-color: #CE4D5F;
}
</style>