Shades of Can Can #DB929C
Tints of Can Can #DB929C
RGB
CMYK
RGB Variations
Color information
#DB929C (or 0xDB929C) is known color: Can Can. HEX triplet: DB, 92 and 9C. RGB value is (219,146,156). Sum of RGB (Red+Green+Blue) = 219+146+156=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB929C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB929C is #246D63. Grayscale: #A9A9A9. Windows color (decimal): -2387300 or 10261211. OLE color: 10261211.
HSL color Cylindrical-coordinate representation of color #DB929C: hue angle of 351.78º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB929C is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 156 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.14 |
| HSL | 351.78º | 0.5% | 0.72% | - |
| HSV(B) | 351.78º | 0.33% | 0.86% | - |
| XYZ | 45.49 | 38.02 | 36.39 | - |
| YUV | 168.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 156 | 0 | 0.33 | 0.29 | 0.14 | 351.78 | 0.5 | 0.72 |
| Hex | DB | 92 | 9C | 0 | 21 | 1D | E | 160 | 32 | 48 |
| Octal | 333 | 222 | 234 | 0 | 41 | 35 | 16 | 540 | 62 | 110 |
| Binary | 11011011 | 10010010 | 10011100 | 0 | 100001 | 11101 | 1110 | 101100000 | 110010 | 1001000 |
Color Harmonies of #DB929C
Complementary color
Monochromatic Colors of #DB929C
Black with #DB929C
Text Example
Text Example
White with #DB929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB929C; }
p { color: rgb(219,146,156); }
H1.HeaderClassName
{
color: #DB929C;
}
.AnyTagClassName
{
color: #DB929C;
}
</style>
background-color css
<style>
a { background-color: #DB929C; }
a { background-color: rgb(219,146,156); }
div.DivClassName
{
background-color: #DB929C;
}
.BgClassName
{
background-color: #DB929C;
}
</style>
border-color css
<style>
span { border-color: #DB929C; }
span { border-color: rgb(219,146,156); }
td.TdClassName
{
border-color: #DB929C;
}
.TagClassName
{
border-color: #DB929C;
}
</style>