Shades of Mandy #CE5253
Tints of Mandy #CE5253
RGB
CMYK
RGB Variations
Color information
#CE5253 (or 0xCE5253) is known color: Mandy. HEX triplet: CE, 52 and 53. RGB value is (206,82,83). Sum of RGB (Red+Green+Blue) = 206+82+83=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5253 is #31ADAC. Grayscale: #777777. Windows color (decimal): -3255725 or 5460686. OLE color: 5460686.
HSL color Cylindrical-coordinate representation of color #CE5253: hue angle of 359.52º 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 #CE5253 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 83 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.19 |
| HSL | 359.52º | 0.56% | 0.56% | - |
| HSV(B) | 359.52º | 0.6% | 0.81% | - |
| XYZ | 30.03 | 19.78 | 10.42 | - |
| YUV | 119.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 83 | 0 | 0.60 | 0.60 | 0.19 | 359.52 | 0.56 | 0.56 |
| Hex | CE | 52 | 53 | 0 | 3C | 3C | 13 | 168 | 38 | 38 |
| Octal | 316 | 122 | 123 | 0 | 74 | 74 | 23 | 550 | 70 | 70 |
| Binary | 11001110 | 1010010 | 1010011 | 0 | 111100 | 111100 | 10011 | 101101000 | 111000 | 111000 |
Color Harmonies of #CE5253
Complementary color
Monochromatic Colors of #CE5253
Black with #CE5253
Text Example
Text Example
White with #CE5253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5253; }
p { color: rgb(206,82,83); }
H1.HeaderClassName
{
color: #CE5253;
}
.AnyTagClassName
{
color: #CE5253;
}
</style>
background-color css
<style>
a { background-color: #CE5253; }
a { background-color: rgb(206,82,83); }
div.DivClassName
{
background-color: #CE5253;
}
.BgClassName
{
background-color: #CE5253;
}
</style>
border-color css
<style>
span { border-color: #CE5253; }
span { border-color: rgb(206,82,83); }
td.TdClassName
{
border-color: #CE5253;
}
.TagClassName
{
border-color: #CE5253;
}
</style>