Shades of Can Can #DB899B
Tints of Can Can #DB899B
RGB
CMYK
RGB Variations
Color information
#DB899B (or 0xDB899B) is known color: Can Can. HEX triplet: DB, 89 and 9B. RGB value is (219,137,155). Sum of RGB (Red+Green+Blue) = 219+137+155=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB899B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB899B is #247664. Grayscale: #A3A3A3. Windows color (decimal): -2389605 or 10193371. OLE color: 10193371.
HSL color Cylindrical-coordinate representation of color #DB899B: hue angle of 346.83º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB899B is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 155 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.14 |
| HSL | 346.83º | 0.53% | 0.7% | - |
| HSV(B) | 346.83º | 0.37% | 0.86% | - |
| XYZ | 44.08 | 35.32 | 35.5 | - |
| YUV | 163.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 155 | 0 | 0.37 | 0.29 | 0.14 | 346.83 | 0.53 | 0.7 |
| Hex | DB | 89 | 9B | 0 | 25 | 1D | E | 15B | 35 | 46 |
| Octal | 333 | 211 | 233 | 0 | 45 | 35 | 16 | 533 | 65 | 106 |
| Binary | 11011011 | 10001001 | 10011011 | 0 | 100101 | 11101 | 1110 | 101011011 | 110101 | 1000110 |
Color Harmonies of #DB899B
Complementary color
Monochromatic Colors of #DB899B
Black with #DB899B
Text Example
Text Example
White with #DB899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB899B; }
p { color: rgb(219,137,155); }
H1.HeaderClassName
{
color: #DB899B;
}
.AnyTagClassName
{
color: #DB899B;
}
</style>
background-color css
<style>
a { background-color: #DB899B; }
a { background-color: rgb(219,137,155); }
div.DivClassName
{
background-color: #DB899B;
}
.BgClassName
{
background-color: #DB899B;
}
</style>
border-color css
<style>
span { border-color: #DB899B; }
span { border-color: rgb(219,137,155); }
td.TdClassName
{
border-color: #DB899B;
}
.TagClassName
{
border-color: #DB899B;
}
</style>