Shades of Mandy #CE5051
Tints of Mandy #CE5051
RGB
CMYK
RGB Variations
Color information
#CE5051 (or 0xCE5051) is known color: Mandy. HEX triplet: CE, 50 and 51. RGB value is (206,80,81). Sum of RGB (Red+Green+Blue) = 206+80+81=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5051 is #31AFAE. Grayscale: #757575. Windows color (decimal): -3256239 or 5329102. OLE color: 5329102.
HSL color Cylindrical-coordinate representation of color #CE5051: 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.61%. Process color model (Four color, CMYK) of #CE5051 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 81 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.19 |
| HSL | 359.52º | 0.56% | 0.56% | - |
| HSV(B) | 359.52º | 0.61% | 0.81% | - |
| XYZ | 29.81 | 19.45 | 9.97 | - |
| YUV | 117.79 | 107.24 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 81 | 0 | 0.61 | 0.61 | 0.19 | 359.52 | 0.56 | 0.56 |
| Hex | CE | 50 | 51 | 0 | 3D | 3D | 13 | 168 | 38 | 38 |
| Octal | 316 | 120 | 121 | 0 | 75 | 75 | 23 | 550 | 70 | 70 |
| Binary | 11001110 | 1010000 | 1010001 | 0 | 111101 | 111101 | 10011 | 101101000 | 111000 | 111000 |
Color Harmonies of #CE5051
Complementary color
Monochromatic Colors of #CE5051
Black with #CE5051
Text Example
Text Example
White with #CE5051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5051; }
p { color: rgb(206,80,81); }
H1.HeaderClassName
{
color: #CE5051;
}
.AnyTagClassName
{
color: #CE5051;
}
</style>
background-color css
<style>
a { background-color: #CE5051; }
a { background-color: rgb(206,80,81); }
div.DivClassName
{
background-color: #CE5051;
}
.BgClassName
{
background-color: #CE5051;
}
</style>
border-color css
<style>
span { border-color: #CE5051; }
span { border-color: rgb(206,80,81); }
td.TdClassName
{
border-color: #CE5051;
}
.TagClassName
{
border-color: #CE5051;
}
</style>