Shades of Can Can #CE80AB
Tints of Can Can #CE80AB
RGB
CMYK
RGB Variations
Color information
#CE80AB (or 0xCE80AB) is known color: Can Can. HEX triplet: CE, 80 and AB. RGB value is (206,128,171). Sum of RGB (Red+Green+Blue) = 206+128+171=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CE80AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE80AB is #317F54. Grayscale: #9C9C9C. Windows color (decimal): -3243861 or 11239630. OLE color: 11239630.
HSL color Cylindrical-coordinate representation of color #CE80AB: hue angle of 326.92º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE80AB is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 171 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.19 |
| HSL | 326.92º | 0.44% | 0.65% | - |
| HSV(B) | 326.92º | 0.38% | 0.81% | - |
| XYZ | 40.52 | 31.5 | 42.47 | - |
| YUV | 156.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 171 | 0 | 0.38 | 0.17 | 0.19 | 326.92 | 0.44 | 0.65 |
| Hex | CE | 80 | AB | 0 | 26 | 11 | 13 | 147 | 2C | 41 |
| Octal | 316 | 200 | 253 | 0 | 46 | 21 | 23 | 507 | 54 | 101 |
| Binary | 11001110 | 10000000 | 10101011 | 0 | 100110 | 10001 | 10011 | 101000111 | 101100 | 1000001 |
Color Harmonies of #CE80AB
Complementary color
Monochromatic Colors of #CE80AB
Black with #CE80AB
Text Example
Text Example
White with #CE80AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80AB; }
p { color: rgb(206,128,171); }
H1.HeaderClassName
{
color: #CE80AB;
}
.AnyTagClassName
{
color: #CE80AB;
}
</style>
background-color css
<style>
a { background-color: #CE80AB; }
a { background-color: rgb(206,128,171); }
div.DivClassName
{
background-color: #CE80AB;
}
.BgClassName
{
background-color: #CE80AB;
}
</style>
border-color css
<style>
span { border-color: #CE80AB; }
span { border-color: rgb(206,128,171); }
td.TdClassName
{
border-color: #CE80AB;
}
.TagClassName
{
border-color: #CE80AB;
}
</style>