Shades of Can Can #DB949C
Tints of Can Can #DB949C
RGB
CMYK
RGB Variations
Color information
#DB949C (or 0xDB949C) is known color: Can Can. HEX triplet: DB, 94 and 9C. RGB value is (219,148,156). Sum of RGB (Red+Green+Blue) = 219+148+156=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB949C is #246B63. Grayscale: #AAAAAA. Windows color (decimal): -2386788 or 10261723. OLE color: 10261723.
HSL color Cylindrical-coordinate representation of color #DB949C: hue angle of 353.24º 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 #DB949C is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 156 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.14 |
| HSL | 353.24º | 0.5% | 0.72% | - |
| HSV(B) | 353.24º | 0.32% | 0.86% | - |
| XYZ | 45.8 | 38.64 | 36.5 | - |
| YUV | 170.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 156 | 0 | 0.32 | 0.29 | 0.14 | 353.24 | 0.5 | 0.72 |
| Hex | DB | 94 | 9C | 0 | 20 | 1D | E | 161 | 32 | 48 |
| Octal | 333 | 224 | 234 | 0 | 40 | 35 | 16 | 541 | 62 | 110 |
| Binary | 11011011 | 10010100 | 10011100 | 0 | 100000 | 11101 | 1110 | 101100001 | 110010 | 1001000 |
Color Harmonies of #DB949C
Complementary color
Monochromatic Colors of #DB949C
Black with #DB949C
Text Example
Text Example
White with #DB949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB949C; }
p { color: rgb(219,148,156); }
H1.HeaderClassName
{
color: #DB949C;
}
.AnyTagClassName
{
color: #DB949C;
}
</style>
background-color css
<style>
a { background-color: #DB949C; }
a { background-color: rgb(219,148,156); }
div.DivClassName
{
background-color: #DB949C;
}
.BgClassName
{
background-color: #DB949C;
}
</style>
border-color css
<style>
span { border-color: #DB949C; }
span { border-color: rgb(219,148,156); }
td.TdClassName
{
border-color: #DB949C;
}
.TagClassName
{
border-color: #DB949C;
}
</style>