Shades of Can Can #CE8E93
Tints of Can Can #CE8E93
RGB
CMYK
RGB Variations
Color information
#CE8E93 (or 0xCE8E93) is known color: Can Can. HEX triplet: CE, 8E and 93. RGB value is (206,142,147). Sum of RGB (Red+Green+Blue) = 206+142+147=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8E93 is #31716C. Grayscale: #A1A1A1. Windows color (decimal): -3240301 or 9670350. OLE color: 9670350.
HSL color Cylindrical-coordinate representation of color #CE8E93: hue angle of 355.31º 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 #CE8E93 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 142 | 147 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.19 |
| HSL | 355.31º | 0.4% | 0.68% | - |
| HSV(B) | 355.31º | 0.31% | 0.81% | - |
| XYZ | 40.39 | 34.57 | 32.15 | - |
| YUV | 161.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 147 | 0 | 0.31 | 0.29 | 0.19 | 355.31 | 0.4 | 0.68 |
| Hex | CE | 8E | 93 | 0 | 1F | 1D | 13 | 163 | 28 | 44 |
| Octal | 316 | 216 | 223 | 0 | 37 | 35 | 23 | 543 | 50 | 104 |
| Binary | 11001110 | 10001110 | 10010011 | 0 | 11111 | 11101 | 10011 | 101100011 | 101000 | 1000100 |
Color Harmonies of #CE8E93
Complementary color
Monochromatic Colors of #CE8E93
Black with #CE8E93
Text Example
Text Example
White with #CE8E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8E93; }
p { color: rgb(206,142,147); }
H1.HeaderClassName
{
color: #CE8E93;
}
.AnyTagClassName
{
color: #CE8E93;
}
</style>
background-color css
<style>
a { background-color: #CE8E93; }
a { background-color: rgb(206,142,147); }
div.DivClassName
{
background-color: #CE8E93;
}
.BgClassName
{
background-color: #CE8E93;
}
</style>
border-color css
<style>
span { border-color: #CE8E93; }
span { border-color: rgb(206,142,147); }
td.TdClassName
{
border-color: #CE8E93;
}
.TagClassName
{
border-color: #CE8E93;
}
</style>