Shades of Can Can #DC899E
Tints of Can Can #DC899E
RGB
CMYK
RGB Variations
Color information
#DC899E (or 0xDC899E) is known color: Can Can. HEX triplet: DC, 89 and 9E. RGB value is (220,137,158). Sum of RGB (Red+Green+Blue) = 220+137+158=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC899E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC899E is #237661. Grayscale: #A4A4A4. Windows color (decimal): -2324066 or 10389980. OLE color: 10389980.
HSL color Cylindrical-coordinate representation of color #DC899E: hue angle of 344.82º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC899E is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 158 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.14 |
| HSL | 344.82º | 0.54% | 0.7% | - |
| HSV(B) | 344.82º | 0.38% | 0.86% | - |
| XYZ | 44.63 | 35.58 | 36.86 | - |
| YUV | 164.21 | 124.5 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 158 | 0 | 0.38 | 0.28 | 0.14 | 344.82 | 0.54 | 0.7 |
| Hex | DC | 89 | 9E | 0 | 26 | 1C | E | 159 | 36 | 46 |
| Octal | 334 | 211 | 236 | 0 | 46 | 34 | 16 | 531 | 66 | 106 |
| Binary | 11011100 | 10001001 | 10011110 | 0 | 100110 | 11100 | 1110 | 101011001 | 110110 | 1000110 |
Color Harmonies of #DC899E
Complementary color
Monochromatic Colors of #DC899E
Black with #DC899E
Text Example
Text Example
White with #DC899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC899E; }
p { color: rgb(220,137,158); }
H1.HeaderClassName
{
color: #DC899E;
}
.AnyTagClassName
{
color: #DC899E;
}
</style>
background-color css
<style>
a { background-color: #DC899E; }
a { background-color: rgb(220,137,158); }
div.DivClassName
{
background-color: #DC899E;
}
.BgClassName
{
background-color: #DC899E;
}
</style>
border-color css
<style>
span { border-color: #DC899E; }
span { border-color: rgb(220,137,158); }
td.TdClassName
{
border-color: #DC899E;
}
.TagClassName
{
border-color: #DC899E;
}
</style>