Shades of Mandy #CE6266
Tints of Mandy #CE6266
RGB
CMYK
RGB Variations
Color information
#CE6266 (or 0xCE6266) is known color: Mandy. HEX triplet: CE, 62 and 66. RGB value is (206,98,102). Sum of RGB (Red+Green+Blue) = 206+98+102=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6266 is #319D99. Grayscale: #828282. Windows color (decimal): -3251610 or 6709966. OLE color: 6709966.
HSL color Cylindrical-coordinate representation of color #CE6266: hue angle of 357.78º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6266 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 102 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.19 |
| HSL | 357.78º | 0.52% | 0.6% | - |
| HSV(B) | 357.78º | 0.52% | 0.81% | - |
| XYZ | 32.22 | 22.82 | 15.28 | - |
| YUV | 130.75 | 111.78 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 102 | 0 | 0.52 | 0.50 | 0.19 | 357.78 | 0.52 | 0.6 |
| Hex | CE | 62 | 66 | 0 | 34 | 32 | 13 | 166 | 34 | 3C |
| Octal | 316 | 142 | 146 | 0 | 64 | 62 | 23 | 546 | 64 | 74 |
| Binary | 11001110 | 1100010 | 1100110 | 0 | 110100 | 110010 | 10011 | 101100110 | 110100 | 111100 |
Color Harmonies of #CE6266
Complementary color
Monochromatic Colors of #CE6266
Black with #CE6266
Text Example
Text Example
White with #CE6266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6266; }
p { color: rgb(206,98,102); }
H1.HeaderClassName
{
color: #CE6266;
}
.AnyTagClassName
{
color: #CE6266;
}
</style>
background-color css
<style>
a { background-color: #CE6266; }
a { background-color: rgb(206,98,102); }
div.DivClassName
{
background-color: #CE6266;
}
.BgClassName
{
background-color: #CE6266;
}
</style>
border-color css
<style>
span { border-color: #CE6266; }
span { border-color: rgb(206,98,102); }
td.TdClassName
{
border-color: #CE6266;
}
.TagClassName
{
border-color: #CE6266;
}
</style>