Shades of Mandy #CE5B5D
Tints of Mandy #CE5B5D
RGB
CMYK
RGB Variations
Color information
#CE5B5D (or 0xCE5B5D) is known color: Mandy. HEX triplet: CE, 5B and 5D. RGB value is (206,91,93). Sum of RGB (Red+Green+Blue) = 206+91+93=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B5D is #31A4A2. Grayscale: #7D7D7D. Windows color (decimal): -3253411 or 6118350. OLE color: 6118350.
HSL color Cylindrical-coordinate representation of color #CE5B5D: hue angle of 358.96º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5B5D is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 93 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.19 |
| HSL | 358.96º | 0.54% | 0.58% | - |
| HSV(B) | 358.96º | 0.56% | 0.81% | - |
| XYZ | 31.17 | 21.39 | 12.84 | - |
| YUV | 125.61 | 109.6 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 93 | 0 | 0.56 | 0.55 | 0.19 | 358.96 | 0.54 | 0.58 |
| Hex | CE | 5B | 5D | 0 | 38 | 37 | 13 | 167 | 36 | 3A |
| Octal | 316 | 133 | 135 | 0 | 70 | 67 | 23 | 547 | 66 | 72 |
| Binary | 11001110 | 1011011 | 1011101 | 0 | 111000 | 110111 | 10011 | 101100111 | 110110 | 111010 |
Color Harmonies of #CE5B5D
Complementary color
Monochromatic Colors of #CE5B5D
Black with #CE5B5D
Text Example
Text Example
White with #CE5B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B5D; }
p { color: rgb(206,91,93); }
H1.HeaderClassName
{
color: #CE5B5D;
}
.AnyTagClassName
{
color: #CE5B5D;
}
</style>
background-color css
<style>
a { background-color: #CE5B5D; }
a { background-color: rgb(206,91,93); }
div.DivClassName
{
background-color: #CE5B5D;
}
.BgClassName
{
background-color: #CE5B5D;
}
</style>
border-color css
<style>
span { border-color: #CE5B5D; }
span { border-color: rgb(206,91,93); }
td.TdClassName
{
border-color: #CE5B5D;
}
.TagClassName
{
border-color: #CE5B5D;
}
</style>