Shades of Can Can #DB9092
Tints of Can Can #DB9092
RGB
CMYK
RGB Variations
Color information
#DB9092 (or 0xDB9092) is known color: Can Can. HEX triplet: DB, 90 and 92. RGB value is (219,144,146). Sum of RGB (Red+Green+Blue) = 219+144+146=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9092 is #246F6D. Grayscale: #A6A6A6. Windows color (decimal): -2387822 or 9605339. OLE color: 9605339.
HSL color Cylindrical-coordinate representation of color #DB9092: hue angle of 358.4º 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 #DB9092 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 146 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.14 |
| HSL | 358.4º | 0.51% | 0.71% | - |
| HSV(B) | 358.4º | 0.34% | 0.86% | - |
| XYZ | 44.37 | 37.08 | 32.01 | - |
| YUV | 166.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 146 | 0 | 0.34 | 0.33 | 0.14 | 358.4 | 0.51 | 0.71 |
| Hex | DB | 90 | 92 | 0 | 22 | 21 | E | 166 | 33 | 47 |
| Octal | 333 | 220 | 222 | 0 | 42 | 41 | 16 | 546 | 63 | 107 |
| Binary | 11011011 | 10010000 | 10010010 | 0 | 100010 | 100001 | 1110 | 101100110 | 110011 | 1000111 |
Color Harmonies of #DB9092
Complementary color
Monochromatic Colors of #DB9092
Black with #DB9092
Text Example
Text Example
White with #DB9092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9092; }
p { color: rgb(219,144,146); }
H1.HeaderClassName
{
color: #DB9092;
}
.AnyTagClassName
{
color: #DB9092;
}
</style>
background-color css
<style>
a { background-color: #DB9092; }
a { background-color: rgb(219,144,146); }
div.DivClassName
{
background-color: #DB9092;
}
.BgClassName
{
background-color: #DB9092;
}
</style>
border-color css
<style>
span { border-color: #DB9092; }
span { border-color: rgb(219,144,146); }
td.TdClassName
{
border-color: #DB9092;
}
.TagClassName
{
border-color: #DB9092;
}
</style>