Shades of Can Can #DA9094
Tints of Can Can #DA9094
RGB
CMYK
RGB Variations
Color information
#DA9094 (or 0xDA9094) is known color: Can Can. HEX triplet: DA, 90 and 94. RGB value is (218,144,148). Sum of RGB (Red+Green+Blue) = 218+144+148=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9094 is #256F6B. Grayscale: #A6A6A6. Windows color (decimal): -2453356 or 9736410. OLE color: 9736410.
HSL color Cylindrical-coordinate representation of color #DA9094: hue angle of 356.76º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA9094 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 148 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.15 |
| HSL | 356.76º | 0.5% | 0.71% | - |
| HSV(B) | 356.76º | 0.34% | 0.85% | - |
| XYZ | 44.23 | 36.99 | 32.83 | - |
| YUV | 166.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 148 | 0 | 0.34 | 0.32 | 0.15 | 356.76 | 0.5 | 0.71 |
| Hex | DA | 90 | 94 | 0 | 22 | 20 | F | 165 | 32 | 47 |
| Octal | 332 | 220 | 224 | 0 | 42 | 40 | 17 | 545 | 62 | 107 |
| Binary | 11011010 | 10010000 | 10010100 | 0 | 100010 | 100000 | 1111 | 101100101 | 110010 | 1000111 |
Color Harmonies of #DA9094
Complementary color
Monochromatic Colors of #DA9094
Black with #DA9094
Text Example
Text Example
White with #DA9094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9094; }
p { color: rgb(218,144,148); }
H1.HeaderClassName
{
color: #DA9094;
}
.AnyTagClassName
{
color: #DA9094;
}
</style>
background-color css
<style>
a { background-color: #DA9094; }
a { background-color: rgb(218,144,148); }
div.DivClassName
{
background-color: #DA9094;
}
.BgClassName
{
background-color: #DA9094;
}
</style>
border-color css
<style>
span { border-color: #DA9094; }
span { border-color: rgb(218,144,148); }
td.TdClassName
{
border-color: #DA9094;
}
.TagClassName
{
border-color: #DA9094;
}
</style>