Shades of Mandy #CE6668
Tints of Mandy #CE6668
RGB
CMYK
RGB Variations
Color information
#CE6668 (or 0xCE6668) is known color: Mandy. HEX triplet: CE, 66 and 68. RGB value is (206,102,104). Sum of RGB (Red+Green+Blue) = 206+102+104=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6668 is #319997. Grayscale: #858585. Windows color (decimal): -3250584 or 6842062. OLE color: 6842062.
HSL color Cylindrical-coordinate representation of color #CE6668: hue angle of 358.85º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6668 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 104 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.19 |
| HSL | 358.85º | 0.51% | 0.6% | - |
| HSV(B) | 358.85º | 0.5% | 0.81% | - |
| XYZ | 32.7 | 23.62 | 15.93 | - |
| YUV | 133.32 | 111.46 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 104 | 0 | 0.50 | 0.50 | 0.19 | 358.85 | 0.51 | 0.6 |
| Hex | CE | 66 | 68 | 0 | 32 | 32 | 13 | 167 | 33 | 3C |
| Octal | 316 | 146 | 150 | 0 | 62 | 62 | 23 | 547 | 63 | 74 |
| Binary | 11001110 | 1100110 | 1101000 | 0 | 110010 | 110010 | 10011 | 101100111 | 110011 | 111100 |
Color Harmonies of #CE6668
Complementary color
Monochromatic Colors of #CE6668
Black with #CE6668
Text Example
Text Example
White with #CE6668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6668; }
p { color: rgb(206,102,104); }
H1.HeaderClassName
{
color: #CE6668;
}
.AnyTagClassName
{
color: #CE6668;
}
</style>
background-color css
<style>
a { background-color: #CE6668; }
a { background-color: rgb(206,102,104); }
div.DivClassName
{
background-color: #CE6668;
}
.BgClassName
{
background-color: #CE6668;
}
</style>
border-color css
<style>
span { border-color: #CE6668; }
span { border-color: rgb(206,102,104); }
td.TdClassName
{
border-color: #CE6668;
}
.TagClassName
{
border-color: #CE6668;
}
</style>