Shades of Can Can #DC88A1
Tints of Can Can #DC88A1
RGB
CMYK
RGB Variations
Color information
#DC88A1 (or 0xDC88A1) is known color: Can Can. HEX triplet: DC, 88 and A1. RGB value is (220,136,161). Sum of RGB (Red+Green+Blue) = 220+136+161=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC88A1 is #23775E. Grayscale: #A3A3A3. Windows color (decimal): -2324319 or 10586332. OLE color: 10586332.
HSL color Cylindrical-coordinate representation of color #DC88A1: hue angle of 342.14º 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 #DC88A1 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 161 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.14 |
| HSL | 342.14º | 0.55% | 0.7% | - |
| HSV(B) | 342.14º | 0.38% | 0.86% | - |
| XYZ | 44.75 | 35.4 | 38.19 | - |
| YUV | 163.97 | 126.33 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 161 | 0 | 0.38 | 0.27 | 0.14 | 342.14 | 0.55 | 0.7 |
| Hex | DC | 88 | A1 | 0 | 26 | 1B | E | 156 | 37 | 46 |
| Octal | 334 | 210 | 241 | 0 | 46 | 33 | 16 | 526 | 67 | 106 |
| Binary | 11011100 | 10001000 | 10100001 | 0 | 100110 | 11011 | 1110 | 101010110 | 110111 | 1000110 |
Color Harmonies of #DC88A1
Complementary color
Monochromatic Colors of #DC88A1
Black with #DC88A1
Text Example
Text Example
White with #DC88A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88A1; }
p { color: rgb(220,136,161); }
H1.HeaderClassName
{
color: #DC88A1;
}
.AnyTagClassName
{
color: #DC88A1;
}
</style>
background-color css
<style>
a { background-color: #DC88A1; }
a { background-color: rgb(220,136,161); }
div.DivClassName
{
background-color: #DC88A1;
}
.BgClassName
{
background-color: #DC88A1;
}
</style>
border-color css
<style>
span { border-color: #DC88A1; }
span { border-color: rgb(220,136,161); }
td.TdClassName
{
border-color: #DC88A1;
}
.TagClassName
{
border-color: #DC88A1;
}
</style>