Shades of Mandy #CE4A50
Tints of Mandy #CE4A50
RGB
CMYK
RGB Variations
Color information
#CE4A50 (or 0xCE4A50) is known color: Mandy. HEX triplet: CE, 4A and 50. RGB value is (206,74,80). Sum of RGB (Red+Green+Blue) = 206+74+80=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4A50 is #31B5AF. Grayscale: #727272. Windows color (decimal): -3257776 or 5262030. OLE color: 5262030.
HSL color Cylindrical-coordinate representation of color #CE4A50: hue angle of 357.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4A50 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 80 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.19 |
| HSL | 357.27º | 0.57% | 0.55% | - |
| HSV(B) | 357.27º | 0.64% | 0.81% | - |
| XYZ | 29.35 | 18.6 | 9.63 | - |
| YUV | 114.15 | 108.73 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 80 | 0 | 0.64 | 0.61 | 0.19 | 357.27 | 0.57 | 0.55 |
| Hex | CE | 4A | 50 | 0 | 40 | 3D | 13 | 165 | 39 | 37 |
| Octal | 316 | 112 | 120 | 0 | 100 | 75 | 23 | 545 | 71 | 67 |
| Binary | 11001110 | 1001010 | 1010000 | 0 | 1000000 | 111101 | 10011 | 101100101 | 111001 | 110111 |
Color Harmonies of #CE4A50
Complementary color
Monochromatic Colors of #CE4A50
Black with #CE4A50
Text Example
Text Example
White with #CE4A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4A50; }
p { color: rgb(206,74,80); }
H1.HeaderClassName
{
color: #CE4A50;
}
.AnyTagClassName
{
color: #CE4A50;
}
</style>
background-color css
<style>
a { background-color: #CE4A50; }
a { background-color: rgb(206,74,80); }
div.DivClassName
{
background-color: #CE4A50;
}
.BgClassName
{
background-color: #CE4A50;
}
</style>
border-color css
<style>
span { border-color: #CE4A50; }
span { border-color: rgb(206,74,80); }
td.TdClassName
{
border-color: #CE4A50;
}
.TagClassName
{
border-color: #CE4A50;
}
</style>