Shades of Mandy #CE5360
Tints of Mandy #CE5360
RGB
CMYK
RGB Variations
Color information
#CE5360 (or 0xCE5360) is known color: Mandy. HEX triplet: CE, 53 and 60. RGB value is (206,83,96). Sum of RGB (Red+Green+Blue) = 206+83+96=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5360 is #31AC9F. Grayscale: #797979. Windows color (decimal): -3255456 or 6312910. OLE color: 6312910.
HSL color Cylindrical-coordinate representation of color #CE5360: hue angle of 353.66º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5360 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 96 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.19 |
| HSL | 353.66º | 0.56% | 0.57% | - |
| HSV(B) | 353.66º | 0.6% | 0.81% | - |
| XYZ | 30.66 | 20.15 | 13.34 | - |
| YUV | 121.26 | 113.75 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 96 | 0 | 0.60 | 0.53 | 0.19 | 353.66 | 0.56 | 0.57 |
| Hex | CE | 53 | 60 | 0 | 3C | 35 | 13 | 162 | 38 | 39 |
| Octal | 316 | 123 | 140 | 0 | 74 | 65 | 23 | 542 | 70 | 71 |
| Binary | 11001110 | 1010011 | 1100000 | 0 | 111100 | 110101 | 10011 | 101100010 | 111000 | 111001 |
Color Harmonies of #CE5360
Complementary color
Monochromatic Colors of #CE5360
Black with #CE5360
Text Example
Text Example
White with #CE5360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5360; }
p { color: rgb(206,83,96); }
H1.HeaderClassName
{
color: #CE5360;
}
.AnyTagClassName
{
color: #CE5360;
}
</style>
background-color css
<style>
a { background-color: #CE5360; }
a { background-color: rgb(206,83,96); }
div.DivClassName
{
background-color: #CE5360;
}
.BgClassName
{
background-color: #CE5360;
}
</style>
border-color css
<style>
span { border-color: #CE5360; }
span { border-color: rgb(206,83,96); }
td.TdClassName
{
border-color: #CE5360;
}
.TagClassName
{
border-color: #CE5360;
}
</style>