Shades of Can Can #DB949E
Tints of Can Can #DB949E
RGB
CMYK
RGB Variations
Color information
#DB949E (or 0xDB949E) is known color: Can Can. HEX triplet: DB, 94 and 9E. RGB value is (219,148,158). Sum of RGB (Red+Green+Blue) = 219+148+158=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB949E is #246B61. Grayscale: #AAAAAA. Windows color (decimal): -2386786 or 10392795. OLE color: 10392795.
HSL color Cylindrical-coordinate representation of color #DB949E: hue angle of 351.55º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB949E is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 158 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.14 |
| HSL | 351.55º | 0.5% | 0.72% | - |
| HSV(B) | 351.55º | 0.32% | 0.86% | - |
| XYZ | 45.97 | 38.71 | 37.4 | - |
| YUV | 170.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 158 | 0 | 0.32 | 0.28 | 0.14 | 351.55 | 0.5 | 0.72 |
| Hex | DB | 94 | 9E | 0 | 20 | 1C | E | 160 | 32 | 48 |
| Octal | 333 | 224 | 236 | 0 | 40 | 34 | 16 | 540 | 62 | 110 |
| Binary | 11011011 | 10010100 | 10011110 | 0 | 100000 | 11100 | 1110 | 101100000 | 110010 | 1001000 |
Color Harmonies of #DB949E
Complementary color
Monochromatic Colors of #DB949E
Black with #DB949E
Text Example
Text Example
White with #DB949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB949E; }
p { color: rgb(219,148,158); }
H1.HeaderClassName
{
color: #DB949E;
}
.AnyTagClassName
{
color: #DB949E;
}
</style>
background-color css
<style>
a { background-color: #DB949E; }
a { background-color: rgb(219,148,158); }
div.DivClassName
{
background-color: #DB949E;
}
.BgClassName
{
background-color: #DB949E;
}
</style>
border-color css
<style>
span { border-color: #DB949E; }
span { border-color: rgb(219,148,158); }
td.TdClassName
{
border-color: #DB949E;
}
.TagClassName
{
border-color: #DB949E;
}
</style>