Shades of Mandy #CE5155
Tints of Mandy #CE5155
RGB
CMYK
RGB Variations
Color information
#CE5155 (or 0xCE5155) is known color: Mandy. HEX triplet: CE, 51 and 55. RGB value is (206,81,85). Sum of RGB (Red+Green+Blue) = 206+81+85=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5155 is #31AEAA. Grayscale: #767676. Windows color (decimal): -3255979 or 5591502. OLE color: 5591502.
HSL color Cylindrical-coordinate representation of color #CE5155: hue angle of 358.08º 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 #CE5155 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 85 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.19 |
| HSL | 358.08º | 0.56% | 0.56% | - |
| HSV(B) | 358.08º | 0.61% | 0.81% | - |
| XYZ | 30.04 | 19.66 | 10.81 | - |
| YUV | 118.83 | 108.91 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 85 | 0 | 0.61 | 0.59 | 0.19 | 358.08 | 0.56 | 0.56 |
| Hex | CE | 51 | 55 | 0 | 3D | 3B | 13 | 166 | 38 | 38 |
| Octal | 316 | 121 | 125 | 0 | 75 | 73 | 23 | 546 | 70 | 70 |
| Binary | 11001110 | 1010001 | 1010101 | 0 | 111101 | 111011 | 10011 | 101100110 | 111000 | 111000 |
Color Harmonies of #CE5155
Complementary color
Monochromatic Colors of #CE5155
Black with #CE5155
Text Example
Text Example
White with #CE5155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5155; }
p { color: rgb(206,81,85); }
H1.HeaderClassName
{
color: #CE5155;
}
.AnyTagClassName
{
color: #CE5155;
}
</style>
background-color css
<style>
a { background-color: #CE5155; }
a { background-color: rgb(206,81,85); }
div.DivClassName
{
background-color: #CE5155;
}
.BgClassName
{
background-color: #CE5155;
}
</style>
border-color css
<style>
span { border-color: #CE5155; }
span { border-color: rgb(206,81,85); }
td.TdClassName
{
border-color: #CE5155;
}
.TagClassName
{
border-color: #CE5155;
}
</style>