Shades of Can Can #DC939E
Tints of Can Can #DC939E
RGB
CMYK
RGB Variations
Color information
#DC939E (or 0xDC939E) is known color: Can Can. HEX triplet: DC, 93 and 9E. RGB value is (220,147,158). Sum of RGB (Red+Green+Blue) = 220+147+158=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC939E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC939E is #236C61. Grayscale: #AAAAAA. Windows color (decimal): -2321506 or 10392540. OLE color: 10392540.
HSL color Cylindrical-coordinate representation of color #DC939E: hue angle of 350.96º 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 #DC939E is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 158 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.14 |
| HSL | 350.96º | 0.51% | 0.72% | - |
| HSV(B) | 350.96º | 0.33% | 0.86% | - |
| XYZ | 46.12 | 38.55 | 37.36 | - |
| YUV | 170.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 158 | 0 | 0.33 | 0.28 | 0.14 | 350.96 | 0.51 | 0.72 |
| Hex | DC | 93 | 9E | 0 | 21 | 1C | E | 15F | 33 | 48 |
| Octal | 334 | 223 | 236 | 0 | 41 | 34 | 16 | 537 | 63 | 110 |
| Binary | 11011100 | 10010011 | 10011110 | 0 | 100001 | 11100 | 1110 | 101011111 | 110011 | 1001000 |
Color Harmonies of #DC939E
Complementary color
Monochromatic Colors of #DC939E
Black with #DC939E
Text Example
Text Example
White with #DC939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC939E; }
p { color: rgb(220,147,158); }
H1.HeaderClassName
{
color: #DC939E;
}
.AnyTagClassName
{
color: #DC939E;
}
</style>
background-color css
<style>
a { background-color: #DC939E; }
a { background-color: rgb(220,147,158); }
div.DivClassName
{
background-color: #DC939E;
}
.BgClassName
{
background-color: #DC939E;
}
</style>
border-color css
<style>
span { border-color: #DC939E; }
span { border-color: rgb(220,147,158); }
td.TdClassName
{
border-color: #DC939E;
}
.TagClassName
{
border-color: #DC939E;
}
</style>