Shades of Can Can #CE939F
Tints of Can Can #CE939F
RGB
CMYK
RGB Variations
Color information
#CE939F (or 0xCE939F) is known color: Can Can. HEX triplet: CE, 93 and 9F. RGB value is (206,147,159). Sum of RGB (Red+Green+Blue) = 206+147+159=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE939F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE939F is #316C60. Grayscale: #A6A6A6. Windows color (decimal): -3239009 or 10458062. OLE color: 10458062.
HSL color Cylindrical-coordinate representation of color #CE939F: hue angle of 347.8º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE939F is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 147 | 159 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.19 |
| HSL | 347.8º | 0.38% | 0.69% | - |
| HSV(B) | 347.8º | 0.29% | 0.81% | - |
| XYZ | 42.15 | 36.49 | 37.62 | - |
| YUV | 166.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 159 | 0 | 0.29 | 0.23 | 0.19 | 347.8 | 0.38 | 0.69 |
| Hex | CE | 93 | 9F | 0 | 1D | 17 | 13 | 15C | 26 | 45 |
| Octal | 316 | 223 | 237 | 0 | 35 | 27 | 23 | 534 | 46 | 105 |
| Binary | 11001110 | 10010011 | 10011111 | 0 | 11101 | 10111 | 10011 | 101011100 | 100110 | 1000101 |
Color Harmonies of #CE939F
Complementary color
Monochromatic Colors of #CE939F
Black with #CE939F
Text Example
Text Example
White with #CE939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE939F; }
p { color: rgb(206,147,159); }
H1.HeaderClassName
{
color: #CE939F;
}
.AnyTagClassName
{
color: #CE939F;
}
</style>
background-color css
<style>
a { background-color: #CE939F; }
a { background-color: rgb(206,147,159); }
div.DivClassName
{
background-color: #CE939F;
}
.BgClassName
{
background-color: #CE939F;
}
</style>
border-color css
<style>
span { border-color: #CE939F; }
span { border-color: rgb(206,147,159); }
td.TdClassName
{
border-color: #CE939F;
}
.TagClassName
{
border-color: #CE939F;
}
</style>