Shades of Can Can #DA8896
Tints of Can Can #DA8896
RGB
CMYK
RGB Variations
Color information
#DA8896 (or 0xDA8896) is known color: Can Can. HEX triplet: DA, 88 and 96. RGB value is (218,136,150). Sum of RGB (Red+Green+Blue) = 218+136+150=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8896 is #257769. Grayscale: #A2A2A2. Windows color (decimal): -2455402 or 9865434. OLE color: 9865434.
HSL color Cylindrical-coordinate representation of color #DA8896: hue angle of 349.76º 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 #DA8896 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 150 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.15 |
| HSL | 349.76º | 0.53% | 0.69% | - |
| HSV(B) | 349.76º | 0.38% | 0.85% | - |
| XYZ | 43.22 | 34.72 | 33.28 | - |
| YUV | 162.11 | 121.17 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 150 | 0 | 0.38 | 0.31 | 0.15 | 349.76 | 0.53 | 0.69 |
| Hex | DA | 88 | 96 | 0 | 26 | 1F | F | 15E | 35 | 45 |
| Octal | 332 | 210 | 226 | 0 | 46 | 37 | 17 | 536 | 65 | 105 |
| Binary | 11011010 | 10001000 | 10010110 | 0 | 100110 | 11111 | 1111 | 101011110 | 110101 | 1000101 |
Color Harmonies of #DA8896
Complementary color
Monochromatic Colors of #DA8896
Black with #DA8896
Text Example
Text Example
White with #DA8896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8896; }
p { color: rgb(218,136,150); }
H1.HeaderClassName
{
color: #DA8896;
}
.AnyTagClassName
{
color: #DA8896;
}
</style>
background-color css
<style>
a { background-color: #DA8896; }
a { background-color: rgb(218,136,150); }
div.DivClassName
{
background-color: #DA8896;
}
.BgClassName
{
background-color: #DA8896;
}
</style>
border-color css
<style>
span { border-color: #DA8896; }
span { border-color: rgb(218,136,150); }
td.TdClassName
{
border-color: #DA8896;
}
.TagClassName
{
border-color: #DA8896;
}
</style>