Shades of Mandy #CE4748
Tints of Mandy #CE4748
RGB
CMYK
RGB Variations
Color information
#CE4748 (or 0xCE4748) is known color: Mandy. HEX triplet: CE, 47 and 48. RGB value is (206,71,72). Sum of RGB (Red+Green+Blue) = 206+71+72=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4748 is #31B8B7. Grayscale: #6F6F6F. Windows color (decimal): -3258552 or 4736974. OLE color: 4736974.
HSL color Cylindrical-coordinate representation of color #CE4748: hue angle of 359.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4748 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 72 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.19 |
| HSL | 359.56º | 0.58% | 0.54% | - |
| HSV(B) | 359.56º | 0.66% | 0.81% | - |
| XYZ | 28.88 | 18.1 | 8.1 | - |
| YUV | 111.48 | 105.73 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 72 | 0 | 0.66 | 0.65 | 0.19 | 359.56 | 0.58 | 0.54 |
| Hex | CE | 47 | 48 | 0 | 42 | 41 | 13 | 168 | 3A | 36 |
| Octal | 316 | 107 | 110 | 0 | 102 | 101 | 23 | 550 | 72 | 66 |
| Binary | 11001110 | 1000111 | 1001000 | 0 | 1000010 | 1000001 | 10011 | 101101000 | 111010 | 110110 |
Color Harmonies of #CE4748
Complementary color
Monochromatic Colors of #CE4748
Black with #CE4748
Text Example
Text Example
White with #CE4748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4748; }
p { color: rgb(206,71,72); }
H1.HeaderClassName
{
color: #CE4748;
}
.AnyTagClassName
{
color: #CE4748;
}
</style>
background-color css
<style>
a { background-color: #CE4748; }
a { background-color: rgb(206,71,72); }
div.DivClassName
{
background-color: #CE4748;
}
.BgClassName
{
background-color: #CE4748;
}
</style>
border-color css
<style>
span { border-color: #CE4748; }
span { border-color: rgb(206,71,72); }
td.TdClassName
{
border-color: #CE4748;
}
.TagClassName
{
border-color: #CE4748;
}
</style>