Shades of Can Can #DB8B9C
Tints of Can Can #DB8B9C
RGB
CMYK
RGB Variations
Color information
#DB8B9C (or 0xDB8B9C) is known color: Can Can. HEX triplet: DB, 8B and 9C. RGB value is (219,139,156). Sum of RGB (Red+Green+Blue) = 219+139+156=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8B9C is #247463. Grayscale: #A4A4A4. Windows color (decimal): -2389092 or 10259419. OLE color: 10259419.
HSL color Cylindrical-coordinate representation of color #DB8B9C: hue angle of 347.25º 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 #DB8B9C is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 156 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.14 |
| HSL | 347.25º | 0.53% | 0.7% | - |
| HSV(B) | 347.25º | 0.37% | 0.86% | - |
| XYZ | 44.45 | 35.93 | 36.04 | - |
| YUV | 164.86 | 123 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 156 | 0 | 0.37 | 0.29 | 0.14 | 347.25 | 0.53 | 0.7 |
| Hex | DB | 8B | 9C | 0 | 25 | 1D | E | 15B | 35 | 46 |
| Octal | 333 | 213 | 234 | 0 | 45 | 35 | 16 | 533 | 65 | 106 |
| Binary | 11011011 | 10001011 | 10011100 | 0 | 100101 | 11101 | 1110 | 101011011 | 110101 | 1000110 |
Color Harmonies of #DB8B9C
Complementary color
Monochromatic Colors of #DB8B9C
Black with #DB8B9C
Text Example
Text Example
White with #DB8B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B9C; }
p { color: rgb(219,139,156); }
H1.HeaderClassName
{
color: #DB8B9C;
}
.AnyTagClassName
{
color: #DB8B9C;
}
</style>
background-color css
<style>
a { background-color: #DB8B9C; }
a { background-color: rgb(219,139,156); }
div.DivClassName
{
background-color: #DB8B9C;
}
.BgClassName
{
background-color: #DB8B9C;
}
</style>
border-color css
<style>
span { border-color: #DB8B9C; }
span { border-color: rgb(219,139,156); }
td.TdClassName
{
border-color: #DB8B9C;
}
.TagClassName
{
border-color: #DB8B9C;
}
</style>