Shades of Can Can #DA929A
Tints of Can Can #DA929A
RGB
CMYK
RGB Variations
Color information
#DA929A (or 0xDA929A) is known color: Can Can. HEX triplet: DA, 92 and 9A. RGB value is (218,146,154). Sum of RGB (Red+Green+Blue) = 218+146+154=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA929A is #256D65. Grayscale: #A8A8A8. Windows color (decimal): -2452838 or 10130138. OLE color: 10130138.
HSL color Cylindrical-coordinate representation of color #DA929A: hue angle of 353.33º 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 #DA929A is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 154 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.15 |
| HSL | 353.33º | 0.49% | 0.71% | - |
| HSV(B) | 353.33º | 0.33% | 0.85% | - |
| XYZ | 45.03 | 37.8 | 35.49 | - |
| YUV | 168.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 154 | 0 | 0.33 | 0.29 | 0.15 | 353.33 | 0.49 | 0.71 |
| Hex | DA | 92 | 9A | 0 | 21 | 1D | F | 161 | 31 | 47 |
| Octal | 332 | 222 | 232 | 0 | 41 | 35 | 17 | 541 | 61 | 107 |
| Binary | 11011010 | 10010010 | 10011010 | 0 | 100001 | 11101 | 1111 | 101100001 | 110001 | 1000111 |
Color Harmonies of #DA929A
Complementary color
Monochromatic Colors of #DA929A
Black with #DA929A
Text Example
Text Example
White with #DA929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA929A; }
p { color: rgb(218,146,154); }
H1.HeaderClassName
{
color: #DA929A;
}
.AnyTagClassName
{
color: #DA929A;
}
</style>
background-color css
<style>
a { background-color: #DA929A; }
a { background-color: rgb(218,146,154); }
div.DivClassName
{
background-color: #DA929A;
}
.BgClassName
{
background-color: #DA929A;
}
</style>
border-color css
<style>
span { border-color: #DA929A; }
span { border-color: rgb(218,146,154); }
td.TdClassName
{
border-color: #DA929A;
}
.TagClassName
{
border-color: #DA929A;
}
</style>