Shades of Can Can #CE8D9D
Tints of Can Can #CE8D9D
RGB
CMYK
RGB Variations
Color information
#CE8D9D (or 0xCE8D9D) is known color: Can Can. HEX triplet: CE, 8D and 9D. RGB value is (206,141,157). Sum of RGB (Red+Green+Blue) = 206+141+157=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8D9D is #317262. Grayscale: #A2A2A2. Windows color (decimal): -3240547 or 10325454. OLE color: 10325454.
HSL color Cylindrical-coordinate representation of color #CE8D9D: hue angle of 345.23º 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 #CE8D9D is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 157 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.19 |
| HSL | 345.23º | 0.4% | 0.68% | - |
| HSV(B) | 345.23º | 0.32% | 0.81% | - |
| XYZ | 41.06 | 34.61 | 36.41 | - |
| YUV | 162.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 157 | 0 | 0.32 | 0.24 | 0.19 | 345.23 | 0.4 | 0.68 |
| Hex | CE | 8D | 9D | 0 | 20 | 18 | 13 | 159 | 28 | 44 |
| Octal | 316 | 215 | 235 | 0 | 40 | 30 | 23 | 531 | 50 | 104 |
| Binary | 11001110 | 10001101 | 10011101 | 0 | 100000 | 11000 | 10011 | 101011001 | 101000 | 1000100 |
Color Harmonies of #CE8D9D
Complementary color
Monochromatic Colors of #CE8D9D
Black with #CE8D9D
Text Example
Text Example
White with #CE8D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8D9D; }
p { color: rgb(206,141,157); }
H1.HeaderClassName
{
color: #CE8D9D;
}
.AnyTagClassName
{
color: #CE8D9D;
}
</style>
background-color css
<style>
a { background-color: #CE8D9D; }
a { background-color: rgb(206,141,157); }
div.DivClassName
{
background-color: #CE8D9D;
}
.BgClassName
{
background-color: #CE8D9D;
}
</style>
border-color css
<style>
span { border-color: #CE8D9D; }
span { border-color: rgb(206,141,157); }
td.TdClassName
{
border-color: #CE8D9D;
}
.TagClassName
{
border-color: #CE8D9D;
}
</style>