Shades of Can Can #CE9098
Tints of Can Can #CE9098
RGB
CMYK
RGB Variations
Color information
#CE9098 (or 0xCE9098) is known color: Can Can. HEX triplet: CE, 90 and 98. RGB value is (206,144,152). Sum of RGB (Red+Green+Blue) = 206+144+152=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9098 is #316F67. Grayscale: #A3A3A3. Windows color (decimal): -3239784 or 9998542. OLE color: 9998542.
HSL color Cylindrical-coordinate representation of color #CE9098: hue angle of 352.26º 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 #CE9098 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 152 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.19 |
| HSL | 352.26º | 0.39% | 0.69% | - |
| HSV(B) | 352.26º | 0.3% | 0.81% | - |
| XYZ | 41.09 | 35.34 | 34.36 | - |
| YUV | 163.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 152 | 0 | 0.30 | 0.26 | 0.19 | 352.26 | 0.39 | 0.69 |
| Hex | CE | 90 | 98 | 0 | 1E | 1A | 13 | 160 | 27 | 45 |
| Octal | 316 | 220 | 230 | 0 | 36 | 32 | 23 | 540 | 47 | 105 |
| Binary | 11001110 | 10010000 | 10011000 | 0 | 11110 | 11010 | 10011 | 101100000 | 100111 | 1000101 |
Color Harmonies of #CE9098
Complementary color
Monochromatic Colors of #CE9098
Black with #CE9098
Text Example
Text Example
White with #CE9098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9098; }
p { color: rgb(206,144,152); }
H1.HeaderClassName
{
color: #CE9098;
}
.AnyTagClassName
{
color: #CE9098;
}
</style>
background-color css
<style>
a { background-color: #CE9098; }
a { background-color: rgb(206,144,152); }
div.DivClassName
{
background-color: #CE9098;
}
.BgClassName
{
background-color: #CE9098;
}
</style>
border-color css
<style>
span { border-color: #CE9098; }
span { border-color: rgb(206,144,152); }
td.TdClassName
{
border-color: #CE9098;
}
.TagClassName
{
border-color: #CE9098;
}
</style>