Shades of Can Can #DB91A0
Tints of Can Can #DB91A0
RGB
CMYK
RGB Variations
Color information
#DB91A0 (or 0xDB91A0) is known color: Can Can. HEX triplet: DB, 91 and A0. RGB value is (219,145,160). Sum of RGB (Red+Green+Blue) = 219+145+160=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB91A0 is #246E5F. Grayscale: #A8A8A8. Windows color (decimal): -2387552 or 10523099. OLE color: 10523099.
HSL color Cylindrical-coordinate representation of color #DB91A0: hue angle of 347.84º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB91A0 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 160 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.14 |
| HSL | 347.84º | 0.51% | 0.71% | - |
| HSV(B) | 347.84º | 0.34% | 0.86% | - |
| XYZ | 45.68 | 37.85 | 38.16 | - |
| YUV | 168.84 | 123.02 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 160 | 0 | 0.34 | 0.27 | 0.14 | 347.84 | 0.51 | 0.71 |
| Hex | DB | 91 | A0 | 0 | 22 | 1B | E | 15C | 33 | 47 |
| Octal | 333 | 221 | 240 | 0 | 42 | 33 | 16 | 534 | 63 | 107 |
| Binary | 11011011 | 10010001 | 10100000 | 0 | 100010 | 11011 | 1110 | 101011100 | 110011 | 1000111 |
Color Harmonies of #DB91A0
Complementary color
Monochromatic Colors of #DB91A0
Black with #DB91A0
Text Example
Text Example
White with #DB91A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91A0; }
p { color: rgb(219,145,160); }
H1.HeaderClassName
{
color: #DB91A0;
}
.AnyTagClassName
{
color: #DB91A0;
}
</style>
background-color css
<style>
a { background-color: #DB91A0; }
a { background-color: rgb(219,145,160); }
div.DivClassName
{
background-color: #DB91A0;
}
.BgClassName
{
background-color: #DB91A0;
}
</style>
border-color css
<style>
span { border-color: #DB91A0; }
span { border-color: rgb(219,145,160); }
td.TdClassName
{
border-color: #DB91A0;
}
.TagClassName
{
border-color: #DB91A0;
}
</style>