Shades of Can Can #DC82A0
Tints of Can Can #DC82A0
RGB
CMYK
RGB Variations
Color information
#DC82A0 (or 0xDC82A0) is known color: Can Can. HEX triplet: DC, 82 and A0. RGB value is (220,130,160). Sum of RGB (Red+Green+Blue) = 220+130+160=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC82A0 is #237D5F. Grayscale: #A0A0A0. Windows color (decimal): -2325856 or 10519260. OLE color: 10519260.
HSL color Cylindrical-coordinate representation of color #DC82A0: hue angle of 340º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC82A0 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 160 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.14 |
| HSL | 340º | 0.56% | 0.69% | - |
| HSV(B) | 340º | 0.41% | 0.86% | - |
| XYZ | 43.84 | 33.72 | 37.46 | - |
| YUV | 160.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 160 | 0 | 0.41 | 0.27 | 0.14 | 340 | 0.56 | 0.69 |
| Hex | DC | 82 | A0 | 0 | 29 | 1B | E | 154 | 38 | 45 |
| Octal | 334 | 202 | 240 | 0 | 51 | 33 | 16 | 524 | 70 | 105 |
| Binary | 11011100 | 10000010 | 10100000 | 0 | 101001 | 11011 | 1110 | 101010100 | 111000 | 1000101 |
Color Harmonies of #DC82A0
Complementary color
Monochromatic Colors of #DC82A0
Black with #DC82A0
Text Example
Text Example
White with #DC82A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC82A0; }
p { color: rgb(220,130,160); }
H1.HeaderClassName
{
color: #DC82A0;
}
.AnyTagClassName
{
color: #DC82A0;
}
</style>
background-color css
<style>
a { background-color: #DC82A0; }
a { background-color: rgb(220,130,160); }
div.DivClassName
{
background-color: #DC82A0;
}
.BgClassName
{
background-color: #DC82A0;
}
</style>
border-color css
<style>
span { border-color: #DC82A0; }
span { border-color: rgb(220,130,160); }
td.TdClassName
{
border-color: #DC82A0;
}
.TagClassName
{
border-color: #DC82A0;
}
</style>