Shades of Can Can #DB8D92
Tints of Can Can #DB8D92
RGB
CMYK
RGB Variations
Color information
#DB8D92 (or 0xDB8D92) is known color: Can Can. HEX triplet: DB, 8D and 92. RGB value is (219,141,146). Sum of RGB (Red+Green+Blue) = 219+141+146=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8D92 is #24726D. Grayscale: #A4A4A4. Windows color (decimal): -2388590 or 9604571. OLE color: 9604571.
HSL color Cylindrical-coordinate representation of color #DB8D92: hue angle of 356.15º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8D92 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 146 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.14 |
| HSL | 356.15º | 0.52% | 0.71% | - |
| HSV(B) | 356.15º | 0.36% | 0.86% | - |
| XYZ | 43.93 | 36.19 | 31.86 | - |
| YUV | 164.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 146 | 0 | 0.36 | 0.33 | 0.14 | 356.15 | 0.52 | 0.71 |
| Hex | DB | 8D | 92 | 0 | 24 | 21 | E | 164 | 34 | 47 |
| Octal | 333 | 215 | 222 | 0 | 44 | 41 | 16 | 544 | 64 | 107 |
| Binary | 11011011 | 10001101 | 10010010 | 0 | 100100 | 100001 | 1110 | 101100100 | 110100 | 1000111 |
Color Harmonies of #DB8D92
Complementary color
Monochromatic Colors of #DB8D92
Black with #DB8D92
Text Example
Text Example
White with #DB8D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D92; }
p { color: rgb(219,141,146); }
H1.HeaderClassName
{
color: #DB8D92;
}
.AnyTagClassName
{
color: #DB8D92;
}
</style>
background-color css
<style>
a { background-color: #DB8D92; }
a { background-color: rgb(219,141,146); }
div.DivClassName
{
background-color: #DB8D92;
}
.BgClassName
{
background-color: #DB8D92;
}
</style>
border-color css
<style>
span { border-color: #DB8D92; }
span { border-color: rgb(219,141,146); }
td.TdClassName
{
border-color: #DB8D92;
}
.TagClassName
{
border-color: #DB8D92;
}
</style>