Shades of Can Can #DC87A0
Tints of Can Can #DC87A0
RGB
CMYK
RGB Variations
Color information
#DC87A0 (or 0xDC87A0) is known color: Can Can. HEX triplet: DC, 87 and A0. RGB value is (220,135,160). Sum of RGB (Red+Green+Blue) = 220+135+160=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC87A0 is #23785F. Grayscale: #A3A3A3. Windows color (decimal): -2324576 or 10520540. OLE color: 10520540.
HSL color Cylindrical-coordinate representation of color #DC87A0: hue angle of 342.35º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC87A0 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 160 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.14 |
| HSL | 342.35º | 0.55% | 0.7% | - |
| HSV(B) | 342.35º | 0.39% | 0.86% | - |
| XYZ | 44.52 | 35.08 | 37.68 | - |
| YUV | 163.27 | 126.16 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 160 | 0 | 0.39 | 0.27 | 0.14 | 342.35 | 0.55 | 0.7 |
| Hex | DC | 87 | A0 | 0 | 27 | 1B | E | 156 | 37 | 46 |
| Octal | 334 | 207 | 240 | 0 | 47 | 33 | 16 | 526 | 67 | 106 |
| Binary | 11011100 | 10000111 | 10100000 | 0 | 100111 | 11011 | 1110 | 101010110 | 110111 | 1000110 |
Color Harmonies of #DC87A0
Complementary color
Monochromatic Colors of #DC87A0
Black with #DC87A0
Text Example
Text Example
White with #DC87A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87A0; }
p { color: rgb(220,135,160); }
H1.HeaderClassName
{
color: #DC87A0;
}
.AnyTagClassName
{
color: #DC87A0;
}
</style>
background-color css
<style>
a { background-color: #DC87A0; }
a { background-color: rgb(220,135,160); }
div.DivClassName
{
background-color: #DC87A0;
}
.BgClassName
{
background-color: #DC87A0;
}
</style>
border-color css
<style>
span { border-color: #DC87A0; }
span { border-color: rgb(220,135,160); }
td.TdClassName
{
border-color: #DC87A0;
}
.TagClassName
{
border-color: #DC87A0;
}
</style>