Shades of Can Can #CE8B9C
Tints of Can Can #CE8B9C
RGB
CMYK
RGB Variations
Color information
#CE8B9C (or 0xCE8B9C) is known color: Can Can. HEX triplet: CE, 8B and 9C. RGB value is (206,139,156). Sum of RGB (Red+Green+Blue) = 206+139+156=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8B9C is #317463. Grayscale: #A0A0A0. Windows color (decimal): -3241060 or 10259406. OLE color: 10259406.
HSL color Cylindrical-coordinate representation of color #CE8B9C: hue angle of 344.78º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8B9C is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 139 | 156 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.19 |
| HSL | 344.78º | 0.41% | 0.68% | - |
| HSV(B) | 344.78º | 0.33% | 0.81% | - |
| XYZ | 40.69 | 33.99 | 35.87 | - |
| YUV | 160.97 | 125.2 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 156 | 0 | 0.33 | 0.24 | 0.19 | 344.78 | 0.41 | 0.68 |
| Hex | CE | 8B | 9C | 0 | 21 | 18 | 13 | 159 | 29 | 44 |
| Octal | 316 | 213 | 234 | 0 | 41 | 30 | 23 | 531 | 51 | 104 |
| Binary | 11001110 | 10001011 | 10011100 | 0 | 100001 | 11000 | 10011 | 101011001 | 101001 | 1000100 |
Color Harmonies of #CE8B9C
Complementary color
Monochromatic Colors of #CE8B9C
Black with #CE8B9C
Text Example
Text Example
White with #CE8B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8B9C; }
p { color: rgb(206,139,156); }
H1.HeaderClassName
{
color: #CE8B9C;
}
.AnyTagClassName
{
color: #CE8B9C;
}
</style>
background-color css
<style>
a { background-color: #CE8B9C; }
a { background-color: rgb(206,139,156); }
div.DivClassName
{
background-color: #CE8B9C;
}
.BgClassName
{
background-color: #CE8B9C;
}
</style>
border-color css
<style>
span { border-color: #CE8B9C; }
span { border-color: rgb(206,139,156); }
td.TdClassName
{
border-color: #CE8B9C;
}
.TagClassName
{
border-color: #CE8B9C;
}
</style>