Shades of Can Can #DA8D95
Tints of Can Can #DA8D95
RGB
CMYK
RGB Variations
Color information
#DA8D95 (or 0xDA8D95) is known color: Can Can. HEX triplet: DA, 8D and 95. RGB value is (218,141,149). Sum of RGB (Red+Green+Blue) = 218+141+149=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8D95 is #25726A. Grayscale: #A4A4A4. Windows color (decimal): -2454123 or 9801178. OLE color: 9801178.
HSL color Cylindrical-coordinate representation of color #DA8D95: hue angle of 353.77º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA8D95 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 149 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.15 |
| HSL | 353.77º | 0.51% | 0.7% | - |
| HSV(B) | 353.77º | 0.35% | 0.85% | - |
| XYZ | 43.86 | 36.13 | 33.09 | - |
| YUV | 164.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 149 | 0 | 0.35 | 0.32 | 0.15 | 353.77 | 0.51 | 0.7 |
| Hex | DA | 8D | 95 | 0 | 23 | 20 | F | 162 | 33 | 46 |
| Octal | 332 | 215 | 225 | 0 | 43 | 40 | 17 | 542 | 63 | 106 |
| Binary | 11011010 | 10001101 | 10010101 | 0 | 100011 | 100000 | 1111 | 101100010 | 110011 | 1000110 |
Color Harmonies of #DA8D95
Complementary color
Monochromatic Colors of #DA8D95
Black with #DA8D95
Text Example
Text Example
White with #DA8D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D95; }
p { color: rgb(218,141,149); }
H1.HeaderClassName
{
color: #DA8D95;
}
.AnyTagClassName
{
color: #DA8D95;
}
</style>
background-color css
<style>
a { background-color: #DA8D95; }
a { background-color: rgb(218,141,149); }
div.DivClassName
{
background-color: #DA8D95;
}
.BgClassName
{
background-color: #DA8D95;
}
</style>
border-color css
<style>
span { border-color: #DA8D95; }
span { border-color: rgb(218,141,149); }
td.TdClassName
{
border-color: #DA8D95;
}
.TagClassName
{
border-color: #DA8D95;
}
</style>