Shades of Mandy #CE545E
Tints of Mandy #CE545E
RGB
CMYK
RGB Variations
Color information
#CE545E (or 0xCE545E) is known color: Mandy. HEX triplet: CE, 54 and 5E. RGB value is (206,84,94). Sum of RGB (Red+Green+Blue) = 206+84+94=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE545E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE545E is #31ABA1. Grayscale: #797979. Windows color (decimal): -3255202 or 6182094. OLE color: 6182094.
HSL color Cylindrical-coordinate representation of color #CE545E: hue angle of 355.08º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE545E is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 94 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.19 |
| HSL | 355.08º | 0.55% | 0.57% | - |
| HSV(B) | 355.08º | 0.59% | 0.81% | - |
| XYZ | 30.64 | 20.27 | 12.89 | - |
| YUV | 121.62 | 112.42 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 94 | 0 | 0.59 | 0.54 | 0.19 | 355.08 | 0.55 | 0.57 |
| Hex | CE | 54 | 5E | 0 | 3B | 36 | 13 | 163 | 37 | 39 |
| Octal | 316 | 124 | 136 | 0 | 73 | 66 | 23 | 543 | 67 | 71 |
| Binary | 11001110 | 1010100 | 1011110 | 0 | 111011 | 110110 | 10011 | 101100011 | 110111 | 111001 |
Color Harmonies of #CE545E
Complementary color
Monochromatic Colors of #CE545E
Black with #CE545E
Text Example
Text Example
White with #CE545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE545E; }
p { color: rgb(206,84,94); }
H1.HeaderClassName
{
color: #CE545E;
}
.AnyTagClassName
{
color: #CE545E;
}
</style>
background-color css
<style>
a { background-color: #CE545E; }
a { background-color: rgb(206,84,94); }
div.DivClassName
{
background-color: #CE545E;
}
.BgClassName
{
background-color: #CE545E;
}
</style>
border-color css
<style>
span { border-color: #CE545E; }
span { border-color: rgb(206,84,94); }
td.TdClassName
{
border-color: #CE545E;
}
.TagClassName
{
border-color: #CE545E;
}
</style>