Shades of Mandy #CE4050
Tints of Mandy #CE4050
RGB
CMYK
RGB Variations
Color information
#CE4050 (or 0xCE4050) is known color: Mandy. HEX triplet: CE, 40 and 50. RGB value is (206,64,80). Sum of RGB (Red+Green+Blue) = 206+64+80=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4050 is #31BFAF. Grayscale: #6C6C6C. Windows color (decimal): -3260336 or 5259470. OLE color: 5259470.
HSL color Cylindrical-coordinate representation of color #CE4050: hue angle of 353.24º 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 #CE4050 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 80 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.19 |
| HSL | 353.24º | 0.59% | 0.53% | - |
| HSV(B) | 353.24º | 0.69% | 0.81% | - |
| XYZ | 28.73 | 17.37 | 9.43 | - |
| YUV | 108.28 | 112.04 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 80 | 0 | 0.69 | 0.61 | 0.19 | 353.24 | 0.59 | 0.53 |
| Hex | CE | 40 | 50 | 0 | 45 | 3D | 13 | 161 | 3B | 35 |
| Octal | 316 | 100 | 120 | 0 | 105 | 75 | 23 | 541 | 73 | 65 |
| Binary | 11001110 | 1000000 | 1010000 | 0 | 1000101 | 111101 | 10011 | 101100001 | 111011 | 110101 |
Color Harmonies of #CE4050
Complementary color
Monochromatic Colors of #CE4050
Black with #CE4050
Text Example
Text Example
White with #CE4050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4050; }
p { color: rgb(206,64,80); }
H1.HeaderClassName
{
color: #CE4050;
}
.AnyTagClassName
{
color: #CE4050;
}
</style>
background-color css
<style>
a { background-color: #CE4050; }
a { background-color: rgb(206,64,80); }
div.DivClassName
{
background-color: #CE4050;
}
.BgClassName
{
background-color: #CE4050;
}
</style>
border-color css
<style>
span { border-color: #CE4050; }
span { border-color: rgb(206,64,80); }
td.TdClassName
{
border-color: #CE4050;
}
.TagClassName
{
border-color: #CE4050;
}
</style>