Shades of Can Can #DB86A2
Tints of Can Can #DB86A2
RGB
CMYK
RGB Variations
Color information
#DB86A2 (or 0xDB86A2) is known color: Can Can. HEX triplet: DB, 86 and A2. RGB value is (219,134,162). Sum of RGB (Red+Green+Blue) = 219+134+162=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB86A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB86A2 is #24795D. Grayscale: #A2A2A2. Windows color (decimal): -2390366 or 10651355. OLE color: 10651355.
HSL color Cylindrical-coordinate representation of color #DB86A2: hue angle of 340.24º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB86A2 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 162 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.14 |
| HSL | 340.24º | 0.54% | 0.69% | - |
| HSV(B) | 340.24º | 0.39% | 0.86% | - |
| XYZ | 44.26 | 34.72 | 38.55 | - |
| YUV | 162.61 | 127.66 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 162 | 0 | 0.39 | 0.26 | 0.14 | 340.24 | 0.54 | 0.69 |
| Hex | DB | 86 | A2 | 0 | 27 | 1A | E | 154 | 36 | 45 |
| Octal | 333 | 206 | 242 | 0 | 47 | 32 | 16 | 524 | 66 | 105 |
| Binary | 11011011 | 10000110 | 10100010 | 0 | 100111 | 11010 | 1110 | 101010100 | 110110 | 1000101 |
Color Harmonies of #DB86A2
Complementary color
Monochromatic Colors of #DB86A2
Black with #DB86A2
Text Example
Text Example
White with #DB86A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB86A2; }
p { color: rgb(219,134,162); }
H1.HeaderClassName
{
color: #DB86A2;
}
.AnyTagClassName
{
color: #DB86A2;
}
</style>
background-color css
<style>
a { background-color: #DB86A2; }
a { background-color: rgb(219,134,162); }
div.DivClassName
{
background-color: #DB86A2;
}
.BgClassName
{
background-color: #DB86A2;
}
</style>
border-color css
<style>
span { border-color: #DB86A2; }
span { border-color: rgb(219,134,162); }
td.TdClassName
{
border-color: #DB86A2;
}
.TagClassName
{
border-color: #DB86A2;
}
</style>