Shades of Mandy #CE515B
Tints of Mandy #CE515B
RGB
CMYK
RGB Variations
Color information
#CE515B (or 0xCE515B) is known color: Mandy. HEX triplet: CE, 51 and 5B. RGB value is (206,81,91). Sum of RGB (Red+Green+Blue) = 206+81+91=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE515B is #31AEA4. Grayscale: #777777. Windows color (decimal): -3255973 or 5984718. OLE color: 5984718.
HSL color Cylindrical-coordinate representation of color #CE515B: hue angle of 355.2º 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 #CE515B is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 91 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.19 |
| HSL | 355.2º | 0.56% | 0.56% | - |
| HSV(B) | 355.2º | 0.61% | 0.81% | - |
| XYZ | 30.28 | 19.76 | 12.12 | - |
| YUV | 119.52 | 111.91 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 91 | 0 | 0.61 | 0.56 | 0.19 | 355.2 | 0.56 | 0.56 |
| Hex | CE | 51 | 5B | 0 | 3D | 38 | 13 | 163 | 38 | 38 |
| Octal | 316 | 121 | 133 | 0 | 75 | 70 | 23 | 543 | 70 | 70 |
| Binary | 11001110 | 1010001 | 1011011 | 0 | 111101 | 111000 | 10011 | 101100011 | 111000 | 111000 |
Color Harmonies of #CE515B
Complementary color
Monochromatic Colors of #CE515B
Black with #CE515B
Text Example
Text Example
White with #CE515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE515B; }
p { color: rgb(206,81,91); }
H1.HeaderClassName
{
color: #CE515B;
}
.AnyTagClassName
{
color: #CE515B;
}
</style>
background-color css
<style>
a { background-color: #CE515B; }
a { background-color: rgb(206,81,91); }
div.DivClassName
{
background-color: #CE515B;
}
.BgClassName
{
background-color: #CE515B;
}
</style>
border-color css
<style>
span { border-color: #CE515B; }
span { border-color: rgb(206,81,91); }
td.TdClassName
{
border-color: #CE515B;
}
.TagClassName
{
border-color: #CE515B;
}
</style>