Shades of Can Can #DC8899
Tints of Can Can #DC8899
RGB
CMYK
RGB Variations
Color information
#DC8899 (or 0xDC8899) is known color: Can Can. HEX triplet: DC, 88 and 99. RGB value is (220,136,153). Sum of RGB (Red+Green+Blue) = 220+136+153=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8899 is #237766. Grayscale: #A3A3A3. Windows color (decimal): -2324327 or 10062044. OLE color: 10062044.
HSL color Cylindrical-coordinate representation of color #DC8899: hue angle of 347.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 #DC8899 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 153 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.14 |
| HSL | 347.86º | 0.55% | 0.7% | - |
| HSV(B) | 347.86º | 0.38% | 0.86% | - |
| XYZ | 44.07 | 35.12 | 34.59 | - |
| YUV | 163.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 153 | 0 | 0.38 | 0.30 | 0.14 | 347.86 | 0.55 | 0.7 |
| Hex | DC | 88 | 99 | 0 | 26 | 1E | E | 15C | 37 | 46 |
| Octal | 334 | 210 | 231 | 0 | 46 | 36 | 16 | 534 | 67 | 106 |
| Binary | 11011100 | 10001000 | 10011001 | 0 | 100110 | 11110 | 1110 | 101011100 | 110111 | 1000110 |
Color Harmonies of #DC8899
Complementary color
Monochromatic Colors of #DC8899
Black with #DC8899
Text Example
Text Example
White with #DC8899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8899; }
p { color: rgb(220,136,153); }
H1.HeaderClassName
{
color: #DC8899;
}
.AnyTagClassName
{
color: #DC8899;
}
</style>
background-color css
<style>
a { background-color: #DC8899; }
a { background-color: rgb(220,136,153); }
div.DivClassName
{
background-color: #DC8899;
}
.BgClassName
{
background-color: #DC8899;
}
</style>
border-color css
<style>
span { border-color: #DC8899; }
span { border-color: rgb(220,136,153); }
td.TdClassName
{
border-color: #DC8899;
}
.TagClassName
{
border-color: #DC8899;
}
</style>