Shades of Can Can #DB92A0
Tints of Can Can #DB92A0
RGB
CMYK
RGB Variations
Color information
#DB92A0 (or 0xDB92A0) is known color: Can Can. HEX triplet: DB, 92 and A0. RGB value is (219,146,160). Sum of RGB (Red+Green+Blue) = 219+146+160=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB92A0 is #246D5F. Grayscale: #A9A9A9. Windows color (decimal): -2387296 or 10523355. OLE color: 10523355.
HSL color Cylindrical-coordinate representation of color #DB92A0: hue angle of 348.49º 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 #DB92A0 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 160 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.14 |
| HSL | 348.49º | 0.5% | 0.72% | - |
| HSV(B) | 348.49º | 0.33% | 0.86% | - |
| XYZ | 45.84 | 38.16 | 38.21 | - |
| YUV | 169.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 160 | 0 | 0.33 | 0.27 | 0.14 | 348.49 | 0.5 | 0.72 |
| Hex | DB | 92 | A0 | 0 | 21 | 1B | E | 15C | 32 | 48 |
| Octal | 333 | 222 | 240 | 0 | 41 | 33 | 16 | 534 | 62 | 110 |
| Binary | 11011011 | 10010010 | 10100000 | 0 | 100001 | 11011 | 1110 | 101011100 | 110010 | 1001000 |
Color Harmonies of #DB92A0
Complementary color
Monochromatic Colors of #DB92A0
Black with #DB92A0
Text Example
Text Example
White with #DB92A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92A0; }
p { color: rgb(219,146,160); }
H1.HeaderClassName
{
color: #DB92A0;
}
.AnyTagClassName
{
color: #DB92A0;
}
</style>
background-color css
<style>
a { background-color: #DB92A0; }
a { background-color: rgb(219,146,160); }
div.DivClassName
{
background-color: #DB92A0;
}
.BgClassName
{
background-color: #DB92A0;
}
</style>
border-color css
<style>
span { border-color: #DB92A0; }
span { border-color: rgb(219,146,160); }
td.TdClassName
{
border-color: #DB92A0;
}
.TagClassName
{
border-color: #DB92A0;
}
</style>