Shades of Mandy #CE465B
Tints of Mandy #CE465B
RGB
CMYK
RGB Variations
Color information
#CE465B (or 0xCE465B) is known color: Mandy. HEX triplet: CE, 46 and 5B. RGB value is (206,70,91). Sum of RGB (Red+Green+Blue) = 206+70+91=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE465B is #31B9A4. Grayscale: #717171. Windows color (decimal): -3258789 or 5981902. OLE color: 5981902.
HSL color Cylindrical-coordinate representation of color #CE465B: hue angle of 350.74º 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 #CE465B is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 91 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.19 |
| HSL | 350.74º | 0.58% | 0.54% | - |
| HSV(B) | 350.74º | 0.66% | 0.81% | - |
| XYZ | 29.53 | 18.26 | 11.87 | - |
| YUV | 113.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 91 | 0 | 0.66 | 0.56 | 0.19 | 350.74 | 0.58 | 0.54 |
| Hex | CE | 46 | 5B | 0 | 42 | 38 | 13 | 15F | 3A | 36 |
| Octal | 316 | 106 | 133 | 0 | 102 | 70 | 23 | 537 | 72 | 66 |
| Binary | 11001110 | 1000110 | 1011011 | 0 | 1000010 | 111000 | 10011 | 101011111 | 111010 | 110110 |
Color Harmonies of #CE465B
Complementary color
Monochromatic Colors of #CE465B
Black with #CE465B
Text Example
Text Example
White with #CE465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE465B; }
p { color: rgb(206,70,91); }
H1.HeaderClassName
{
color: #CE465B;
}
.AnyTagClassName
{
color: #CE465B;
}
</style>
background-color css
<style>
a { background-color: #CE465B; }
a { background-color: rgb(206,70,91); }
div.DivClassName
{
background-color: #CE465B;
}
.BgClassName
{
background-color: #CE465B;
}
</style>
border-color css
<style>
span { border-color: #CE465B; }
span { border-color: rgb(206,70,91); }
td.TdClassName
{
border-color: #CE465B;
}
.TagClassName
{
border-color: #CE465B;
}
</style>