Shades of Can Can #DA929E
Tints of Can Can #DA929E
RGB
CMYK
RGB Variations
Color information
#DA929E (or 0xDA929E) is known color: Can Can. HEX triplet: DA, 92 and 9E. RGB value is (218,146,158). Sum of RGB (Red+Green+Blue) = 218+146+158=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA929E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA929E is #256D61. Grayscale: #A8A8A8. Windows color (decimal): -2452834 or 10392282. OLE color: 10392282.
HSL color Cylindrical-coordinate representation of color #DA929E: hue angle of 350º degrees, saturation: 0.49, 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 #DA929E is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 158 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.15 |
| HSL | 350º | 0.49% | 0.71% | - |
| HSV(B) | 350º | 0.33% | 0.85% | - |
| XYZ | 45.36 | 37.93 | 37.28 | - |
| YUV | 168.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 158 | 0 | 0.33 | 0.28 | 0.15 | 350 | 0.49 | 0.71 |
| Hex | DA | 92 | 9E | 0 | 21 | 1C | F | 15E | 31 | 47 |
| Octal | 332 | 222 | 236 | 0 | 41 | 34 | 17 | 536 | 61 | 107 |
| Binary | 11011010 | 10010010 | 10011110 | 0 | 100001 | 11100 | 1111 | 101011110 | 110001 | 1000111 |
Color Harmonies of #DA929E
Complementary color
Monochromatic Colors of #DA929E
Black with #DA929E
Text Example
Text Example
White with #DA929E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA929E; }
p { color: rgb(218,146,158); }
H1.HeaderClassName
{
color: #DA929E;
}
.AnyTagClassName
{
color: #DA929E;
}
</style>
background-color css
<style>
a { background-color: #DA929E; }
a { background-color: rgb(218,146,158); }
div.DivClassName
{
background-color: #DA929E;
}
.BgClassName
{
background-color: #DA929E;
}
</style>
border-color css
<style>
span { border-color: #DA929E; }
span { border-color: rgb(218,146,158); }
td.TdClassName
{
border-color: #DA929E;
}
.TagClassName
{
border-color: #DA929E;
}
</style>