Shades of Mandy #CE5363
Tints of Mandy #CE5363
RGB
CMYK
RGB Variations
Color information
#CE5363 (or 0xCE5363) is known color: Mandy. HEX triplet: CE, 53 and 63. RGB value is (206,83,99). Sum of RGB (Red+Green+Blue) = 206+83+99=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5363 is #31AC9C. Grayscale: #797979. Windows color (decimal): -3255453 or 6509518. OLE color: 6509518.
HSL color Cylindrical-coordinate representation of color #CE5363: hue angle of 352.2º 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 #CE5363 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 99 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.19 |
| HSL | 352.2º | 0.56% | 0.57% | - |
| HSV(B) | 352.2º | 0.6% | 0.81% | - |
| XYZ | 30.8 | 20.21 | 14.08 | - |
| YUV | 121.6 | 115.25 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 99 | 0 | 0.60 | 0.52 | 0.19 | 352.2 | 0.56 | 0.57 |
| Hex | CE | 53 | 63 | 0 | 3C | 34 | 13 | 160 | 38 | 39 |
| Octal | 316 | 123 | 143 | 0 | 74 | 64 | 23 | 540 | 70 | 71 |
| Binary | 11001110 | 1010011 | 1100011 | 0 | 111100 | 110100 | 10011 | 101100000 | 111000 | 111001 |
Color Harmonies of #CE5363
Complementary color
Monochromatic Colors of #CE5363
Black with #CE5363
Text Example
Text Example
White with #CE5363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5363; }
p { color: rgb(206,83,99); }
H1.HeaderClassName
{
color: #CE5363;
}
.AnyTagClassName
{
color: #CE5363;
}
</style>
background-color css
<style>
a { background-color: #CE5363; }
a { background-color: rgb(206,83,99); }
div.DivClassName
{
background-color: #CE5363;
}
.BgClassName
{
background-color: #CE5363;
}
</style>
border-color css
<style>
span { border-color: #CE5363; }
span { border-color: rgb(206,83,99); }
td.TdClassName
{
border-color: #CE5363;
}
.TagClassName
{
border-color: #CE5363;
}
</style>