Shades of Mandy #CE565D
Tints of Mandy #CE565D
RGB
CMYK
RGB Variations
Color information
#CE565D (or 0xCE565D) is known color: Mandy. HEX triplet: CE, 56 and 5D. RGB value is (206,86,93). Sum of RGB (Red+Green+Blue) = 206+86+93=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE565D is #31A9A2. Grayscale: #7A7A7A. Windows color (decimal): -3254691 or 6117070. OLE color: 6117070.
HSL color Cylindrical-coordinate representation of color #CE565D: hue angle of 356.5º 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 #CE565D is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 93 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.19 |
| HSL | 356.5º | 0.55% | 0.57% | - |
| HSV(B) | 356.5º | 0.58% | 0.81% | - |
| XYZ | 30.76 | 20.57 | 12.7 | - |
| YUV | 122.68 | 111.26 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 93 | 0 | 0.58 | 0.55 | 0.19 | 356.5 | 0.55 | 0.57 |
| Hex | CE | 56 | 5D | 0 | 3A | 37 | 13 | 164 | 37 | 39 |
| Octal | 316 | 126 | 135 | 0 | 72 | 67 | 23 | 544 | 67 | 71 |
| Binary | 11001110 | 1010110 | 1011101 | 0 | 111010 | 110111 | 10011 | 101100100 | 110111 | 111001 |
Color Harmonies of #CE565D
Complementary color
Monochromatic Colors of #CE565D
Black with #CE565D
Text Example
Text Example
White with #CE565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE565D; }
p { color: rgb(206,86,93); }
H1.HeaderClassName
{
color: #CE565D;
}
.AnyTagClassName
{
color: #CE565D;
}
</style>
background-color css
<style>
a { background-color: #CE565D; }
a { background-color: rgb(206,86,93); }
div.DivClassName
{
background-color: #CE565D;
}
.BgClassName
{
background-color: #CE565D;
}
</style>
border-color css
<style>
span { border-color: #CE565D; }
span { border-color: rgb(206,86,93); }
td.TdClassName
{
border-color: #CE565D;
}
.TagClassName
{
border-color: #CE565D;
}
</style>