Shades of Mandy #CE404D
Tints of Mandy #CE404D
RGB
CMYK
RGB Variations
Color information
#CE404D (or 0xCE404D) is known color: Mandy. HEX triplet: CE, 40 and 4D. RGB value is (206,64,77). Sum of RGB (Red+Green+Blue) = 206+64+77=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE404D is #31BFB2. Grayscale: #6C6C6C. Windows color (decimal): -3260339 or 5062862. OLE color: 5062862.
HSL color Cylindrical-coordinate representation of color #CE404D: hue angle of 354.51º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE404D is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 77 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.19 |
| HSL | 354.51º | 0.59% | 0.53% | - |
| HSV(B) | 354.51º | 0.69% | 0.81% | - |
| XYZ | 28.63 | 17.32 | 8.86 | - |
| YUV | 107.94 | 110.54 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 77 | 0 | 0.69 | 0.63 | 0.19 | 354.51 | 0.59 | 0.53 |
| Hex | CE | 40 | 4D | 0 | 45 | 3F | 13 | 163 | 3B | 35 |
| Octal | 316 | 100 | 115 | 0 | 105 | 77 | 23 | 543 | 73 | 65 |
| Binary | 11001110 | 1000000 | 1001101 | 0 | 1000101 | 111111 | 10011 | 101100011 | 111011 | 110101 |
Color Harmonies of #CE404D
Complementary color
Monochromatic Colors of #CE404D
Black with #CE404D
Text Example
Text Example
White with #CE404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE404D; }
p { color: rgb(206,64,77); }
H1.HeaderClassName
{
color: #CE404D;
}
.AnyTagClassName
{
color: #CE404D;
}
</style>
background-color css
<style>
a { background-color: #CE404D; }
a { background-color: rgb(206,64,77); }
div.DivClassName
{
background-color: #CE404D;
}
.BgClassName
{
background-color: #CE404D;
}
</style>
border-color css
<style>
span { border-color: #CE404D; }
span { border-color: rgb(206,64,77); }
td.TdClassName
{
border-color: #CE404D;
}
.TagClassName
{
border-color: #CE404D;
}
</style>