Shades of Mandy #CE405D
Tints of Mandy #CE405D
RGB
CMYK
RGB Variations
Color information
#CE405D (or 0xCE405D) is known color: Mandy. HEX triplet: CE, 40 and 5D. RGB value is (206,64,93). Sum of RGB (Red+Green+Blue) = 206+64+93=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE405D is #31BFA2. Grayscale: #6D6D6D. Windows color (decimal): -3260323 or 6111438. OLE color: 6111438.
HSL color Cylindrical-coordinate representation of color #CE405D: hue angle of 347.75º 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 #CE405D is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 93 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.19 |
| HSL | 347.75º | 0.59% | 0.53% | - |
| HSV(B) | 347.75º | 0.69% | 0.81% | - |
| XYZ | 29.26 | 17.58 | 12.21 | - |
| YUV | 109.76 | 118.54 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 93 | 0 | 0.69 | 0.55 | 0.19 | 347.75 | 0.59 | 0.53 |
| Hex | CE | 40 | 5D | 0 | 45 | 37 | 13 | 15C | 3B | 35 |
| Octal | 316 | 100 | 135 | 0 | 105 | 67 | 23 | 534 | 73 | 65 |
| Binary | 11001110 | 1000000 | 1011101 | 0 | 1000101 | 110111 | 10011 | 101011100 | 111011 | 110101 |
Color Harmonies of #CE405D
Complementary color
Monochromatic Colors of #CE405D
Black with #CE405D
Text Example
Text Example
White with #CE405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE405D; }
p { color: rgb(206,64,93); }
H1.HeaderClassName
{
color: #CE405D;
}
.AnyTagClassName
{
color: #CE405D;
}
</style>
background-color css
<style>
a { background-color: #CE405D; }
a { background-color: rgb(206,64,93); }
div.DivClassName
{
background-color: #CE405D;
}
.BgClassName
{
background-color: #CE405D;
}
</style>
border-color css
<style>
span { border-color: #CE405D; }
span { border-color: rgb(206,64,93); }
td.TdClassName
{
border-color: #CE405D;
}
.TagClassName
{
border-color: #CE405D;
}
</style>