Shades of Mandy #CE4F56
Tints of Mandy #CE4F56
RGB
CMYK
RGB Variations
Color information
#CE4F56 (or 0xCE4F56) is known color: Mandy. HEX triplet: CE, 4F and 56. RGB value is (206,79,86). Sum of RGB (Red+Green+Blue) = 206+79+86=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4F56 is #31B0A9. Grayscale: #757575. Windows color (decimal): -3256490 or 5656526. OLE color: 5656526.
HSL color Cylindrical-coordinate representation of color #CE4F56: hue angle of 356.69º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4F56 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 86 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.19 |
| HSL | 356.69º | 0.56% | 0.56% | - |
| HSV(B) | 356.69º | 0.62% | 0.81% | - |
| XYZ | 29.93 | 19.39 | 10.97 | - |
| YUV | 117.77 | 110.08 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 86 | 0 | 0.62 | 0.58 | 0.19 | 356.69 | 0.56 | 0.56 |
| Hex | CE | 4F | 56 | 0 | 3E | 3A | 13 | 165 | 38 | 38 |
| Octal | 316 | 117 | 126 | 0 | 76 | 72 | 23 | 545 | 70 | 70 |
| Binary | 11001110 | 1001111 | 1010110 | 0 | 111110 | 111010 | 10011 | 101100101 | 111000 | 111000 |
Color Harmonies of #CE4F56
Complementary color
Monochromatic Colors of #CE4F56
Black with #CE4F56
Text Example
Text Example
White with #CE4F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4F56; }
p { color: rgb(206,79,86); }
H1.HeaderClassName
{
color: #CE4F56;
}
.AnyTagClassName
{
color: #CE4F56;
}
</style>
background-color css
<style>
a { background-color: #CE4F56; }
a { background-color: rgb(206,79,86); }
div.DivClassName
{
background-color: #CE4F56;
}
.BgClassName
{
background-color: #CE4F56;
}
</style>
border-color css
<style>
span { border-color: #CE4F56; }
span { border-color: rgb(206,79,86); }
td.TdClassName
{
border-color: #CE4F56;
}
.TagClassName
{
border-color: #CE4F56;
}
</style>