Shades of Can Can #DC949C
Tints of Can Can #DC949C
RGB
CMYK
RGB Variations
Color information
#DC949C (or 0xDC949C) is known color: Can Can. HEX triplet: DC, 94 and 9C. RGB value is (220,148,156). Sum of RGB (Red+Green+Blue) = 220+148+156=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC949C is #236B63. Grayscale: #AAAAAA. Windows color (decimal): -2321252 or 10261724. OLE color: 10261724.
HSL color Cylindrical-coordinate representation of color #DC949C: hue angle of 353.33º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC949C is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 156 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.14 |
| HSL | 353.33º | 0.51% | 0.72% | - |
| HSV(B) | 353.33º | 0.33% | 0.86% | - |
| XYZ | 46.11 | 38.8 | 36.51 | - |
| YUV | 170.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 156 | 0 | 0.33 | 0.29 | 0.14 | 353.33 | 0.51 | 0.72 |
| Hex | DC | 94 | 9C | 0 | 21 | 1D | E | 161 | 33 | 48 |
| Octal | 334 | 224 | 234 | 0 | 41 | 35 | 16 | 541 | 63 | 110 |
| Binary | 11011100 | 10010100 | 10011100 | 0 | 100001 | 11101 | 1110 | 101100001 | 110011 | 1001000 |
Color Harmonies of #DC949C
Complementary color
Monochromatic Colors of #DC949C
Black with #DC949C
Text Example
Text Example
White with #DC949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC949C; }
p { color: rgb(220,148,156); }
H1.HeaderClassName
{
color: #DC949C;
}
.AnyTagClassName
{
color: #DC949C;
}
</style>
background-color css
<style>
a { background-color: #DC949C; }
a { background-color: rgb(220,148,156); }
div.DivClassName
{
background-color: #DC949C;
}
.BgClassName
{
background-color: #DC949C;
}
</style>
border-color css
<style>
span { border-color: #DC949C; }
span { border-color: rgb(220,148,156); }
td.TdClassName
{
border-color: #DC949C;
}
.TagClassName
{
border-color: #DC949C;
}
</style>