Shades of Mandy #CE6466
Tints of Mandy #CE6466
RGB
CMYK
RGB Variations
Color information
#CE6466 (or 0xCE6466) is known color: Mandy. HEX triplet: CE, 64 and 66. RGB value is (206,100,102). Sum of RGB (Red+Green+Blue) = 206+100+102=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6466 is #319B99. Grayscale: #848484. Windows color (decimal): -3251098 or 6710478. OLE color: 6710478.
HSL color Cylindrical-coordinate representation of color #CE6466: hue angle of 358.87º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6466 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 102 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.19 |
| HSL | 358.87º | 0.52% | 0.6% | - |
| HSV(B) | 358.87º | 0.51% | 0.81% | - |
| XYZ | 32.41 | 23.2 | 15.34 | - |
| YUV | 131.92 | 111.12 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 102 | 0 | 0.51 | 0.50 | 0.19 | 358.87 | 0.52 | 0.6 |
| Hex | CE | 64 | 66 | 0 | 33 | 32 | 13 | 167 | 34 | 3C |
| Octal | 316 | 144 | 146 | 0 | 63 | 62 | 23 | 547 | 64 | 74 |
| Binary | 11001110 | 1100100 | 1100110 | 0 | 110011 | 110010 | 10011 | 101100111 | 110100 | 111100 |
Color Harmonies of #CE6466
Complementary color
Monochromatic Colors of #CE6466
Black with #CE6466
Text Example
Text Example
White with #CE6466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6466; }
p { color: rgb(206,100,102); }
H1.HeaderClassName
{
color: #CE6466;
}
.AnyTagClassName
{
color: #CE6466;
}
</style>
background-color css
<style>
a { background-color: #CE6466; }
a { background-color: rgb(206,100,102); }
div.DivClassName
{
background-color: #CE6466;
}
.BgClassName
{
background-color: #CE6466;
}
</style>
border-color css
<style>
span { border-color: #CE6466; }
span { border-color: rgb(206,100,102); }
td.TdClassName
{
border-color: #CE6466;
}
.TagClassName
{
border-color: #CE6466;
}
</style>