Shades of Can Can #DC939F
Tints of Can Can #DC939F
RGB
CMYK
RGB Variations
Color information
#DC939F (or 0xDC939F) is known color: Can Can. HEX triplet: DC, 93 and 9F. RGB value is (220,147,159). Sum of RGB (Red+Green+Blue) = 220+147+159=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC939F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC939F is #236C60. Grayscale: #AAAAAA. Windows color (decimal): -2321505 or 10458076. OLE color: 10458076.
HSL color Cylindrical-coordinate representation of color #DC939F: hue angle of 350.14º 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 #DC939F is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 159 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.14 |
| HSL | 350.14º | 0.51% | 0.72% | - |
| HSV(B) | 350.14º | 0.33% | 0.86% | - |
| XYZ | 46.21 | 38.59 | 37.81 | - |
| YUV | 170.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 159 | 0 | 0.33 | 0.28 | 0.14 | 350.14 | 0.51 | 0.72 |
| Hex | DC | 93 | 9F | 0 | 21 | 1C | E | 15E | 33 | 48 |
| Octal | 334 | 223 | 237 | 0 | 41 | 34 | 16 | 536 | 63 | 110 |
| Binary | 11011100 | 10010011 | 10011111 | 0 | 100001 | 11100 | 1110 | 101011110 | 110011 | 1001000 |
Color Harmonies of #DC939F
Complementary color
Monochromatic Colors of #DC939F
Black with #DC939F
Text Example
Text Example
White with #DC939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC939F; }
p { color: rgb(220,147,159); }
H1.HeaderClassName
{
color: #DC939F;
}
.AnyTagClassName
{
color: #DC939F;
}
</style>
background-color css
<style>
a { background-color: #DC939F; }
a { background-color: rgb(220,147,159); }
div.DivClassName
{
background-color: #DC939F;
}
.BgClassName
{
background-color: #DC939F;
}
</style>
border-color css
<style>
span { border-color: #DC939F; }
span { border-color: rgb(220,147,159); }
td.TdClassName
{
border-color: #DC939F;
}
.TagClassName
{
border-color: #DC939F;
}
</style>