Shades of Mandy #CE4A51
Tints of Mandy #CE4A51
RGB
CMYK
RGB Variations
Color information
#CE4A51 (or 0xCE4A51) is known color: Mandy. HEX triplet: CE, 4A and 51. RGB value is (206,74,81). Sum of RGB (Red+Green+Blue) = 206+74+81=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4A51 is #31B5AE. Grayscale: #727272. Windows color (decimal): -3257775 or 5327566. OLE color: 5327566.
HSL color Cylindrical-coordinate representation of color #CE4A51: hue angle of 356.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4A51 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 81 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.19 |
| HSL | 356.82º | 0.57% | 0.55% | - |
| HSV(B) | 356.82º | 0.64% | 0.81% | - |
| XYZ | 29.39 | 18.61 | 9.83 | - |
| YUV | 114.27 | 109.23 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 81 | 0 | 0.64 | 0.61 | 0.19 | 356.82 | 0.57 | 0.55 |
| Hex | CE | 4A | 51 | 0 | 40 | 3D | 13 | 165 | 39 | 37 |
| Octal | 316 | 112 | 121 | 0 | 100 | 75 | 23 | 545 | 71 | 67 |
| Binary | 11001110 | 1001010 | 1010001 | 0 | 1000000 | 111101 | 10011 | 101100101 | 111001 | 110111 |
Color Harmonies of #CE4A51
Complementary color
Monochromatic Colors of #CE4A51
Black with #CE4A51
Text Example
Text Example
White with #CE4A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4A51; }
p { color: rgb(206,74,81); }
H1.HeaderClassName
{
color: #CE4A51;
}
.AnyTagClassName
{
color: #CE4A51;
}
</style>
background-color css
<style>
a { background-color: #CE4A51; }
a { background-color: rgb(206,74,81); }
div.DivClassName
{
background-color: #CE4A51;
}
.BgClassName
{
background-color: #CE4A51;
}
</style>
border-color css
<style>
span { border-color: #CE4A51; }
span { border-color: rgb(206,74,81); }
td.TdClassName
{
border-color: #CE4A51;
}
.TagClassName
{
border-color: #CE4A51;
}
</style>