Shades of Can Can #CE8DA4
Tints of Can Can #CE8DA4
RGB
CMYK
RGB Variations
Color information
#CE8DA4 (or 0xCE8DA4) is known color: Can Can. HEX triplet: CE, 8D and A4. RGB value is (206,141,164). Sum of RGB (Red+Green+Blue) = 206+141+164=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8DA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8DA4 is #31725B. Grayscale: #A3A3A3. Windows color (decimal): -3240540 or 10784206. OLE color: 10784206.
HSL color Cylindrical-coordinate representation of color #CE8DA4: hue angle of 338.77º 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 #CE8DA4 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 164 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.19 |
| HSL | 338.77º | 0.4% | 0.68% | - |
| HSV(B) | 338.77º | 0.32% | 0.81% | - |
| XYZ | 41.68 | 34.85 | 39.65 | - |
| YUV | 163.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 164 | 0 | 0.32 | 0.20 | 0.19 | 338.77 | 0.4 | 0.68 |
| Hex | CE | 8D | A4 | 0 | 20 | 14 | 13 | 153 | 28 | 44 |
| Octal | 316 | 215 | 244 | 0 | 40 | 24 | 23 | 523 | 50 | 104 |
| Binary | 11001110 | 10001101 | 10100100 | 0 | 100000 | 10100 | 10011 | 101010011 | 101000 | 1000100 |
Color Harmonies of #CE8DA4
Complementary color
Monochromatic Colors of #CE8DA4
Black with #CE8DA4
Text Example
Text Example
White with #CE8DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8DA4; }
p { color: rgb(206,141,164); }
H1.HeaderClassName
{
color: #CE8DA4;
}
.AnyTagClassName
{
color: #CE8DA4;
}
</style>
background-color css
<style>
a { background-color: #CE8DA4; }
a { background-color: rgb(206,141,164); }
div.DivClassName
{
background-color: #CE8DA4;
}
.BgClassName
{
background-color: #CE8DA4;
}
</style>
border-color css
<style>
span { border-color: #CE8DA4; }
span { border-color: rgb(206,141,164); }
td.TdClassName
{
border-color: #CE8DA4;
}
.TagClassName
{
border-color: #CE8DA4;
}
</style>