Shades of Mandy #CE464D
Tints of Mandy #CE464D
RGB
CMYK
RGB Variations
Color information
#CE464D (or 0xCE464D) is known color: Mandy. HEX triplet: CE, 46 and 4D. RGB value is (206,70,77). Sum of RGB (Red+Green+Blue) = 206+70+77=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE464D is #31B9B2. Grayscale: #6F6F6F. Windows color (decimal): -3258803 or 5064398. OLE color: 5064398.
HSL color Cylindrical-coordinate representation of color #CE464D: hue angle of 356.91º 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 #CE464D is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 77 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.19 |
| HSL | 356.91º | 0.58% | 0.54% | - |
| HSV(B) | 356.91º | 0.66% | 0.81% | - |
| XYZ | 28.98 | 18.04 | 8.98 | - |
| YUV | 111.46 | 108.56 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 77 | 0 | 0.66 | 0.63 | 0.19 | 356.91 | 0.58 | 0.54 |
| Hex | CE | 46 | 4D | 0 | 42 | 3F | 13 | 165 | 3A | 36 |
| Octal | 316 | 106 | 115 | 0 | 102 | 77 | 23 | 545 | 72 | 66 |
| Binary | 11001110 | 1000110 | 1001101 | 0 | 1000010 | 111111 | 10011 | 101100101 | 111010 | 110110 |
Color Harmonies of #CE464D
Complementary color
Monochromatic Colors of #CE464D
Black with #CE464D
Text Example
Text Example
White with #CE464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE464D; }
p { color: rgb(206,70,77); }
H1.HeaderClassName
{
color: #CE464D;
}
.AnyTagClassName
{
color: #CE464D;
}
</style>
background-color css
<style>
a { background-color: #CE464D; }
a { background-color: rgb(206,70,77); }
div.DivClassName
{
background-color: #CE464D;
}
.BgClassName
{
background-color: #CE464D;
}
</style>
border-color css
<style>
span { border-color: #CE464D; }
span { border-color: rgb(206,70,77); }
td.TdClassName
{
border-color: #CE464D;
}
.TagClassName
{
border-color: #CE464D;
}
</style>