Shades of Mandy #CE5461
Tints of Mandy #CE5461
RGB
CMYK
RGB Variations
Color information
#CE5461 (or 0xCE5461) is known color: Mandy. HEX triplet: CE, 54 and 61. RGB value is (206,84,97). Sum of RGB (Red+Green+Blue) = 206+84+97=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5461 is #31AB9E. Grayscale: #7A7A7A. Windows color (decimal): -3255199 or 6378702. OLE color: 6378702.
HSL color Cylindrical-coordinate representation of color #CE5461: hue angle of 353.61º 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 #CE5461 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 97 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.19 |
| HSL | 353.61º | 0.55% | 0.57% | - |
| HSV(B) | 353.61º | 0.59% | 0.81% | - |
| XYZ | 30.78 | 20.33 | 13.61 | - |
| YUV | 121.96 | 113.92 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 97 | 0 | 0.59 | 0.53 | 0.19 | 353.61 | 0.55 | 0.57 |
| Hex | CE | 54 | 61 | 0 | 3B | 35 | 13 | 162 | 37 | 39 |
| Octal | 316 | 124 | 141 | 0 | 73 | 65 | 23 | 542 | 67 | 71 |
| Binary | 11001110 | 1010100 | 1100001 | 0 | 111011 | 110101 | 10011 | 101100010 | 110111 | 111001 |
Color Harmonies of #CE5461
Complementary color
Monochromatic Colors of #CE5461
Black with #CE5461
Text Example
Text Example
White with #CE5461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5461; }
p { color: rgb(206,84,97); }
H1.HeaderClassName
{
color: #CE5461;
}
.AnyTagClassName
{
color: #CE5461;
}
</style>
background-color css
<style>
a { background-color: #CE5461; }
a { background-color: rgb(206,84,97); }
div.DivClassName
{
background-color: #CE5461;
}
.BgClassName
{
background-color: #CE5461;
}
</style>
border-color css
<style>
span { border-color: #CE5461; }
span { border-color: rgb(206,84,97); }
td.TdClassName
{
border-color: #CE5461;
}
.TagClassName
{
border-color: #CE5461;
}
</style>