Shades of Can Can #DC8E9C
Tints of Can Can #DC8E9C
RGB
CMYK
RGB Variations
Color information
#DC8E9C (or 0xDC8E9C) is known color: Can Can. HEX triplet: DC, 8E and 9C. RGB value is (220,142,156). Sum of RGB (Red+Green+Blue) = 220+142+156=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8E9C is #237163. Grayscale: #A6A6A6. Windows color (decimal): -2322788 or 10260188. OLE color: 10260188.
HSL color Cylindrical-coordinate representation of color #DC8E9C: hue angle of 349.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC8E9C is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 142 | 156 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.14 |
| HSL | 349.23º | 0.53% | 0.71% | - |
| HSV(B) | 349.23º | 0.35% | 0.86% | - |
| XYZ | 45.19 | 36.96 | 36.21 | - |
| YUV | 166.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 156 | 0 | 0.35 | 0.29 | 0.14 | 349.23 | 0.53 | 0.71 |
| Hex | DC | 8E | 9C | 0 | 23 | 1D | E | 15D | 35 | 47 |
| Octal | 334 | 216 | 234 | 0 | 43 | 35 | 16 | 535 | 65 | 107 |
| Binary | 11011100 | 10001110 | 10011100 | 0 | 100011 | 11101 | 1110 | 101011101 | 110101 | 1000111 |
Color Harmonies of #DC8E9C
Complementary color
Monochromatic Colors of #DC8E9C
Black with #DC8E9C
Text Example
Text Example
White with #DC8E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8E9C; }
p { color: rgb(220,142,156); }
H1.HeaderClassName
{
color: #DC8E9C;
}
.AnyTagClassName
{
color: #DC8E9C;
}
</style>
background-color css
<style>
a { background-color: #DC8E9C; }
a { background-color: rgb(220,142,156); }
div.DivClassName
{
background-color: #DC8E9C;
}
.BgClassName
{
background-color: #DC8E9C;
}
</style>
border-color css
<style>
span { border-color: #DC8E9C; }
span { border-color: rgb(220,142,156); }
td.TdClassName
{
border-color: #DC8E9C;
}
.TagClassName
{
border-color: #DC8E9C;
}
</style>