Shades of Can Can #D9949C
Tints of Can Can #D9949C
RGB
CMYK
RGB Variations
Color information
#D9949C (or 0xD9949C) is known color: Can Can. HEX triplet: D9, 94 and 9C. RGB value is (217,148,156). Sum of RGB (Red+Green+Blue) = 217+148+156=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D9949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9949C is #266B63. Grayscale: #A9A9A9. Windows color (decimal): -2517860 or 10261721. OLE color: 10261721.
HSL color Cylindrical-coordinate representation of color #D9949C: hue angle of 353.04º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9949C is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 156 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.15 |
| HSL | 353.04º | 0.48% | 0.72% | - |
| HSV(B) | 353.04º | 0.32% | 0.85% | - |
| XYZ | 45.21 | 38.33 | 36.47 | - |
| YUV | 169.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 156 | 0 | 0.32 | 0.28 | 0.15 | 353.04 | 0.48 | 0.72 |
| Hex | D9 | 94 | 9C | 0 | 20 | 1C | F | 161 | 30 | 48 |
| Octal | 331 | 224 | 234 | 0 | 40 | 34 | 17 | 541 | 60 | 110 |
| Binary | 11011001 | 10010100 | 10011100 | 0 | 100000 | 11100 | 1111 | 101100001 | 110000 | 1001000 |
Color Harmonies of #D9949C
Complementary color
Monochromatic Colors of #D9949C
Black with #D9949C
Text Example
Text Example
White with #D9949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9949C; }
p { color: rgb(217,148,156); }
H1.HeaderClassName
{
color: #D9949C;
}
.AnyTagClassName
{
color: #D9949C;
}
</style>
background-color css
<style>
a { background-color: #D9949C; }
a { background-color: rgb(217,148,156); }
div.DivClassName
{
background-color: #D9949C;
}
.BgClassName
{
background-color: #D9949C;
}
</style>
border-color css
<style>
span { border-color: #D9949C; }
span { border-color: rgb(217,148,156); }
td.TdClassName
{
border-color: #D9949C;
}
.TagClassName
{
border-color: #D9949C;
}
</style>