Shades of Can Can #CE8DA6
Tints of Can Can #CE8DA6
RGB
CMYK
RGB Variations
Color information
#CE8DA6 (or 0xCE8DA6) is known color: Can Can. HEX triplet: CE, 8D and A6. RGB value is (206,141,166). Sum of RGB (Red+Green+Blue) = 206+141+166=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8DA6 is #317259. Grayscale: #A3A3A3. Windows color (decimal): -3240538 or 10915278. OLE color: 10915278.
HSL color Cylindrical-coordinate representation of color #CE8DA6: hue angle of 336.92º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE8DA6 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 166 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.19 |
| HSL | 336.92º | 0.4% | 0.68% | - |
| HSV(B) | 336.92º | 0.32% | 0.81% | - |
| XYZ | 41.86 | 34.92 | 40.61 | - |
| YUV | 163.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 166 | 0 | 0.32 | 0.19 | 0.19 | 336.92 | 0.4 | 0.68 |
| Hex | CE | 8D | A6 | 0 | 20 | 13 | 13 | 151 | 28 | 44 |
| Octal | 316 | 215 | 246 | 0 | 40 | 23 | 23 | 521 | 50 | 104 |
| Binary | 11001110 | 10001101 | 10100110 | 0 | 100000 | 10011 | 10011 | 101010001 | 101000 | 1000100 |
Color Harmonies of #CE8DA6
Complementary color
Monochromatic Colors of #CE8DA6
Black with #CE8DA6
Text Example
Text Example
White with #CE8DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8DA6; }
p { color: rgb(206,141,166); }
H1.HeaderClassName
{
color: #CE8DA6;
}
.AnyTagClassName
{
color: #CE8DA6;
}
</style>
background-color css
<style>
a { background-color: #CE8DA6; }
a { background-color: rgb(206,141,166); }
div.DivClassName
{
background-color: #CE8DA6;
}
.BgClassName
{
background-color: #CE8DA6;
}
</style>
border-color css
<style>
span { border-color: #CE8DA6; }
span { border-color: rgb(206,141,166); }
td.TdClassName
{
border-color: #CE8DA6;
}
.TagClassName
{
border-color: #CE8DA6;
}
</style>