Shades of Mandy #CE4350
Tints of Mandy #CE4350
RGB
CMYK
RGB Variations
Color information
#CE4350 (or 0xCE4350) is known color: Mandy. HEX triplet: CE, 43 and 50. RGB value is (206,67,80). Sum of RGB (Red+Green+Blue) = 206+67+80=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4350 is #31BCAF. Grayscale: #6E6E6E. Windows color (decimal): -3259568 or 5260238. OLE color: 5260238.
HSL color Cylindrical-coordinate representation of color #CE4350: hue angle of 354.39º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4350 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 80 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.19 |
| HSL | 354.39º | 0.59% | 0.54% | - |
| HSV(B) | 354.39º | 0.67% | 0.81% | - |
| XYZ | 28.91 | 17.72 | 9.49 | - |
| YUV | 110.04 | 111.05 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 80 | 0 | 0.67 | 0.61 | 0.19 | 354.39 | 0.59 | 0.54 |
| Hex | CE | 43 | 50 | 0 | 43 | 3D | 13 | 162 | 3B | 36 |
| Octal | 316 | 103 | 120 | 0 | 103 | 75 | 23 | 542 | 73 | 66 |
| Binary | 11001110 | 1000011 | 1010000 | 0 | 1000011 | 111101 | 10011 | 101100010 | 111011 | 110110 |
Color Harmonies of #CE4350
Complementary color
Monochromatic Colors of #CE4350
Black with #CE4350
Text Example
Text Example
White with #CE4350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4350; }
p { color: rgb(206,67,80); }
H1.HeaderClassName
{
color: #CE4350;
}
.AnyTagClassName
{
color: #CE4350;
}
</style>
background-color css
<style>
a { background-color: #CE4350; }
a { background-color: rgb(206,67,80); }
div.DivClassName
{
background-color: #CE4350;
}
.BgClassName
{
background-color: #CE4350;
}
</style>
border-color css
<style>
span { border-color: #CE4350; }
span { border-color: rgb(206,67,80); }
td.TdClassName
{
border-color: #CE4350;
}
.TagClassName
{
border-color: #CE4350;
}
</style>