Shades of Mandy #CE5561
Tints of Mandy #CE5561
RGB
CMYK
RGB Variations
Color information
#CE5561 (or 0xCE5561) is known color: Mandy. HEX triplet: CE, 55 and 61. RGB value is (206,85,97). Sum of RGB (Red+Green+Blue) = 206+85+97=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5561 is #31AA9E. Grayscale: #7A7A7A. Windows color (decimal): -3254943 or 6378958. OLE color: 6378958.
HSL color Cylindrical-coordinate representation of color #CE5561: hue angle of 354.05º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5561 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 97 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.19 |
| HSL | 354.05º | 0.55% | 0.57% | - |
| HSV(B) | 354.05º | 0.59% | 0.81% | - |
| XYZ | 30.86 | 20.48 | 13.64 | - |
| YUV | 122.55 | 113.59 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 97 | 0 | 0.59 | 0.53 | 0.19 | 354.05 | 0.55 | 0.57 |
| Hex | CE | 55 | 61 | 0 | 3B | 35 | 13 | 162 | 37 | 39 |
| Octal | 316 | 125 | 141 | 0 | 73 | 65 | 23 | 542 | 67 | 71 |
| Binary | 11001110 | 1010101 | 1100001 | 0 | 111011 | 110101 | 10011 | 101100010 | 110111 | 111001 |
Color Harmonies of #CE5561
Complementary color
Monochromatic Colors of #CE5561
Black with #CE5561
Text Example
Text Example
White with #CE5561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5561; }
p { color: rgb(206,85,97); }
H1.HeaderClassName
{
color: #CE5561;
}
.AnyTagClassName
{
color: #CE5561;
}
</style>
background-color css
<style>
a { background-color: #CE5561; }
a { background-color: rgb(206,85,97); }
div.DivClassName
{
background-color: #CE5561;
}
.BgClassName
{
background-color: #CE5561;
}
</style>
border-color css
<style>
span { border-color: #CE5561; }
span { border-color: rgb(206,85,97); }
td.TdClassName
{
border-color: #CE5561;
}
.TagClassName
{
border-color: #CE5561;
}
</style>