Shades of Mandy #CE5865
Tints of Mandy #CE5865
RGB
CMYK
RGB Variations
Color information
#CE5865 (or 0xCE5865) is known color: Mandy. HEX triplet: CE, 58 and 65. RGB value is (206,88,101). Sum of RGB (Red+Green+Blue) = 206+88+101=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5865 is #31A79A. Grayscale: #7C7C7C. Windows color (decimal): -3254171 or 6641870. OLE color: 6641870.
HSL color Cylindrical-coordinate representation of color #CE5865: hue angle of 353.39º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5865 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 101 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.19 |
| HSL | 353.39º | 0.55% | 0.58% | - |
| HSV(B) | 353.39º | 0.57% | 0.81% | - |
| XYZ | 31.29 | 21.04 | 14.72 | - |
| YUV | 124.76 | 114.59 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 101 | 0 | 0.57 | 0.51 | 0.19 | 353.39 | 0.55 | 0.58 |
| Hex | CE | 58 | 65 | 0 | 39 | 33 | 13 | 161 | 37 | 3A |
| Octal | 316 | 130 | 145 | 0 | 71 | 63 | 23 | 541 | 67 | 72 |
| Binary | 11001110 | 1011000 | 1100101 | 0 | 111001 | 110011 | 10011 | 101100001 | 110111 | 111010 |
Color Harmonies of #CE5865
Complementary color
Monochromatic Colors of #CE5865
Black with #CE5865
Text Example
Text Example
White with #CE5865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5865; }
p { color: rgb(206,88,101); }
H1.HeaderClassName
{
color: #CE5865;
}
.AnyTagClassName
{
color: #CE5865;
}
</style>
background-color css
<style>
a { background-color: #CE5865; }
a { background-color: rgb(206,88,101); }
div.DivClassName
{
background-color: #CE5865;
}
.BgClassName
{
background-color: #CE5865;
}
</style>
border-color css
<style>
span { border-color: #CE5865; }
span { border-color: rgb(206,88,101); }
td.TdClassName
{
border-color: #CE5865;
}
.TagClassName
{
border-color: #CE5865;
}
</style>