Shades of Can Can #DA919C
Tints of Can Can #DA919C
RGB
CMYK
RGB Variations
Color information
#DA919C (or 0xDA919C) is known color: Can Can. HEX triplet: DA, 91 and 9C. RGB value is (218,145,156). Sum of RGB (Red+Green+Blue) = 218+145+156=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA919C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA919C is #256E63. Grayscale: #A8A8A8. Windows color (decimal): -2453092 or 10260954. OLE color: 10260954.
HSL color Cylindrical-coordinate representation of color #DA919C: hue angle of 350.96º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA919C is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 156 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.15 |
| HSL | 350.96º | 0.5% | 0.71% | - |
| HSV(B) | 350.96º | 0.33% | 0.85% | - |
| XYZ | 45.04 | 37.56 | 36.33 | - |
| YUV | 168.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 156 | 0 | 0.33 | 0.28 | 0.15 | 350.96 | 0.5 | 0.71 |
| Hex | DA | 91 | 9C | 0 | 21 | 1C | F | 15F | 32 | 47 |
| Octal | 332 | 221 | 234 | 0 | 41 | 34 | 17 | 537 | 62 | 107 |
| Binary | 11011010 | 10010001 | 10011100 | 0 | 100001 | 11100 | 1111 | 101011111 | 110010 | 1000111 |
Color Harmonies of #DA919C
Complementary color
Monochromatic Colors of #DA919C
Black with #DA919C
Text Example
Text Example
White with #DA919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA919C; }
p { color: rgb(218,145,156); }
H1.HeaderClassName
{
color: #DA919C;
}
.AnyTagClassName
{
color: #DA919C;
}
</style>
background-color css
<style>
a { background-color: #DA919C; }
a { background-color: rgb(218,145,156); }
div.DivClassName
{
background-color: #DA919C;
}
.BgClassName
{
background-color: #DA919C;
}
</style>
border-color css
<style>
span { border-color: #DA919C; }
span { border-color: rgb(218,145,156); }
td.TdClassName
{
border-color: #DA919C;
}
.TagClassName
{
border-color: #DA919C;
}
</style>