Shades of Mandy #CE545B
Tints of Mandy #CE545B
RGB
CMYK
RGB Variations
Color information
#CE545B (or 0xCE545B) is known color: Mandy. HEX triplet: CE, 54 and 5B. RGB value is (206,84,91). Sum of RGB (Red+Green+Blue) = 206+84+91=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE545B is #31ABA4. Grayscale: #797979. Windows color (decimal): -3255205 or 5985486. OLE color: 5985486.
HSL color Cylindrical-coordinate representation of color #CE545B: hue angle of 356.56º 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 #CE545B is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 91 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.19 |
| HSL | 356.56º | 0.55% | 0.57% | - |
| HSV(B) | 356.56º | 0.59% | 0.81% | - |
| XYZ | 30.51 | 20.22 | 12.19 | - |
| YUV | 121.28 | 110.92 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 91 | 0 | 0.59 | 0.56 | 0.19 | 356.56 | 0.55 | 0.57 |
| Hex | CE | 54 | 5B | 0 | 3B | 38 | 13 | 165 | 37 | 39 |
| Octal | 316 | 124 | 133 | 0 | 73 | 70 | 23 | 545 | 67 | 71 |
| Binary | 11001110 | 1010100 | 1011011 | 0 | 111011 | 111000 | 10011 | 101100101 | 110111 | 111001 |
Color Harmonies of #CE545B
Complementary color
Monochromatic Colors of #CE545B
Black with #CE545B
Text Example
Text Example
White with #CE545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE545B; }
p { color: rgb(206,84,91); }
H1.HeaderClassName
{
color: #CE545B;
}
.AnyTagClassName
{
color: #CE545B;
}
</style>
background-color css
<style>
a { background-color: #CE545B; }
a { background-color: rgb(206,84,91); }
div.DivClassName
{
background-color: #CE545B;
}
.BgClassName
{
background-color: #CE545B;
}
</style>
border-color css
<style>
span { border-color: #CE545B; }
span { border-color: rgb(206,84,91); }
td.TdClassName
{
border-color: #CE545B;
}
.TagClassName
{
border-color: #CE545B;
}
</style>