Shades of Can Can #DC8A9F
Tints of Can Can #DC8A9F
RGB
CMYK
RGB Variations
Color information
#DC8A9F (or 0xDC8A9F) is known color: Can Can. HEX triplet: DC, 8A and 9F. RGB value is (220,138,159). Sum of RGB (Red+Green+Blue) = 220+138+159=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8A9F is #237560. Grayscale: #A4A4A4. Windows color (decimal): -2323809 or 10455772. OLE color: 10455772.
HSL color Cylindrical-coordinate representation of color #DC8A9F: hue angle of 344.63º 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 #DC8A9F is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 159 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.14 |
| HSL | 344.63º | 0.54% | 0.7% | - |
| HSV(B) | 344.63º | 0.37% | 0.86% | - |
| XYZ | 44.86 | 35.9 | 37.37 | - |
| YUV | 164.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 159 | 0 | 0.37 | 0.28 | 0.14 | 344.63 | 0.54 | 0.7 |
| Hex | DC | 8A | 9F | 0 | 25 | 1C | E | 159 | 36 | 46 |
| Octal | 334 | 212 | 237 | 0 | 45 | 34 | 16 | 531 | 66 | 106 |
| Binary | 11011100 | 10001010 | 10011111 | 0 | 100101 | 11100 | 1110 | 101011001 | 110110 | 1000110 |
Color Harmonies of #DC8A9F
Complementary color
Monochromatic Colors of #DC8A9F
Black with #DC8A9F
Text Example
Text Example
White with #DC8A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A9F; }
p { color: rgb(220,138,159); }
H1.HeaderClassName
{
color: #DC8A9F;
}
.AnyTagClassName
{
color: #DC8A9F;
}
</style>
background-color css
<style>
a { background-color: #DC8A9F; }
a { background-color: rgb(220,138,159); }
div.DivClassName
{
background-color: #DC8A9F;
}
.BgClassName
{
background-color: #DC8A9F;
}
</style>
border-color css
<style>
span { border-color: #DC8A9F; }
span { border-color: rgb(220,138,159); }
td.TdClassName
{
border-color: #DC8A9F;
}
.TagClassName
{
border-color: #DC8A9F;
}
</style>