Shades of Can Can #DC85A0
Tints of Can Can #DC85A0
RGB
CMYK
RGB Variations
Color information
#DC85A0 (or 0xDC85A0) is known color: Can Can. HEX triplet: DC, 85 and A0. RGB value is (220,133,160). Sum of RGB (Red+Green+Blue) = 220+133+160=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC85A0 is #237A5F. Grayscale: #A2A2A2. Windows color (decimal): -2325088 or 10520028. OLE color: 10520028.
HSL color Cylindrical-coordinate representation of color #DC85A0: hue angle of 341.38º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC85A0 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 160 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.14 |
| HSL | 341.38º | 0.55% | 0.69% | - |
| HSV(B) | 341.38º | 0.4% | 0.86% | - |
| XYZ | 44.25 | 34.53 | 37.59 | - |
| YUV | 162.09 | 126.82 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 160 | 0 | 0.40 | 0.27 | 0.14 | 341.38 | 0.55 | 0.69 |
| Hex | DC | 85 | A0 | 0 | 28 | 1B | E | 155 | 37 | 45 |
| Octal | 334 | 205 | 240 | 0 | 50 | 33 | 16 | 525 | 67 | 105 |
| Binary | 11011100 | 10000101 | 10100000 | 0 | 101000 | 11011 | 1110 | 101010101 | 110111 | 1000101 |
Color Harmonies of #DC85A0
Complementary color
Monochromatic Colors of #DC85A0
Black with #DC85A0
Text Example
Text Example
White with #DC85A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85A0; }
p { color: rgb(220,133,160); }
H1.HeaderClassName
{
color: #DC85A0;
}
.AnyTagClassName
{
color: #DC85A0;
}
</style>
background-color css
<style>
a { background-color: #DC85A0; }
a { background-color: rgb(220,133,160); }
div.DivClassName
{
background-color: #DC85A0;
}
.BgClassName
{
background-color: #DC85A0;
}
</style>
border-color css
<style>
span { border-color: #DC85A0; }
span { border-color: rgb(220,133,160); }
td.TdClassName
{
border-color: #DC85A0;
}
.TagClassName
{
border-color: #DC85A0;
}
</style>