Shades of Can Can #DB919C
Tints of Can Can #DB919C
RGB
CMYK
RGB Variations
Color information
#DB919C (or 0xDB919C) is known color: Can Can. HEX triplet: DB, 91 and 9C. RGB value is (219,145,156). Sum of RGB (Red+Green+Blue) = 219+145+156=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB919C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB919C is #246E63. Grayscale: #A8A8A8. Windows color (decimal): -2387556 or 10260955. OLE color: 10260955.
HSL color Cylindrical-coordinate representation of color #DB919C: hue angle of 351.08º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB919C is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 156 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.14 |
| HSL | 351.08º | 0.51% | 0.71% | - |
| HSV(B) | 351.08º | 0.34% | 0.86% | - |
| XYZ | 45.34 | 37.71 | 36.34 | - |
| YUV | 168.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 156 | 0 | 0.34 | 0.29 | 0.14 | 351.08 | 0.51 | 0.71 |
| Hex | DB | 91 | 9C | 0 | 22 | 1D | E | 15F | 33 | 47 |
| Octal | 333 | 221 | 234 | 0 | 42 | 35 | 16 | 537 | 63 | 107 |
| Binary | 11011011 | 10010001 | 10011100 | 0 | 100010 | 11101 | 1110 | 101011111 | 110011 | 1000111 |
Color Harmonies of #DB919C
Complementary color
Monochromatic Colors of #DB919C
Black with #DB919C
Text Example
Text Example
White with #DB919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB919C; }
p { color: rgb(219,145,156); }
H1.HeaderClassName
{
color: #DB919C;
}
.AnyTagClassName
{
color: #DB919C;
}
</style>
background-color css
<style>
a { background-color: #DB919C; }
a { background-color: rgb(219,145,156); }
div.DivClassName
{
background-color: #DB919C;
}
.BgClassName
{
background-color: #DB919C;
}
</style>
border-color css
<style>
span { border-color: #DB919C; }
span { border-color: rgb(219,145,156); }
td.TdClassName
{
border-color: #DB919C;
}
.TagClassName
{
border-color: #DB919C;
}
</style>