Shades of Mandy #CE515D
Tints of Mandy #CE515D
RGB
CMYK
RGB Variations
Color information
#CE515D (or 0xCE515D) is known color: Mandy. HEX triplet: CE, 51 and 5D. RGB value is (206,81,93). Sum of RGB (Red+Green+Blue) = 206+81+93=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE515D is #31AEA2. Grayscale: #777777. Windows color (decimal): -3255971 or 6115790. OLE color: 6115790.
HSL color Cylindrical-coordinate representation of color #CE515D: hue angle of 354.24º 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 #CE515D is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 93 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.19 |
| HSL | 354.24º | 0.56% | 0.56% | - |
| HSV(B) | 354.24º | 0.61% | 0.81% | - |
| XYZ | 30.37 | 19.8 | 12.58 | - |
| YUV | 119.74 | 112.91 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 93 | 0 | 0.61 | 0.55 | 0.19 | 354.24 | 0.56 | 0.56 |
| Hex | CE | 51 | 5D | 0 | 3D | 37 | 13 | 162 | 38 | 38 |
| Octal | 316 | 121 | 135 | 0 | 75 | 67 | 23 | 542 | 70 | 70 |
| Binary | 11001110 | 1010001 | 1011101 | 0 | 111101 | 110111 | 10011 | 101100010 | 111000 | 111000 |
Color Harmonies of #CE515D
Complementary color
Monochromatic Colors of #CE515D
Black with #CE515D
Text Example
Text Example
White with #CE515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE515D; }
p { color: rgb(206,81,93); }
H1.HeaderClassName
{
color: #CE515D;
}
.AnyTagClassName
{
color: #CE515D;
}
</style>
background-color css
<style>
a { background-color: #CE515D; }
a { background-color: rgb(206,81,93); }
div.DivClassName
{
background-color: #CE515D;
}
.BgClassName
{
background-color: #CE515D;
}
</style>
border-color css
<style>
span { border-color: #CE515D; }
span { border-color: rgb(206,81,93); }
td.TdClassName
{
border-color: #CE515D;
}
.TagClassName
{
border-color: #CE515D;
}
</style>