Shades of Can Can #DB8C9B
Tints of Can Can #DB8C9B
RGB
CMYK
RGB Variations
Color information
#DB8C9B (or 0xDB8C9B) is known color: Can Can. HEX triplet: DB, 8C and 9B. RGB value is (219,140,155). Sum of RGB (Red+Green+Blue) = 219+140+155=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8C9B is #247364. Grayscale: #A5A5A5. Windows color (decimal): -2388837 or 10194139. OLE color: 10194139.
HSL color Cylindrical-coordinate representation of color #DB8C9B: hue angle of 348.61º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8C9B is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 155 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.14 |
| HSL | 348.61º | 0.52% | 0.7% | - |
| HSV(B) | 348.61º | 0.36% | 0.86% | - |
| XYZ | 44.51 | 36.18 | 35.65 | - |
| YUV | 165.33 | 122.17 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 155 | 0 | 0.36 | 0.29 | 0.14 | 348.61 | 0.52 | 0.7 |
| Hex | DB | 8C | 9B | 0 | 24 | 1D | E | 15D | 34 | 46 |
| Octal | 333 | 214 | 233 | 0 | 44 | 35 | 16 | 535 | 64 | 106 |
| Binary | 11011011 | 10001100 | 10011011 | 0 | 100100 | 11101 | 1110 | 101011101 | 110100 | 1000110 |
Color Harmonies of #DB8C9B
Complementary color
Monochromatic Colors of #DB8C9B
Black with #DB8C9B
Text Example
Text Example
White with #DB8C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C9B; }
p { color: rgb(219,140,155); }
H1.HeaderClassName
{
color: #DB8C9B;
}
.AnyTagClassName
{
color: #DB8C9B;
}
</style>
background-color css
<style>
a { background-color: #DB8C9B; }
a { background-color: rgb(219,140,155); }
div.DivClassName
{
background-color: #DB8C9B;
}
.BgClassName
{
background-color: #DB8C9B;
}
</style>
border-color css
<style>
span { border-color: #DB8C9B; }
span { border-color: rgb(219,140,155); }
td.TdClassName
{
border-color: #DB8C9B;
}
.TagClassName
{
border-color: #DB8C9B;
}
</style>