Shades of Can Can #CE8CA7
Tints of Can Can #CE8CA7
RGB
CMYK
RGB Variations
Color information
#CE8CA7 (or 0xCE8CA7) is known color: Can Can. HEX triplet: CE, 8C and A7. RGB value is (206,140,167). Sum of RGB (Red+Green+Blue) = 206+140+167=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8CA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8CA7 is #317358. Grayscale: #A2A2A2. Windows color (decimal): -3240793 or 10980558. OLE color: 10980558.
HSL color Cylindrical-coordinate representation of color #CE8CA7: hue angle of 335.45º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE8CA7 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 167 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.19 |
| HSL | 335.45º | 0.4% | 0.68% | - |
| HSV(B) | 335.45º | 0.32% | 0.81% | - |
| XYZ | 41.81 | 34.67 | 41.05 | - |
| YUV | 162.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 167 | 0 | 0.32 | 0.19 | 0.19 | 335.45 | 0.4 | 0.68 |
| Hex | CE | 8C | A7 | 0 | 20 | 13 | 13 | 14F | 28 | 44 |
| Octal | 316 | 214 | 247 | 0 | 40 | 23 | 23 | 517 | 50 | 104 |
| Binary | 11001110 | 10001100 | 10100111 | 0 | 100000 | 10011 | 10011 | 101001111 | 101000 | 1000100 |
Color Harmonies of #CE8CA7
Complementary color
Monochromatic Colors of #CE8CA7
Black with #CE8CA7
Text Example
Text Example
White with #CE8CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8CA7; }
p { color: rgb(206,140,167); }
H1.HeaderClassName
{
color: #CE8CA7;
}
.AnyTagClassName
{
color: #CE8CA7;
}
</style>
background-color css
<style>
a { background-color: #CE8CA7; }
a { background-color: rgb(206,140,167); }
div.DivClassName
{
background-color: #CE8CA7;
}
.BgClassName
{
background-color: #CE8CA7;
}
</style>
border-color css
<style>
span { border-color: #CE8CA7; }
span { border-color: rgb(206,140,167); }
td.TdClassName
{
border-color: #CE8CA7;
}
.TagClassName
{
border-color: #CE8CA7;
}
</style>