Shades of Can Can #DA9093
Tints of Can Can #DA9093
RGB
CMYK
RGB Variations
Color information
#DA9093 (or 0xDA9093) is known color: Can Can. HEX triplet: DA, 90 and 93. RGB value is (218,144,147). Sum of RGB (Red+Green+Blue) = 218+144+147=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9093 is #256F6C. Grayscale: #A6A6A6. Windows color (decimal): -2453357 or 9670874. OLE color: 9670874.
HSL color Cylindrical-coordinate representation of color #DA9093: hue angle of 357.57º 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 #DA9093 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 147 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.15 |
| HSL | 357.57º | 0.5% | 0.71% | - |
| HSV(B) | 357.57º | 0.34% | 0.85% | - |
| XYZ | 44.15 | 36.96 | 32.41 | - |
| YUV | 166.47 | 117.02 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 147 | 0 | 0.34 | 0.33 | 0.15 | 357.57 | 0.5 | 0.71 |
| Hex | DA | 90 | 93 | 0 | 22 | 21 | F | 166 | 32 | 47 |
| Octal | 332 | 220 | 223 | 0 | 42 | 41 | 17 | 546 | 62 | 107 |
| Binary | 11011010 | 10010000 | 10010011 | 0 | 100010 | 100001 | 1111 | 101100110 | 110010 | 1000111 |
Color Harmonies of #DA9093
Complementary color
Monochromatic Colors of #DA9093
Black with #DA9093
Text Example
Text Example
White with #DA9093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9093; }
p { color: rgb(218,144,147); }
H1.HeaderClassName
{
color: #DA9093;
}
.AnyTagClassName
{
color: #DA9093;
}
</style>
background-color css
<style>
a { background-color: #DA9093; }
a { background-color: rgb(218,144,147); }
div.DivClassName
{
background-color: #DA9093;
}
.BgClassName
{
background-color: #DA9093;
}
</style>
border-color css
<style>
span { border-color: #DA9093; }
span { border-color: rgb(218,144,147); }
td.TdClassName
{
border-color: #DA9093;
}
.TagClassName
{
border-color: #DA9093;
}
</style>