Shades of Mandy #CE465D
Tints of Mandy #CE465D
RGB
CMYK
RGB Variations
Color information
#CE465D (or 0xCE465D) is known color: Mandy. HEX triplet: CE, 46 and 5D. RGB value is (206,70,93). Sum of RGB (Red+Green+Blue) = 206+70+93=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE465D is #31B9A2. Grayscale: #717171. Windows color (decimal): -3258787 or 6112974. OLE color: 6112974.
HSL color Cylindrical-coordinate representation of color #CE465D: hue angle of 349.85º 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 #CE465D is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 93 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.19 |
| HSL | 349.85º | 0.58% | 0.54% | - |
| HSV(B) | 349.85º | 0.66% | 0.81% | - |
| XYZ | 29.62 | 18.29 | 12.33 | - |
| YUV | 113.29 | 116.56 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 93 | 0 | 0.66 | 0.55 | 0.19 | 349.85 | 0.58 | 0.54 |
| Hex | CE | 46 | 5D | 0 | 42 | 37 | 13 | 15E | 3A | 36 |
| Octal | 316 | 106 | 135 | 0 | 102 | 67 | 23 | 536 | 72 | 66 |
| Binary | 11001110 | 1000110 | 1011101 | 0 | 1000010 | 110111 | 10011 | 101011110 | 111010 | 110110 |
Color Harmonies of #CE465D
Complementary color
Monochromatic Colors of #CE465D
Black with #CE465D
Text Example
Text Example
White with #CE465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE465D; }
p { color: rgb(206,70,93); }
H1.HeaderClassName
{
color: #CE465D;
}
.AnyTagClassName
{
color: #CE465D;
}
</style>
background-color css
<style>
a { background-color: #CE465D; }
a { background-color: rgb(206,70,93); }
div.DivClassName
{
background-color: #CE465D;
}
.BgClassName
{
background-color: #CE465D;
}
</style>
border-color css
<style>
span { border-color: #CE465D; }
span { border-color: rgb(206,70,93); }
td.TdClassName
{
border-color: #CE465D;
}
.TagClassName
{
border-color: #CE465D;
}
</style>