Shades of Can Can #DB849C
Tints of Can Can #DB849C
RGB
CMYK
RGB Variations
Color information
#DB849C (or 0xDB849C) is known color: Can Can. HEX triplet: DB, 84 and 9C. RGB value is (219,132,156). Sum of RGB (Red+Green+Blue) = 219+132+156=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB849C is #247B63. Grayscale: #A0A0A0. Windows color (decimal): -2390884 or 10257627. OLE color: 10257627.
HSL color Cylindrical-coordinate representation of color #DB849C: hue angle of 343.45º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB849C is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 156 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.14 |
| HSL | 343.45º | 0.55% | 0.69% | - |
| HSV(B) | 343.45º | 0.4% | 0.86% | - |
| XYZ | 43.47 | 33.96 | 35.72 | - |
| YUV | 160.75 | 125.32 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 156 | 0 | 0.40 | 0.29 | 0.14 | 343.45 | 0.55 | 0.69 |
| Hex | DB | 84 | 9C | 0 | 28 | 1D | E | 157 | 37 | 45 |
| Octal | 333 | 204 | 234 | 0 | 50 | 35 | 16 | 527 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10011100 | 0 | 101000 | 11101 | 1110 | 101010111 | 110111 | 1000101 |
Color Harmonies of #DB849C
Complementary color
Monochromatic Colors of #DB849C
Black with #DB849C
Text Example
Text Example
White with #DB849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB849C; }
p { color: rgb(219,132,156); }
H1.HeaderClassName
{
color: #DB849C;
}
.AnyTagClassName
{
color: #DB849C;
}
</style>
background-color css
<style>
a { background-color: #DB849C; }
a { background-color: rgb(219,132,156); }
div.DivClassName
{
background-color: #DB849C;
}
.BgClassName
{
background-color: #DB849C;
}
</style>
border-color css
<style>
span { border-color: #DB849C; }
span { border-color: rgb(219,132,156); }
td.TdClassName
{
border-color: #DB849C;
}
.TagClassName
{
border-color: #DB849C;
}
</style>