Shades of Can Can #DB869C
Tints of Can Can #DB869C
RGB
CMYK
RGB Variations
Color information
#DB869C (or 0xDB869C) is known color: Can Can. HEX triplet: DB, 86 and 9C. RGB value is (219,134,156). Sum of RGB (Red+Green+Blue) = 219+134+156=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB869C is #247963. Grayscale: #A1A1A1. Windows color (decimal): -2390372 or 10258139. OLE color: 10258139.
HSL color Cylindrical-coordinate representation of color #DB869C: hue angle of 344.47º 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 #DB869C is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 156 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.14 |
| HSL | 344.47º | 0.54% | 0.69% | - |
| HSV(B) | 344.47º | 0.39% | 0.86% | - |
| XYZ | 43.74 | 34.51 | 35.81 | - |
| YUV | 161.92 | 124.66 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 156 | 0 | 0.39 | 0.29 | 0.14 | 344.47 | 0.54 | 0.69 |
| Hex | DB | 86 | 9C | 0 | 27 | 1D | E | 158 | 36 | 45 |
| Octal | 333 | 206 | 234 | 0 | 47 | 35 | 16 | 530 | 66 | 105 |
| Binary | 11011011 | 10000110 | 10011100 | 0 | 100111 | 11101 | 1110 | 101011000 | 110110 | 1000101 |
Color Harmonies of #DB869C
Complementary color
Monochromatic Colors of #DB869C
Black with #DB869C
Text Example
Text Example
White with #DB869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB869C; }
p { color: rgb(219,134,156); }
H1.HeaderClassName
{
color: #DB869C;
}
.AnyTagClassName
{
color: #DB869C;
}
</style>
background-color css
<style>
a { background-color: #DB869C; }
a { background-color: rgb(219,134,156); }
div.DivClassName
{
background-color: #DB869C;
}
.BgClassName
{
background-color: #DB869C;
}
</style>
border-color css
<style>
span { border-color: #DB869C; }
span { border-color: rgb(219,134,156); }
td.TdClassName
{
border-color: #DB869C;
}
.TagClassName
{
border-color: #DB869C;
}
</style>