Shades of Can Can #CE8E9F
Tints of Can Can #CE8E9F
RGB
CMYK
RGB Variations
Color information
#CE8E9F (or 0xCE8E9F) is known color: Can Can. HEX triplet: CE, 8E and 9F. RGB value is (206,142,159). Sum of RGB (Red+Green+Blue) = 206+142+159=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8E9F is #317160. Grayscale: #A3A3A3. Windows color (decimal): -3240289 or 10456782. OLE color: 10456782.
HSL color Cylindrical-coordinate representation of color #CE8E9F: hue angle of 344.06º 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 #CE8E9F is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 142 | 159 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.19 |
| HSL | 344.06º | 0.4% | 0.68% | - |
| HSV(B) | 344.06º | 0.31% | 0.81% | - |
| XYZ | 41.38 | 34.97 | 37.37 | - |
| YUV | 163.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 159 | 0 | 0.31 | 0.23 | 0.19 | 344.06 | 0.4 | 0.68 |
| Hex | CE | 8E | 9F | 0 | 1F | 17 | 13 | 158 | 28 | 44 |
| Octal | 316 | 216 | 237 | 0 | 37 | 27 | 23 | 530 | 50 | 104 |
| Binary | 11001110 | 10001110 | 10011111 | 0 | 11111 | 10111 | 10011 | 101011000 | 101000 | 1000100 |
Color Harmonies of #CE8E9F
Complementary color
Monochromatic Colors of #CE8E9F
Black with #CE8E9F
Text Example
Text Example
White with #CE8E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8E9F; }
p { color: rgb(206,142,159); }
H1.HeaderClassName
{
color: #CE8E9F;
}
.AnyTagClassName
{
color: #CE8E9F;
}
</style>
background-color css
<style>
a { background-color: #CE8E9F; }
a { background-color: rgb(206,142,159); }
div.DivClassName
{
background-color: #CE8E9F;
}
.BgClassName
{
background-color: #CE8E9F;
}
</style>
border-color css
<style>
span { border-color: #CE8E9F; }
span { border-color: rgb(206,142,159); }
td.TdClassName
{
border-color: #CE8E9F;
}
.TagClassName
{
border-color: #CE8E9F;
}
</style>