Shades of Mandy #CE465F
Tints of Mandy #CE465F
RGB
CMYK
RGB Variations
Color information
#CE465F (or 0xCE465F) is known color: Mandy. HEX triplet: CE, 46 and 5F. RGB value is (206,70,95). Sum of RGB (Red+Green+Blue) = 206+70+95=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE465F is #31B9A0. Grayscale: #717171. Windows color (decimal): -3258785 or 6244046. OLE color: 6244046.
HSL color Cylindrical-coordinate representation of color #CE465F: hue angle of 348.97º 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 #CE465F is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 95 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.19 |
| HSL | 348.97º | 0.58% | 0.54% | - |
| HSV(B) | 348.97º | 0.66% | 0.81% | - |
| XYZ | 29.71 | 18.33 | 12.8 | - |
| YUV | 113.51 | 117.56 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 95 | 0 | 0.66 | 0.54 | 0.19 | 348.97 | 0.58 | 0.54 |
| Hex | CE | 46 | 5F | 0 | 42 | 36 | 13 | 15D | 3A | 36 |
| Octal | 316 | 106 | 137 | 0 | 102 | 66 | 23 | 535 | 72 | 66 |
| Binary | 11001110 | 1000110 | 1011111 | 0 | 1000010 | 110110 | 10011 | 101011101 | 111010 | 110110 |
Color Harmonies of #CE465F
Complementary color
Monochromatic Colors of #CE465F
Black with #CE465F
Text Example
Text Example
White with #CE465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE465F; }
p { color: rgb(206,70,95); }
H1.HeaderClassName
{
color: #CE465F;
}
.AnyTagClassName
{
color: #CE465F;
}
</style>
background-color css
<style>
a { background-color: #CE465F; }
a { background-color: rgb(206,70,95); }
div.DivClassName
{
background-color: #CE465F;
}
.BgClassName
{
background-color: #CE465F;
}
</style>
border-color css
<style>
span { border-color: #CE465F; }
span { border-color: rgb(206,70,95); }
td.TdClassName
{
border-color: #CE465F;
}
.TagClassName
{
border-color: #CE465F;
}
</style>