Shades of Mandy #CE565E
Tints of Mandy #CE565E
RGB
CMYK
RGB Variations
Color information
#CE565E (or 0xCE565E) is known color: Mandy. HEX triplet: CE, 56 and 5E. RGB value is (206,86,94). Sum of RGB (Red+Green+Blue) = 206+86+94=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE565E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE565E is #31A9A1. Grayscale: #7A7A7A. Windows color (decimal): -3254690 or 6182606. OLE color: 6182606.
HSL color Cylindrical-coordinate representation of color #CE565E: hue angle of 356º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE565E is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 94 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.19 |
| HSL | 356º | 0.55% | 0.57% | - |
| HSV(B) | 356º | 0.58% | 0.81% | - |
| XYZ | 30.8 | 20.59 | 12.94 | - |
| YUV | 122.79 | 111.76 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 94 | 0 | 0.58 | 0.54 | 0.19 | 356 | 0.55 | 0.57 |
| Hex | CE | 56 | 5E | 0 | 3A | 36 | 13 | 164 | 37 | 39 |
| Octal | 316 | 126 | 136 | 0 | 72 | 66 | 23 | 544 | 67 | 71 |
| Binary | 11001110 | 1010110 | 1011110 | 0 | 111010 | 110110 | 10011 | 101100100 | 110111 | 111001 |
Color Harmonies of #CE565E
Complementary color
Monochromatic Colors of #CE565E
Black with #CE565E
Text Example
Text Example
White with #CE565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE565E; }
p { color: rgb(206,86,94); }
H1.HeaderClassName
{
color: #CE565E;
}
.AnyTagClassName
{
color: #CE565E;
}
</style>
background-color css
<style>
a { background-color: #CE565E; }
a { background-color: rgb(206,86,94); }
div.DivClassName
{
background-color: #CE565E;
}
.BgClassName
{
background-color: #CE565E;
}
</style>
border-color css
<style>
span { border-color: #CE565E; }
span { border-color: rgb(206,86,94); }
td.TdClassName
{
border-color: #CE565E;
}
.TagClassName
{
border-color: #CE565E;
}
</style>