Shades of Can Can #CE83AB
Tints of Can Can #CE83AB
RGB
CMYK
RGB Variations
Color information
#CE83AB (or 0xCE83AB) is known color: Can Can. HEX triplet: CE, 83 and AB. RGB value is (206,131,171). Sum of RGB (Red+Green+Blue) = 206+131+171=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE83AB is #317C54. Grayscale: #9D9D9D. Windows color (decimal): -3243093 or 11240398. OLE color: 11240398.
HSL color Cylindrical-coordinate representation of color #CE83AB: hue angle of 328º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE83AB is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 171 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.19 |
| HSL | 328º | 0.43% | 0.66% | - |
| HSV(B) | 328º | 0.36% | 0.81% | - |
| XYZ | 40.92 | 32.29 | 42.6 | - |
| YUV | 157.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 171 | 0 | 0.36 | 0.17 | 0.19 | 328 | 0.43 | 0.66 |
| Hex | CE | 83 | AB | 0 | 24 | 11 | 13 | 148 | 2B | 42 |
| Octal | 316 | 203 | 253 | 0 | 44 | 21 | 23 | 510 | 53 | 102 |
| Binary | 11001110 | 10000011 | 10101011 | 0 | 100100 | 10001 | 10011 | 101001000 | 101011 | 1000010 |
Color Harmonies of #CE83AB
Complementary color
Monochromatic Colors of #CE83AB
Black with #CE83AB
Text Example
Text Example
White with #CE83AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE83AB; }
p { color: rgb(206,131,171); }
H1.HeaderClassName
{
color: #CE83AB;
}
.AnyTagClassName
{
color: #CE83AB;
}
</style>
background-color css
<style>
a { background-color: #CE83AB; }
a { background-color: rgb(206,131,171); }
div.DivClassName
{
background-color: #CE83AB;
}
.BgClassName
{
background-color: #CE83AB;
}
</style>
border-color css
<style>
span { border-color: #CE83AB; }
span { border-color: rgb(206,131,171); }
td.TdClassName
{
border-color: #CE83AB;
}
.TagClassName
{
border-color: #CE83AB;
}
</style>