Shades of Mandy #CE5E65
Tints of Mandy #CE5E65
RGB
CMYK
RGB Variations
Color information
#CE5E65 (or 0xCE5E65) is known color: Mandy. HEX triplet: CE, 5E and 65. RGB value is (206,94,101). Sum of RGB (Red+Green+Blue) = 206+94+101=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E65 is #31A19A. Grayscale: #808080. Windows color (decimal): -3252635 or 6643406. OLE color: 6643406.
HSL color Cylindrical-coordinate representation of color #CE5E65: hue angle of 356.25º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5E65 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 101 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.19 |
| HSL | 356.25º | 0.53% | 0.59% | - |
| HSV(B) | 356.25º | 0.54% | 0.81% | - |
| XYZ | 31.81 | 22.07 | 14.89 | - |
| YUV | 128.29 | 112.61 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 101 | 0 | 0.54 | 0.51 | 0.19 | 356.25 | 0.53 | 0.59 |
| Hex | CE | 5E | 65 | 0 | 36 | 33 | 13 | 164 | 35 | 3B |
| Octal | 316 | 136 | 145 | 0 | 66 | 63 | 23 | 544 | 65 | 73 |
| Binary | 11001110 | 1011110 | 1100101 | 0 | 110110 | 110011 | 10011 | 101100100 | 110101 | 111011 |
Color Harmonies of #CE5E65
Complementary color
Monochromatic Colors of #CE5E65
Black with #CE5E65
Text Example
Text Example
White with #CE5E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E65; }
p { color: rgb(206,94,101); }
H1.HeaderClassName
{
color: #CE5E65;
}
.AnyTagClassName
{
color: #CE5E65;
}
</style>
background-color css
<style>
a { background-color: #CE5E65; }
a { background-color: rgb(206,94,101); }
div.DivClassName
{
background-color: #CE5E65;
}
.BgClassName
{
background-color: #CE5E65;
}
</style>
border-color css
<style>
span { border-color: #CE5E65; }
span { border-color: rgb(206,94,101); }
td.TdClassName
{
border-color: #CE5E65;
}
.TagClassName
{
border-color: #CE5E65;
}
</style>