Shades of Mandy #CE5259
Tints of Mandy #CE5259
RGB
CMYK
RGB Variations
Color information
#CE5259 (or 0xCE5259) is known color: Mandy. HEX triplet: CE, 52 and 59. RGB value is (206,82,89). Sum of RGB (Red+Green+Blue) = 206+82+89=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5259 is #31ADA6. Grayscale: #777777. Windows color (decimal): -3255719 or 5853902. OLE color: 5853902.
HSL color Cylindrical-coordinate representation of color #CE5259: hue angle of 356.61º 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 #CE5259 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 89 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.19 |
| HSL | 356.61º | 0.56% | 0.56% | - |
| HSV(B) | 356.61º | 0.6% | 0.81% | - |
| XYZ | 30.27 | 19.88 | 11.69 | - |
| YUV | 119.87 | 110.58 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 89 | 0 | 0.60 | 0.57 | 0.19 | 356.61 | 0.56 | 0.56 |
| Hex | CE | 52 | 59 | 0 | 3C | 39 | 13 | 165 | 38 | 38 |
| Octal | 316 | 122 | 131 | 0 | 74 | 71 | 23 | 545 | 70 | 70 |
| Binary | 11001110 | 1010010 | 1011001 | 0 | 111100 | 111001 | 10011 | 101100101 | 111000 | 111000 |
Color Harmonies of #CE5259
Complementary color
Monochromatic Colors of #CE5259
Black with #CE5259
Text Example
Text Example
White with #CE5259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5259; }
p { color: rgb(206,82,89); }
H1.HeaderClassName
{
color: #CE5259;
}
.AnyTagClassName
{
color: #CE5259;
}
</style>
background-color css
<style>
a { background-color: #CE5259; }
a { background-color: rgb(206,82,89); }
div.DivClassName
{
background-color: #CE5259;
}
.BgClassName
{
background-color: #CE5259;
}
</style>
border-color css
<style>
span { border-color: #CE5259; }
span { border-color: rgb(206,82,89); }
td.TdClassName
{
border-color: #CE5259;
}
.TagClassName
{
border-color: #CE5259;
}
</style>