Shades of Can Can #DB8D95
Tints of Can Can #DB8D95
RGB
CMYK
RGB Variations
Color information
#DB8D95 (or 0xDB8D95) is known color: Can Can. HEX triplet: DB, 8D and 95. RGB value is (219,141,149). Sum of RGB (Red+Green+Blue) = 219+141+149=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8D95 is #24726A. Grayscale: #A5A5A5. Windows color (decimal): -2388587 or 9801179. OLE color: 9801179.
HSL color Cylindrical-coordinate representation of color #DB8D95: hue angle of 353.85º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8D95 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 149 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.14 |
| HSL | 353.85º | 0.52% | 0.71% | - |
| HSV(B) | 353.85º | 0.36% | 0.86% | - |
| XYZ | 44.16 | 36.28 | 33.11 | - |
| YUV | 165.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 149 | 0 | 0.36 | 0.32 | 0.14 | 353.85 | 0.52 | 0.71 |
| Hex | DB | 8D | 95 | 0 | 24 | 20 | E | 162 | 34 | 47 |
| Octal | 333 | 215 | 225 | 0 | 44 | 40 | 16 | 542 | 64 | 107 |
| Binary | 11011011 | 10001101 | 10010101 | 0 | 100100 | 100000 | 1110 | 101100010 | 110100 | 1000111 |
Color Harmonies of #DB8D95
Complementary color
Monochromatic Colors of #DB8D95
Black with #DB8D95
Text Example
Text Example
White with #DB8D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D95; }
p { color: rgb(219,141,149); }
H1.HeaderClassName
{
color: #DB8D95;
}
.AnyTagClassName
{
color: #DB8D95;
}
</style>
background-color css
<style>
a { background-color: #DB8D95; }
a { background-color: rgb(219,141,149); }
div.DivClassName
{
background-color: #DB8D95;
}
.BgClassName
{
background-color: #DB8D95;
}
</style>
border-color css
<style>
span { border-color: #DB8D95; }
span { border-color: rgb(219,141,149); }
td.TdClassName
{
border-color: #DB8D95;
}
.TagClassName
{
border-color: #DB8D95;
}
</style>