Shades of Can Can #DB8B94
Tints of Can Can #DB8B94
RGB
CMYK
RGB Variations
Color information
#DB8B94 (or 0xDB8B94) is known color: Can Can. HEX triplet: DB, 8B and 94. RGB value is (219,139,148). Sum of RGB (Red+Green+Blue) = 219+139+148=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8B94 is #24746B. Grayscale: #A3A3A3. Windows color (decimal): -2389100 or 9735131. OLE color: 9735131.
HSL color Cylindrical-coordinate representation of color #DB8B94: hue angle of 353.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 #DB8B94 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 148 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.14 |
| HSL | 353.25º | 0.53% | 0.7% | - |
| HSV(B) | 353.25º | 0.37% | 0.86% | - |
| XYZ | 43.79 | 35.66 | 32.59 | - |
| YUV | 163.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 148 | 0 | 0.37 | 0.32 | 0.14 | 353.25 | 0.53 | 0.7 |
| Hex | DB | 8B | 94 | 0 | 25 | 20 | E | 161 | 35 | 46 |
| Octal | 333 | 213 | 224 | 0 | 45 | 40 | 16 | 541 | 65 | 106 |
| Binary | 11011011 | 10001011 | 10010100 | 0 | 100101 | 100000 | 1110 | 101100001 | 110101 | 1000110 |
Color Harmonies of #DB8B94
Complementary color
Monochromatic Colors of #DB8B94
Black with #DB8B94
Text Example
Text Example
White with #DB8B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B94; }
p { color: rgb(219,139,148); }
H1.HeaderClassName
{
color: #DB8B94;
}
.AnyTagClassName
{
color: #DB8B94;
}
</style>
background-color css
<style>
a { background-color: #DB8B94; }
a { background-color: rgb(219,139,148); }
div.DivClassName
{
background-color: #DB8B94;
}
.BgClassName
{
background-color: #DB8B94;
}
</style>
border-color css
<style>
span { border-color: #DB8B94; }
span { border-color: rgb(219,139,148); }
td.TdClassName
{
border-color: #DB8B94;
}
.TagClassName
{
border-color: #DB8B94;
}
</style>