Shades of Can Can #DC8D96
Tints of Can Can #DC8D96
RGB
CMYK
RGB Variations
Color information
#DC8D96 (or 0xDC8D96) is known color: Can Can. HEX triplet: DC, 8D and 96. RGB value is (220,141,150). Sum of RGB (Red+Green+Blue) = 220+141+150=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8D96 is #237269. Grayscale: #A5A5A5. Windows color (decimal): -2323050 or 9866716. OLE color: 9866716.
HSL color Cylindrical-coordinate representation of color #DC8D96: hue angle of 353.16º 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 #DC8D96 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 141 | 150 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.14 |
| HSL | 353.16º | 0.53% | 0.71% | - |
| HSV(B) | 353.16º | 0.36% | 0.86% | - |
| XYZ | 44.55 | 36.47 | 33.55 | - |
| YUV | 165.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 150 | 0 | 0.36 | 0.32 | 0.14 | 353.16 | 0.53 | 0.71 |
| Hex | DC | 8D | 96 | 0 | 24 | 20 | E | 161 | 35 | 47 |
| Octal | 334 | 215 | 226 | 0 | 44 | 40 | 16 | 541 | 65 | 107 |
| Binary | 11011100 | 10001101 | 10010110 | 0 | 100100 | 100000 | 1110 | 101100001 | 110101 | 1000111 |
Color Harmonies of #DC8D96
Complementary color
Monochromatic Colors of #DC8D96
Black with #DC8D96
Text Example
Text Example
White with #DC8D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8D96; }
p { color: rgb(220,141,150); }
H1.HeaderClassName
{
color: #DC8D96;
}
.AnyTagClassName
{
color: #DC8D96;
}
</style>
background-color css
<style>
a { background-color: #DC8D96; }
a { background-color: rgb(220,141,150); }
div.DivClassName
{
background-color: #DC8D96;
}
.BgClassName
{
background-color: #DC8D96;
}
</style>
border-color css
<style>
span { border-color: #DC8D96; }
span { border-color: rgb(220,141,150); }
td.TdClassName
{
border-color: #DC8D96;
}
.TagClassName
{
border-color: #DC8D96;
}
</style>