Shades of Can Can #DB899D
Tints of Can Can #DB899D
RGB
CMYK
RGB Variations
Color information
#DB899D (or 0xDB899D) is known color: Can Can. HEX triplet: DB, 89 and 9D. RGB value is (219,137,157). Sum of RGB (Red+Green+Blue) = 219+137+157=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB899D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB899D is #247662. Grayscale: #A3A3A3. Windows color (decimal): -2389603 or 10324443. OLE color: 10324443.
HSL color Cylindrical-coordinate representation of color #DB899D: hue angle of 345.37º 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 #DB899D is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 157 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.14 |
| HSL | 345.37º | 0.53% | 0.7% | - |
| HSV(B) | 345.37º | 0.37% | 0.86% | - |
| XYZ | 44.24 | 35.39 | 36.4 | - |
| YUV | 163.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 157 | 0 | 0.37 | 0.28 | 0.14 | 345.37 | 0.53 | 0.7 |
| Hex | DB | 89 | 9D | 0 | 25 | 1C | E | 159 | 35 | 46 |
| Octal | 333 | 211 | 235 | 0 | 45 | 34 | 16 | 531 | 65 | 106 |
| Binary | 11011011 | 10001001 | 10011101 | 0 | 100101 | 11100 | 1110 | 101011001 | 110101 | 1000110 |
Color Harmonies of #DB899D
Complementary color
Monochromatic Colors of #DB899D
Black with #DB899D
Text Example
Text Example
White with #DB899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB899D; }
p { color: rgb(219,137,157); }
H1.HeaderClassName
{
color: #DB899D;
}
.AnyTagClassName
{
color: #DB899D;
}
</style>
background-color css
<style>
a { background-color: #DB899D; }
a { background-color: rgb(219,137,157); }
div.DivClassName
{
background-color: #DB899D;
}
.BgClassName
{
background-color: #DB899D;
}
</style>
border-color css
<style>
span { border-color: #DB899D; }
span { border-color: rgb(219,137,157); }
td.TdClassName
{
border-color: #DB899D;
}
.TagClassName
{
border-color: #DB899D;
}
</style>