Shades of Can Can #DC8D9C
Tints of Can Can #DC8D9C
RGB
CMYK
RGB Variations
Color information
#DC8D9C (or 0xDC8D9C) is known color: Can Can. HEX triplet: DC, 8D and 9C. RGB value is (220,141,156). Sum of RGB (Red+Green+Blue) = 220+141+156=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8D9C is #237263. Grayscale: #A6A6A6. Windows color (decimal): -2323044 or 10259932. OLE color: 10259932.
HSL color Cylindrical-coordinate representation of color #DC8D9C: hue angle of 348.61º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8D9C is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 141 | 156 | - |
CMYK | 0 | 0.36 | 0.29 | 0.14 |
HSL | 348.61º | 0.53% | 0.71% | - |
HSV(B) | 348.61º | 0.36% | 0.86% | - |
XYZ | 45.04 | 36.67 | 36.16 | - |
YUV | 166.33 | 122.17 | 166.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 141 | 156 | 0 | 0.36 | 0.29 | 0.14 | 348.61 | 0.53 | 0.71 |
Hex | DC | 8D | 9C | 0 | 24 | 1D | E | 15D | 35 | 47 |
Octal | 334 | 215 | 234 | 0 | 44 | 35 | 16 | 535 | 65 | 107 |
Binary | 11011100 | 10001101 | 10011100 | 0 | 100100 | 11101 | 1110 | 101011101 | 110101 | 1000111 |
Color Harmonies of #DC8D9C
Complementary color
Monochromatic Colors of #DC8D9C
Black with #DC8D9C
Text Example
Text Example
White with #DC8D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8D9C; }
p { color: rgb(220,141,156); }
H1.HeaderClassName
{
color: #DC8D9C;
}
.AnyTagClassName
{
color: #DC8D9C;
}
</style>
background-color css
<style>
a { background-color: #DC8D9C; }
a { background-color: rgb(220,141,156); }
div.DivClassName
{
background-color: #DC8D9C;
}
.BgClassName
{
background-color: #DC8D9C;
}
</style>
border-color css
<style>
span { border-color: #DC8D9C; }
span { border-color: rgb(220,141,156); }
td.TdClassName
{
border-color: #DC8D9C;
}
.TagClassName
{
border-color: #DC8D9C;
}
</style>