Shades of Can Can #DA889C
Tints of Can Can #DA889C
RGB
CMYK
RGB Variations
Color information
#DA889C (or 0xDA889C) is known color: Can Can. HEX triplet: DA, 88 and 9C. RGB value is (218,136,156). Sum of RGB (Red+Green+Blue) = 218+136+156=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA889C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA889C is #257763. Grayscale: #A2A2A2. Windows color (decimal): -2455396 or 10258650. OLE color: 10258650.
HSL color Cylindrical-coordinate representation of color #DA889C: hue angle of 345.37º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA889C is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 156 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.15 |
| HSL | 345.37º | 0.53% | 0.69% | - |
| HSV(B) | 345.37º | 0.38% | 0.85% | - |
| XYZ | 43.72 | 34.91 | 35.89 | - |
| YUV | 162.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 156 | 0 | 0.38 | 0.28 | 0.15 | 345.37 | 0.53 | 0.69 |
| Hex | DA | 88 | 9C | 0 | 26 | 1C | F | 159 | 35 | 45 |
| Octal | 332 | 210 | 234 | 0 | 46 | 34 | 17 | 531 | 65 | 105 |
| Binary | 11011010 | 10001000 | 10011100 | 0 | 100110 | 11100 | 1111 | 101011001 | 110101 | 1000101 |
Color Harmonies of #DA889C
Complementary color
Monochromatic Colors of #DA889C
Black with #DA889C
Text Example
Text Example
White with #DA889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA889C; }
p { color: rgb(218,136,156); }
H1.HeaderClassName
{
color: #DA889C;
}
.AnyTagClassName
{
color: #DA889C;
}
</style>
background-color css
<style>
a { background-color: #DA889C; }
a { background-color: rgb(218,136,156); }
div.DivClassName
{
background-color: #DA889C;
}
.BgClassName
{
background-color: #DA889C;
}
</style>
border-color css
<style>
span { border-color: #DA889C; }
span { border-color: rgb(218,136,156); }
td.TdClassName
{
border-color: #DA889C;
}
.TagClassName
{
border-color: #DA889C;
}
</style>