Shades of Mandy #CE6164
Tints of Mandy #CE6164
RGB
CMYK
RGB Variations
Color information
#CE6164 (or 0xCE6164) is known color: Mandy. HEX triplet: CE, 61 and 64. RGB value is (206,97,100). Sum of RGB (Red+Green+Blue) = 206+97+100=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6164 is #319E9B. Grayscale: #828282. Windows color (decimal): -3251868 or 6578638. OLE color: 6578638.
HSL color Cylindrical-coordinate representation of color #CE6164: hue angle of 358.35º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE6164 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 100 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.19 |
| HSL | 358.35º | 0.53% | 0.59% | - |
| HSV(B) | 358.35º | 0.53% | 0.81% | - |
| XYZ | 32.03 | 22.59 | 14.73 | - |
| YUV | 129.93 | 111.11 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 100 | 0 | 0.53 | 0.51 | 0.19 | 358.35 | 0.53 | 0.59 |
| Hex | CE | 61 | 64 | 0 | 35 | 33 | 13 | 166 | 35 | 3B |
| Octal | 316 | 141 | 144 | 0 | 65 | 63 | 23 | 546 | 65 | 73 |
| Binary | 11001110 | 1100001 | 1100100 | 0 | 110101 | 110011 | 10011 | 101100110 | 110101 | 111011 |
Color Harmonies of #CE6164
Complementary color
Monochromatic Colors of #CE6164
Black with #CE6164
Text Example
Text Example
White with #CE6164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6164; }
p { color: rgb(206,97,100); }
H1.HeaderClassName
{
color: #CE6164;
}
.AnyTagClassName
{
color: #CE6164;
}
</style>
background-color css
<style>
a { background-color: #CE6164; }
a { background-color: rgb(206,97,100); }
div.DivClassName
{
background-color: #CE6164;
}
.BgClassName
{
background-color: #CE6164;
}
</style>
border-color css
<style>
span { border-color: #CE6164; }
span { border-color: rgb(206,97,100); }
td.TdClassName
{
border-color: #CE6164;
}
.TagClassName
{
border-color: #CE6164;
}
</style>