Shades of Can Can #CE8E9A
Tints of Can Can #CE8E9A
RGB
CMYK
RGB Variations
Color information
#CE8E9A (or 0xCE8E9A) is known color: Can Can. HEX triplet: CE, 8E and 9A. RGB value is (206,142,154). Sum of RGB (Red+Green+Blue) = 206+142+154=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8E9A is #317165. Grayscale: #A2A2A2. Windows color (decimal): -3240294 or 10129102. OLE color: 10129102.
HSL color Cylindrical-coordinate representation of color #CE8E9A: hue angle of 348.75º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE8E9A is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 142 | 154 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.19 |
| HSL | 348.75º | 0.4% | 0.68% | - |
| HSV(B) | 348.75º | 0.31% | 0.81% | - |
| XYZ | 40.96 | 34.8 | 35.13 | - |
| YUV | 162.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 154 | 0 | 0.31 | 0.25 | 0.19 | 348.75 | 0.4 | 0.68 |
| Hex | CE | 8E | 9A | 0 | 1F | 19 | 13 | 15D | 28 | 44 |
| Octal | 316 | 216 | 232 | 0 | 37 | 31 | 23 | 535 | 50 | 104 |
| Binary | 11001110 | 10001110 | 10011010 | 0 | 11111 | 11001 | 10011 | 101011101 | 101000 | 1000100 |
Color Harmonies of #CE8E9A
Complementary color
Monochromatic Colors of #CE8E9A
Black with #CE8E9A
Text Example
Text Example
White with #CE8E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8E9A; }
p { color: rgb(206,142,154); }
H1.HeaderClassName
{
color: #CE8E9A;
}
.AnyTagClassName
{
color: #CE8E9A;
}
</style>
background-color css
<style>
a { background-color: #CE8E9A; }
a { background-color: rgb(206,142,154); }
div.DivClassName
{
background-color: #CE8E9A;
}
.BgClassName
{
background-color: #CE8E9A;
}
</style>
border-color css
<style>
span { border-color: #CE8E9A; }
span { border-color: rgb(206,142,154); }
td.TdClassName
{
border-color: #CE8E9A;
}
.TagClassName
{
border-color: #CE8E9A;
}
</style>