Shades of Can Can #DA899C
Tints of Can Can #DA899C
RGB
CMYK
RGB Variations
Color information
#DA899C (or 0xDA899C) is known color: Can Can. HEX triplet: DA, 89 and 9C. RGB value is (218,137,156). Sum of RGB (Red+Green+Blue) = 218+137+156=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA899C is #257663. Grayscale: #A3A3A3. Windows color (decimal): -2455140 or 10258906. OLE color: 10258906.
HSL color Cylindrical-coordinate representation of color #DA899C: hue angle of 345.93º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA899C is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 156 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.15 |
| HSL | 345.93º | 0.52% | 0.7% | - |
| HSV(B) | 345.93º | 0.37% | 0.85% | - |
| XYZ | 43.86 | 35.2 | 35.93 | - |
| YUV | 163.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 156 | 0 | 0.37 | 0.28 | 0.15 | 345.93 | 0.52 | 0.7 |
| Hex | DA | 89 | 9C | 0 | 25 | 1C | F | 15A | 34 | 46 |
| Octal | 332 | 211 | 234 | 0 | 45 | 34 | 17 | 532 | 64 | 106 |
| Binary | 11011010 | 10001001 | 10011100 | 0 | 100101 | 11100 | 1111 | 101011010 | 110100 | 1000110 |
Color Harmonies of #DA899C
Complementary color
Monochromatic Colors of #DA899C
Black with #DA899C
Text Example
Text Example
White with #DA899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA899C; }
p { color: rgb(218,137,156); }
H1.HeaderClassName
{
color: #DA899C;
}
.AnyTagClassName
{
color: #DA899C;
}
</style>
background-color css
<style>
a { background-color: #DA899C; }
a { background-color: rgb(218,137,156); }
div.DivClassName
{
background-color: #DA899C;
}
.BgClassName
{
background-color: #DA899C;
}
</style>
border-color css
<style>
span { border-color: #DA899C; }
span { border-color: rgb(218,137,156); }
td.TdClassName
{
border-color: #DA899C;
}
.TagClassName
{
border-color: #DA899C;
}
</style>