Shades of Can Can #DC8A9C
Tints of Can Can #DC8A9C
RGB
CMYK
RGB Variations
Color information
#DC8A9C (or 0xDC8A9C) is known color: Can Can. HEX triplet: DC, 8A and 9C. RGB value is (220,138,156). Sum of RGB (Red+Green+Blue) = 220+138+156=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8A9C is #237563. Grayscale: #A4A4A4. Windows color (decimal): -2323812 or 10259164. OLE color: 10259164.
HSL color Cylindrical-coordinate representation of color #DC8A9C: hue angle of 346.83º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8A9C is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 156 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.14 |
| HSL | 346.83º | 0.54% | 0.7% | - |
| HSV(B) | 346.83º | 0.37% | 0.86% | - |
| XYZ | 44.6 | 35.79 | 36.01 | - |
| YUV | 164.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 156 | 0 | 0.37 | 0.29 | 0.14 | 346.83 | 0.54 | 0.7 |
| Hex | DC | 8A | 9C | 0 | 25 | 1D | E | 15B | 36 | 46 |
| Octal | 334 | 212 | 234 | 0 | 45 | 35 | 16 | 533 | 66 | 106 |
| Binary | 11011100 | 10001010 | 10011100 | 0 | 100101 | 11101 | 1110 | 101011011 | 110110 | 1000110 |
Color Harmonies of #DC8A9C
Complementary color
Monochromatic Colors of #DC8A9C
Black with #DC8A9C
Text Example
Text Example
White with #DC8A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A9C; }
p { color: rgb(220,138,156); }
H1.HeaderClassName
{
color: #DC8A9C;
}
.AnyTagClassName
{
color: #DC8A9C;
}
</style>
background-color css
<style>
a { background-color: #DC8A9C; }
a { background-color: rgb(220,138,156); }
div.DivClassName
{
background-color: #DC8A9C;
}
.BgClassName
{
background-color: #DC8A9C;
}
</style>
border-color css
<style>
span { border-color: #DC8A9C; }
span { border-color: rgb(220,138,156); }
td.TdClassName
{
border-color: #DC8A9C;
}
.TagClassName
{
border-color: #DC8A9C;
}
</style>