Shades of Mandy #CE5C66
Tints of Mandy #CE5C66
RGB
CMYK
RGB Variations
Color information
#CE5C66 (or 0xCE5C66) is known color: Mandy. HEX triplet: CE, 5C and 66. RGB value is (206,92,102). Sum of RGB (Red+Green+Blue) = 206+92+102=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C66 is #31A399. Grayscale: #7F7F7F. Windows color (decimal): -3253146 or 6708430. OLE color: 6708430.
HSL color Cylindrical-coordinate representation of color #CE5C66: hue angle of 354.74º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5C66 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 102 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.19 |
| HSL | 354.74º | 0.54% | 0.58% | - |
| HSV(B) | 354.74º | 0.55% | 0.81% | - |
| XYZ | 31.68 | 21.74 | 15.1 | - |
| YUV | 127.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 102 | 0 | 0.55 | 0.50 | 0.19 | 354.74 | 0.54 | 0.58 |
| Hex | CE | 5C | 66 | 0 | 37 | 32 | 13 | 163 | 36 | 3A |
| Octal | 316 | 134 | 146 | 0 | 67 | 62 | 23 | 543 | 66 | 72 |
| Binary | 11001110 | 1011100 | 1100110 | 0 | 110111 | 110010 | 10011 | 101100011 | 110110 | 111010 |
Color Harmonies of #CE5C66
Complementary color
Monochromatic Colors of #CE5C66
Black with #CE5C66
Text Example
Text Example
White with #CE5C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5C66; }
p { color: rgb(206,92,102); }
H1.HeaderClassName
{
color: #CE5C66;
}
.AnyTagClassName
{
color: #CE5C66;
}
</style>
background-color css
<style>
a { background-color: #CE5C66; }
a { background-color: rgb(206,92,102); }
div.DivClassName
{
background-color: #CE5C66;
}
.BgClassName
{
background-color: #CE5C66;
}
</style>
border-color css
<style>
span { border-color: #CE5C66; }
span { border-color: rgb(206,92,102); }
td.TdClassName
{
border-color: #CE5C66;
}
.TagClassName
{
border-color: #CE5C66;
}
</style>