Shades of Can Can #DC88A0
Tints of Can Can #DC88A0
RGB
CMYK
RGB Variations
Color information
#DC88A0 (or 0xDC88A0) is known color: Can Can. HEX triplet: DC, 88 and A0. RGB value is (220,136,160). Sum of RGB (Red+Green+Blue) = 220+136+160=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC88A0 is #23775F. Grayscale: #A3A3A3. Windows color (decimal): -2324320 or 10520796. OLE color: 10520796.
HSL color Cylindrical-coordinate representation of color #DC88A0: hue angle of 342.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC88A0 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 160 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.14 |
| HSL | 342.86º | 0.55% | 0.7% | - |
| HSV(B) | 342.86º | 0.38% | 0.86% | - |
| XYZ | 44.66 | 35.36 | 37.73 | - |
| YUV | 163.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 160 | 0 | 0.38 | 0.27 | 0.14 | 342.86 | 0.55 | 0.7 |
| Hex | DC | 88 | A0 | 0 | 26 | 1B | E | 157 | 37 | 46 |
| Octal | 334 | 210 | 240 | 0 | 46 | 33 | 16 | 527 | 67 | 106 |
| Binary | 11011100 | 10001000 | 10100000 | 0 | 100110 | 11011 | 1110 | 101010111 | 110111 | 1000110 |
Color Harmonies of #DC88A0
Complementary color
Monochromatic Colors of #DC88A0
Black with #DC88A0
Text Example
Text Example
White with #DC88A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88A0; }
p { color: rgb(220,136,160); }
H1.HeaderClassName
{
color: #DC88A0;
}
.AnyTagClassName
{
color: #DC88A0;
}
</style>
background-color css
<style>
a { background-color: #DC88A0; }
a { background-color: rgb(220,136,160); }
div.DivClassName
{
background-color: #DC88A0;
}
.BgClassName
{
background-color: #DC88A0;
}
</style>
border-color css
<style>
span { border-color: #DC88A0; }
span { border-color: rgb(220,136,160); }
td.TdClassName
{
border-color: #DC88A0;
}
.TagClassName
{
border-color: #DC88A0;
}
</style>