Shades of Can Can #DC949D
Tints of Can Can #DC949D
RGB
CMYK
RGB Variations
Color information
#DC949D (or 0xDC949D) is known color: Can Can. HEX triplet: DC, 94 and 9D. RGB value is (220,148,157). Sum of RGB (Red+Green+Blue) = 220+148+157=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC949D is #236B62. Grayscale: #AAAAAA. Windows color (decimal): -2321251 or 10327260. OLE color: 10327260.
HSL color Cylindrical-coordinate representation of color #DC949D: hue angle of 352.5º 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 #DC949D is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 157 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.14 |
| HSL | 352.5º | 0.51% | 0.72% | - |
| HSV(B) | 352.5º | 0.33% | 0.86% | - |
| XYZ | 46.19 | 38.83 | 36.96 | - |
| YUV | 170.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 157 | 0 | 0.33 | 0.29 | 0.14 | 352.5 | 0.51 | 0.72 |
| Hex | DC | 94 | 9D | 0 | 21 | 1D | E | 160 | 33 | 48 |
| Octal | 334 | 224 | 235 | 0 | 41 | 35 | 16 | 540 | 63 | 110 |
| Binary | 11011100 | 10010100 | 10011101 | 0 | 100001 | 11101 | 1110 | 101100000 | 110011 | 1001000 |
Color Harmonies of #DC949D
Complementary color
Monochromatic Colors of #DC949D
Black with #DC949D
Text Example
Text Example
White with #DC949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC949D; }
p { color: rgb(220,148,157); }
H1.HeaderClassName
{
color: #DC949D;
}
.AnyTagClassName
{
color: #DC949D;
}
</style>
background-color css
<style>
a { background-color: #DC949D; }
a { background-color: rgb(220,148,157); }
div.DivClassName
{
background-color: #DC949D;
}
.BgClassName
{
background-color: #DC949D;
}
</style>
border-color css
<style>
span { border-color: #DC949D; }
span { border-color: rgb(220,148,157); }
td.TdClassName
{
border-color: #DC949D;
}
.TagClassName
{
border-color: #DC949D;
}
</style>