Shades of Can Can #DB9199
Tints of Can Can #DB9199
RGB
CMYK
RGB Variations
Color information
#DB9199 (or 0xDB9199) is known color: Can Can. HEX triplet: DB, 91 and 99. RGB value is (219,145,153). Sum of RGB (Red+Green+Blue) = 219+145+153=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9199 is #246E66. Grayscale: #A8A8A8. Windows color (decimal): -2387559 or 10064347. OLE color: 10064347.
HSL color Cylindrical-coordinate representation of color #DB9199: hue angle of 353.51º 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 #DB9199 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 153 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.14 |
| HSL | 353.51º | 0.51% | 0.71% | - |
| HSV(B) | 353.51º | 0.34% | 0.86% | - |
| XYZ | 45.09 | 37.61 | 35.02 | - |
| YUV | 168.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 153 | 0 | 0.34 | 0.30 | 0.14 | 353.51 | 0.51 | 0.71 |
| Hex | DB | 91 | 99 | 0 | 22 | 1E | E | 162 | 33 | 47 |
| Octal | 333 | 221 | 231 | 0 | 42 | 36 | 16 | 542 | 63 | 107 |
| Binary | 11011011 | 10010001 | 10011001 | 0 | 100010 | 11110 | 1110 | 101100010 | 110011 | 1000111 |
Color Harmonies of #DB9199
Complementary color
Monochromatic Colors of #DB9199
Black with #DB9199
Text Example
Text Example
White with #DB9199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9199; }
p { color: rgb(219,145,153); }
H1.HeaderClassName
{
color: #DB9199;
}
.AnyTagClassName
{
color: #DB9199;
}
</style>
background-color css
<style>
a { background-color: #DB9199; }
a { background-color: rgb(219,145,153); }
div.DivClassName
{
background-color: #DB9199;
}
.BgClassName
{
background-color: #DB9199;
}
</style>
border-color css
<style>
span { border-color: #DB9199; }
span { border-color: rgb(219,145,153); }
td.TdClassName
{
border-color: #DB9199;
}
.TagClassName
{
border-color: #DB9199;
}
</style>