Shades of Can Can #DB889C
Tints of Can Can #DB889C
RGB
CMYK
RGB Variations
Color information
#DB889C (or 0xDB889C) is known color: Can Can. HEX triplet: DB, 88 and 9C. RGB value is (219,136,156). Sum of RGB (Red+Green+Blue) = 219+136+156=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB889C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB889C is #247763. Grayscale: #A3A3A3. Windows color (decimal): -2389860 or 10258651. OLE color: 10258651.
HSL color Cylindrical-coordinate representation of color #DB889C: hue angle of 345.54º 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 #DB889C is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 156 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.14 |
| HSL | 345.54º | 0.54% | 0.7% | - |
| HSV(B) | 345.54º | 0.38% | 0.86% | - |
| XYZ | 44.02 | 35.07 | 35.9 | - |
| YUV | 163.1 | 124 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 156 | 0 | 0.38 | 0.29 | 0.14 | 345.54 | 0.54 | 0.7 |
| Hex | DB | 88 | 9C | 0 | 26 | 1D | E | 15A | 36 | 46 |
| Octal | 333 | 210 | 234 | 0 | 46 | 35 | 16 | 532 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10011100 | 0 | 100110 | 11101 | 1110 | 101011010 | 110110 | 1000110 |
Color Harmonies of #DB889C
Complementary color
Monochromatic Colors of #DB889C
Black with #DB889C
Text Example
Text Example
White with #DB889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB889C; }
p { color: rgb(219,136,156); }
H1.HeaderClassName
{
color: #DB889C;
}
.AnyTagClassName
{
color: #DB889C;
}
</style>
background-color css
<style>
a { background-color: #DB889C; }
a { background-color: rgb(219,136,156); }
div.DivClassName
{
background-color: #DB889C;
}
.BgClassName
{
background-color: #DB889C;
}
</style>
border-color css
<style>
span { border-color: #DB889C; }
span { border-color: rgb(219,136,156); }
td.TdClassName
{
border-color: #DB889C;
}
.TagClassName
{
border-color: #DB889C;
}
</style>