Shades of Can Can #DA939B
Tints of Can Can #DA939B
RGB
CMYK
RGB Variations
Color information
#DA939B (or 0xDA939B) is known color: Can Can. HEX triplet: DA, 93 and 9B. RGB value is (218,147,155). Sum of RGB (Red+Green+Blue) = 218+147+155=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA939B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA939B is #256C64. Grayscale: #A9A9A9. Windows color (decimal): -2452581 or 10195930. OLE color: 10195930.
HSL color Cylindrical-coordinate representation of color #DA939B: hue angle of 353.24º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA939B is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 147 | 155 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.15 |
| HSL | 353.24º | 0.49% | 0.72% | - |
| HSV(B) | 353.24º | 0.33% | 0.85% | - |
| XYZ | 45.26 | 38.14 | 35.99 | - |
| YUV | 169.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 155 | 0 | 0.33 | 0.29 | 0.15 | 353.24 | 0.49 | 0.72 |
| Hex | DA | 93 | 9B | 0 | 21 | 1D | F | 161 | 31 | 48 |
| Octal | 332 | 223 | 233 | 0 | 41 | 35 | 17 | 541 | 61 | 110 |
| Binary | 11011010 | 10010011 | 10011011 | 0 | 100001 | 11101 | 1111 | 101100001 | 110001 | 1001000 |
Color Harmonies of #DA939B
Complementary color
Monochromatic Colors of #DA939B
Black with #DA939B
Text Example
Text Example
White with #DA939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA939B; }
p { color: rgb(218,147,155); }
H1.HeaderClassName
{
color: #DA939B;
}
.AnyTagClassName
{
color: #DA939B;
}
</style>
background-color css
<style>
a { background-color: #DA939B; }
a { background-color: rgb(218,147,155); }
div.DivClassName
{
background-color: #DA939B;
}
.BgClassName
{
background-color: #DA939B;
}
</style>
border-color css
<style>
span { border-color: #DA939B; }
span { border-color: rgb(218,147,155); }
td.TdClassName
{
border-color: #DA939B;
}
.TagClassName
{
border-color: #DA939B;
}
</style>