Shades of Can Can #DB899E
Tints of Can Can #DB899E
RGB
CMYK
RGB Variations
Color information
#DB899E (or 0xDB899E) is known color: Can Can. HEX triplet: DB, 89 and 9E. RGB value is (219,137,158). Sum of RGB (Red+Green+Blue) = 219+137+158=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB899E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB899E is #247661. Grayscale: #A3A3A3. Windows color (decimal): -2389602 or 10389979. OLE color: 10389979.
HSL color Cylindrical-coordinate representation of color #DB899E: hue angle of 344.63º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB899E is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 158 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.14 |
| HSL | 344.63º | 0.53% | 0.7% | - |
| HSV(B) | 344.63º | 0.37% | 0.86% | - |
| XYZ | 44.33 | 35.42 | 36.85 | - |
| YUV | 163.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 158 | 0 | 0.37 | 0.28 | 0.14 | 344.63 | 0.53 | 0.7 |
| Hex | DB | 89 | 9E | 0 | 25 | 1C | E | 159 | 35 | 46 |
| Octal | 333 | 211 | 236 | 0 | 45 | 34 | 16 | 531 | 65 | 106 |
| Binary | 11011011 | 10001001 | 10011110 | 0 | 100101 | 11100 | 1110 | 101011001 | 110101 | 1000110 |
Color Harmonies of #DB899E
Complementary color
Monochromatic Colors of #DB899E
Black with #DB899E
Text Example
Text Example
White with #DB899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB899E; }
p { color: rgb(219,137,158); }
H1.HeaderClassName
{
color: #DB899E;
}
.AnyTagClassName
{
color: #DB899E;
}
</style>
background-color css
<style>
a { background-color: #DB899E; }
a { background-color: rgb(219,137,158); }
div.DivClassName
{
background-color: #DB899E;
}
.BgClassName
{
background-color: #DB899E;
}
</style>
border-color css
<style>
span { border-color: #DB899E; }
span { border-color: rgb(219,137,158); }
td.TdClassName
{
border-color: #DB899E;
}
.TagClassName
{
border-color: #DB899E;
}
</style>