Shades of Can Can #DB919A
Tints of Can Can #DB919A
RGB
CMYK
RGB Variations
Color information
#DB919A (or 0xDB919A) is known color: Can Can. HEX triplet: DB, 91 and 9A. RGB value is (219,145,154). Sum of RGB (Red+Green+Blue) = 219+145+154=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB919A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB919A is #246E65. Grayscale: #A8A8A8. Windows color (decimal): -2387558 or 10129883. OLE color: 10129883.
HSL color Cylindrical-coordinate representation of color #DB919A: hue angle of 352.7º 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 #DB919A is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 154 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.14 |
| HSL | 352.7º | 0.51% | 0.71% | - |
| HSV(B) | 352.7º | 0.34% | 0.86% | - |
| XYZ | 45.17 | 37.64 | 35.46 | - |
| YUV | 168.15 | 120.02 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 154 | 0 | 0.34 | 0.30 | 0.14 | 352.7 | 0.51 | 0.71 |
| Hex | DB | 91 | 9A | 0 | 22 | 1E | E | 161 | 33 | 47 |
| Octal | 333 | 221 | 232 | 0 | 42 | 36 | 16 | 541 | 63 | 107 |
| Binary | 11011011 | 10010001 | 10011010 | 0 | 100010 | 11110 | 1110 | 101100001 | 110011 | 1000111 |
Color Harmonies of #DB919A
Complementary color
Monochromatic Colors of #DB919A
Black with #DB919A
Text Example
Text Example
White with #DB919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB919A; }
p { color: rgb(219,145,154); }
H1.HeaderClassName
{
color: #DB919A;
}
.AnyTagClassName
{
color: #DB919A;
}
</style>
background-color css
<style>
a { background-color: #DB919A; }
a { background-color: rgb(219,145,154); }
div.DivClassName
{
background-color: #DB919A;
}
.BgClassName
{
background-color: #DB919A;
}
</style>
border-color css
<style>
span { border-color: #DB919A; }
span { border-color: rgb(219,145,154); }
td.TdClassName
{
border-color: #DB919A;
}
.TagClassName
{
border-color: #DB919A;
}
</style>