Shades of Mandy #CE515C
Tints of Mandy #CE515C
RGB
CMYK
RGB Variations
Color information
#CE515C (or 0xCE515C) is known color: Mandy. HEX triplet: CE, 51 and 5C. RGB value is (206,81,92). Sum of RGB (Red+Green+Blue) = 206+81+92=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE515C is #31AEA3. Grayscale: #777777. Windows color (decimal): -3255972 or 6050254. OLE color: 6050254.
HSL color Cylindrical-coordinate representation of color #CE515C: hue angle of 354.72º 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 #CE515C is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 92 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.19 |
| HSL | 354.72º | 0.56% | 0.56% | - |
| HSV(B) | 354.72º | 0.61% | 0.81% | - |
| XYZ | 30.33 | 19.78 | 12.34 | - |
| YUV | 119.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 92 | 0 | 0.61 | 0.55 | 0.19 | 354.72 | 0.56 | 0.56 |
| Hex | CE | 51 | 5C | 0 | 3D | 37 | 13 | 163 | 38 | 38 |
| Octal | 316 | 121 | 134 | 0 | 75 | 67 | 23 | 543 | 70 | 70 |
| Binary | 11001110 | 1010001 | 1011100 | 0 | 111101 | 110111 | 10011 | 101100011 | 111000 | 111000 |
Color Harmonies of #CE515C
Complementary color
Monochromatic Colors of #CE515C
Black with #CE515C
Text Example
Text Example
White with #CE515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE515C; }
p { color: rgb(206,81,92); }
H1.HeaderClassName
{
color: #CE515C;
}
.AnyTagClassName
{
color: #CE515C;
}
</style>
background-color css
<style>
a { background-color: #CE515C; }
a { background-color: rgb(206,81,92); }
div.DivClassName
{
background-color: #CE515C;
}
.BgClassName
{
background-color: #CE515C;
}
</style>
border-color css
<style>
span { border-color: #CE515C; }
span { border-color: rgb(206,81,92); }
td.TdClassName
{
border-color: #CE515C;
}
.TagClassName
{
border-color: #CE515C;
}
</style>