Shades of Can Can #DB9196
Tints of Can Can #DB9196
RGB
CMYK
RGB Variations
Color information
#DB9196 (or 0xDB9196) is known color: Can Can. HEX triplet: DB, 91 and 96. RGB value is (219,145,150). Sum of RGB (Red+Green+Blue) = 219+145+150=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9196 is #246E69. Grayscale: #A7A7A7. Windows color (decimal): -2387562 or 9867739. OLE color: 9867739.
HSL color Cylindrical-coordinate representation of color #DB9196: hue angle of 355.95º 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 #DB9196 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 150 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.14 |
| HSL | 355.95º | 0.51% | 0.71% | - |
| HSV(B) | 355.95º | 0.34% | 0.86% | - |
| XYZ | 44.84 | 37.51 | 33.73 | - |
| YUV | 167.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 150 | 0 | 0.34 | 0.32 | 0.14 | 355.95 | 0.51 | 0.71 |
| Hex | DB | 91 | 96 | 0 | 22 | 20 | E | 164 | 33 | 47 |
| Octal | 333 | 221 | 226 | 0 | 42 | 40 | 16 | 544 | 63 | 107 |
| Binary | 11011011 | 10010001 | 10010110 | 0 | 100010 | 100000 | 1110 | 101100100 | 110011 | 1000111 |
Color Harmonies of #DB9196
Complementary color
Monochromatic Colors of #DB9196
Black with #DB9196
Text Example
Text Example
White with #DB9196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9196; }
p { color: rgb(219,145,150); }
H1.HeaderClassName
{
color: #DB9196;
}
.AnyTagClassName
{
color: #DB9196;
}
</style>
background-color css
<style>
a { background-color: #DB9196; }
a { background-color: rgb(219,145,150); }
div.DivClassName
{
background-color: #DB9196;
}
.BgClassName
{
background-color: #DB9196;
}
</style>
border-color css
<style>
span { border-color: #DB9196; }
span { border-color: rgb(219,145,150); }
td.TdClassName
{
border-color: #DB9196;
}
.TagClassName
{
border-color: #DB9196;
}
</style>