Shades of Mandy #CE565F
Tints of Mandy #CE565F
RGB
CMYK
RGB Variations
Color information
#CE565F (or 0xCE565F) is known color: Mandy. HEX triplet: CE, 56 and 5F. RGB value is (206,86,95). Sum of RGB (Red+Green+Blue) = 206+86+95=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE565F is #31A9A0. Grayscale: #7A7A7A. Windows color (decimal): -3254689 or 6248142. OLE color: 6248142.
HSL color Cylindrical-coordinate representation of color #CE565F: hue angle of 355.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 #CE565F is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 95 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.19 |
| HSL | 355.5º | 0.55% | 0.57% | - |
| HSV(B) | 355.5º | 0.58% | 0.81% | - |
| XYZ | 30.85 | 20.6 | 13.18 | - |
| YUV | 122.91 | 112.26 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 95 | 0 | 0.58 | 0.54 | 0.19 | 355.5 | 0.55 | 0.57 |
| Hex | CE | 56 | 5F | 0 | 3A | 36 | 13 | 164 | 37 | 39 |
| Octal | 316 | 126 | 137 | 0 | 72 | 66 | 23 | 544 | 67 | 71 |
| Binary | 11001110 | 1010110 | 1011111 | 0 | 111010 | 110110 | 10011 | 101100100 | 110111 | 111001 |
Color Harmonies of #CE565F
Complementary color
Monochromatic Colors of #CE565F
Black with #CE565F
Text Example
Text Example
White with #CE565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE565F; }
p { color: rgb(206,86,95); }
H1.HeaderClassName
{
color: #CE565F;
}
.AnyTagClassName
{
color: #CE565F;
}
</style>
background-color css
<style>
a { background-color: #CE565F; }
a { background-color: rgb(206,86,95); }
div.DivClassName
{
background-color: #CE565F;
}
.BgClassName
{
background-color: #CE565F;
}
</style>
border-color css
<style>
span { border-color: #CE565F; }
span { border-color: rgb(206,86,95); }
td.TdClassName
{
border-color: #CE565F;
}
.TagClassName
{
border-color: #CE565F;
}
</style>