Shades of Mandy #CE4648
Tints of Mandy #CE4648
RGB
CMYK
RGB Variations
Color information
#CE4648 (or 0xCE4648) is known color: Mandy. HEX triplet: CE, 46 and 48. RGB value is (206,70,72). Sum of RGB (Red+Green+Blue) = 206+70+72=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4648 is #31B9B7. Grayscale: #6F6F6F. Windows color (decimal): -3258808 or 4736718. OLE color: 4736718.
HSL color Cylindrical-coordinate representation of color #CE4648: hue angle of 359.12º 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 #CE4648 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 72 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.19 |
| HSL | 359.12º | 0.58% | 0.54% | - |
| HSV(B) | 359.12º | 0.66% | 0.81% | - |
| XYZ | 28.81 | 17.97 | 8.08 | - |
| YUV | 110.89 | 106.06 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 72 | 0 | 0.66 | 0.65 | 0.19 | 359.12 | 0.58 | 0.54 |
| Hex | CE | 46 | 48 | 0 | 42 | 41 | 13 | 167 | 3A | 36 |
| Octal | 316 | 106 | 110 | 0 | 102 | 101 | 23 | 547 | 72 | 66 |
| Binary | 11001110 | 1000110 | 1001000 | 0 | 1000010 | 1000001 | 10011 | 101100111 | 111010 | 110110 |
Color Harmonies of #CE4648
Complementary color
Monochromatic Colors of #CE4648
Black with #CE4648
Text Example
Text Example
White with #CE4648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4648; }
p { color: rgb(206,70,72); }
H1.HeaderClassName
{
color: #CE4648;
}
.AnyTagClassName
{
color: #CE4648;
}
</style>
background-color css
<style>
a { background-color: #CE4648; }
a { background-color: rgb(206,70,72); }
div.DivClassName
{
background-color: #CE4648;
}
.BgClassName
{
background-color: #CE4648;
}
</style>
border-color css
<style>
span { border-color: #CE4648; }
span { border-color: rgb(206,70,72); }
td.TdClassName
{
border-color: #CE4648;
}
.TagClassName
{
border-color: #CE4648;
}
</style>