Shades of Can Can #CE9096
Tints of Can Can #CE9096
RGB
CMYK
RGB Variations
Color information
#CE9096 (or 0xCE9096) is known color: Can Can. HEX triplet: CE, 90 and 96. RGB value is (206,144,150). Sum of RGB (Red+Green+Blue) = 206+144+150=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9096 is #316F69. Grayscale: #A3A3A3. Windows color (decimal): -3239786 or 9867470. OLE color: 9867470.
HSL color Cylindrical-coordinate representation of color #CE9096: hue angle of 354.19º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE9096 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 150 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.19 |
| HSL | 354.19º | 0.39% | 0.69% | - |
| HSV(B) | 354.19º | 0.3% | 0.81% | - |
| XYZ | 40.93 | 35.27 | 33.5 | - |
| YUV | 163.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 150 | 0 | 0.30 | 0.27 | 0.19 | 354.19 | 0.39 | 0.69 |
| Hex | CE | 90 | 96 | 0 | 1E | 1B | 13 | 162 | 27 | 45 |
| Octal | 316 | 220 | 226 | 0 | 36 | 33 | 23 | 542 | 47 | 105 |
| Binary | 11001110 | 10010000 | 10010110 | 0 | 11110 | 11011 | 10011 | 101100010 | 100111 | 1000101 |
Color Harmonies of #CE9096
Complementary color
Monochromatic Colors of #CE9096
Black with #CE9096
Text Example
Text Example
White with #CE9096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9096; }
p { color: rgb(206,144,150); }
H1.HeaderClassName
{
color: #CE9096;
}
.AnyTagClassName
{
color: #CE9096;
}
</style>
background-color css
<style>
a { background-color: #CE9096; }
a { background-color: rgb(206,144,150); }
div.DivClassName
{
background-color: #CE9096;
}
.BgClassName
{
background-color: #CE9096;
}
</style>
border-color css
<style>
span { border-color: #CE9096; }
span { border-color: rgb(206,144,150); }
td.TdClassName
{
border-color: #CE9096;
}
.TagClassName
{
border-color: #CE9096;
}
</style>