Shades of Can Can #DA939C
Tints of Can Can #DA939C
RGB
CMYK
RGB Variations
Color information
#DA939C (or 0xDA939C) is known color: Can Can. HEX triplet: DA, 93 and 9C. RGB value is (218,147,156). Sum of RGB (Red+Green+Blue) = 218+147+156=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA939C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA939C is #256C63. Grayscale: #A9A9A9. Windows color (decimal): -2452580 or 10261466. OLE color: 10261466.
HSL color Cylindrical-coordinate representation of color #DA939C: hue angle of 352.39º 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 #DA939C is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 147 | 156 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.15 |
| HSL | 352.39º | 0.49% | 0.72% | - |
| HSV(B) | 352.39º | 0.33% | 0.85% | - |
| XYZ | 45.35 | 38.17 | 36.43 | - |
| YUV | 169.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 156 | 0 | 0.33 | 0.28 | 0.15 | 352.39 | 0.49 | 0.72 |
| Hex | DA | 93 | 9C | 0 | 21 | 1C | F | 160 | 31 | 48 |
| Octal | 332 | 223 | 234 | 0 | 41 | 34 | 17 | 540 | 61 | 110 |
| Binary | 11011010 | 10010011 | 10011100 | 0 | 100001 | 11100 | 1111 | 101100000 | 110001 | 1001000 |
Color Harmonies of #DA939C
Complementary color
Monochromatic Colors of #DA939C
Black with #DA939C
Text Example
Text Example
White with #DA939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA939C; }
p { color: rgb(218,147,156); }
H1.HeaderClassName
{
color: #DA939C;
}
.AnyTagClassName
{
color: #DA939C;
}
</style>
background-color css
<style>
a { background-color: #DA939C; }
a { background-color: rgb(218,147,156); }
div.DivClassName
{
background-color: #DA939C;
}
.BgClassName
{
background-color: #DA939C;
}
</style>
border-color css
<style>
span { border-color: #DA939C; }
span { border-color: rgb(218,147,156); }
td.TdClassName
{
border-color: #DA939C;
}
.TagClassName
{
border-color: #DA939C;
}
</style>