Shades of Can Can #CE8F9D
Tints of Can Can #CE8F9D
RGB
CMYK
RGB Variations
Color information
#CE8F9D (or 0xCE8F9D) is known color: Can Can. HEX triplet: CE, 8F and 9D. RGB value is (206,143,157). Sum of RGB (Red+Green+Blue) = 206+143+157=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8F9D is #317062. Grayscale: #A3A3A3. Windows color (decimal): -3240035 or 10325966. OLE color: 10325966.
HSL color Cylindrical-coordinate representation of color #CE8F9D: hue angle of 346.67º degrees, saturation: 0.39, 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 #CE8F9D is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 157 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.19 |
| HSL | 346.67º | 0.39% | 0.68% | - |
| HSV(B) | 346.67º | 0.31% | 0.81% | - |
| XYZ | 41.36 | 35.2 | 36.51 | - |
| YUV | 163.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 157 | 0 | 0.31 | 0.24 | 0.19 | 346.67 | 0.39 | 0.68 |
| Hex | CE | 8F | 9D | 0 | 1F | 18 | 13 | 15B | 27 | 44 |
| Octal | 316 | 217 | 235 | 0 | 37 | 30 | 23 | 533 | 47 | 104 |
| Binary | 11001110 | 10001111 | 10011101 | 0 | 11111 | 11000 | 10011 | 101011011 | 100111 | 1000100 |
Color Harmonies of #CE8F9D
Complementary color
Monochromatic Colors of #CE8F9D
Black with #CE8F9D
Text Example
Text Example
White with #CE8F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8F9D; }
p { color: rgb(206,143,157); }
H1.HeaderClassName
{
color: #CE8F9D;
}
.AnyTagClassName
{
color: #CE8F9D;
}
</style>
background-color css
<style>
a { background-color: #CE8F9D; }
a { background-color: rgb(206,143,157); }
div.DivClassName
{
background-color: #CE8F9D;
}
.BgClassName
{
background-color: #CE8F9D;
}
</style>
border-color css
<style>
span { border-color: #CE8F9D; }
span { border-color: rgb(206,143,157); }
td.TdClassName
{
border-color: #CE8F9D;
}
.TagClassName
{
border-color: #CE8F9D;
}
</style>