Shades of Mandy #CE5263
Tints of Mandy #CE5263
RGB
CMYK
RGB Variations
Color information
#CE5263 (or 0xCE5263) is known color: Mandy. HEX triplet: CE, 52 and 63. RGB value is (206,82,99). Sum of RGB (Red+Green+Blue) = 206+82+99=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5263 is #31AD9C. Grayscale: #797979. Windows color (decimal): -3255709 or 6509262. OLE color: 6509262.
HSL color Cylindrical-coordinate representation of color #CE5263: hue angle of 351.77º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5263 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 99 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.19 |
| HSL | 351.77º | 0.56% | 0.56% | - |
| HSV(B) | 351.77º | 0.6% | 0.81% | - |
| XYZ | 30.72 | 20.06 | 14.06 | - |
| YUV | 121.01 | 115.58 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 99 | 0 | 0.60 | 0.52 | 0.19 | 351.77 | 0.56 | 0.56 |
| Hex | CE | 52 | 63 | 0 | 3C | 34 | 13 | 160 | 38 | 38 |
| Octal | 316 | 122 | 143 | 0 | 74 | 64 | 23 | 540 | 70 | 70 |
| Binary | 11001110 | 1010010 | 1100011 | 0 | 111100 | 110100 | 10011 | 101100000 | 111000 | 111000 |
Color Harmonies of #CE5263
Complementary color
Monochromatic Colors of #CE5263
Black with #CE5263
Text Example
Text Example
White with #CE5263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5263; }
p { color: rgb(206,82,99); }
H1.HeaderClassName
{
color: #CE5263;
}
.AnyTagClassName
{
color: #CE5263;
}
</style>
background-color css
<style>
a { background-color: #CE5263; }
a { background-color: rgb(206,82,99); }
div.DivClassName
{
background-color: #CE5263;
}
.BgClassName
{
background-color: #CE5263;
}
</style>
border-color css
<style>
span { border-color: #CE5263; }
span { border-color: rgb(206,82,99); }
td.TdClassName
{
border-color: #CE5263;
}
.TagClassName
{
border-color: #CE5263;
}
</style>