Shades of Can Can #DC8A99
Tints of Can Can #DC8A99
RGB
CMYK
RGB Variations
Color information
#DC8A99 (or 0xDC8A99) is known color: Can Can. HEX triplet: DC, 8A and 99. RGB value is (220,138,153). Sum of RGB (Red+Green+Blue) = 220+138+153=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8A99 is #237566. Grayscale: #A4A4A4. Windows color (decimal): -2323815 or 10062556. OLE color: 10062556.
HSL color Cylindrical-coordinate representation of color #DC8A99: hue angle of 349.02º 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 #DC8A99 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 153 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.14 |
| HSL | 349.02º | 0.54% | 0.7% | - |
| HSV(B) | 349.02º | 0.37% | 0.86% | - |
| XYZ | 44.35 | 35.69 | 34.69 | - |
| YUV | 164.23 | 121.67 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 153 | 0 | 0.37 | 0.30 | 0.14 | 349.02 | 0.54 | 0.7 |
| Hex | DC | 8A | 99 | 0 | 25 | 1E | E | 15D | 36 | 46 |
| Octal | 334 | 212 | 231 | 0 | 45 | 36 | 16 | 535 | 66 | 106 |
| Binary | 11011100 | 10001010 | 10011001 | 0 | 100101 | 11110 | 1110 | 101011101 | 110110 | 1000110 |
Color Harmonies of #DC8A99
Complementary color
Monochromatic Colors of #DC8A99
Black with #DC8A99
Text Example
Text Example
White with #DC8A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A99; }
p { color: rgb(220,138,153); }
H1.HeaderClassName
{
color: #DC8A99;
}
.AnyTagClassName
{
color: #DC8A99;
}
</style>
background-color css
<style>
a { background-color: #DC8A99; }
a { background-color: rgb(220,138,153); }
div.DivClassName
{
background-color: #DC8A99;
}
.BgClassName
{
background-color: #DC8A99;
}
</style>
border-color css
<style>
span { border-color: #DC8A99; }
span { border-color: rgb(220,138,153); }
td.TdClassName
{
border-color: #DC8A99;
}
.TagClassName
{
border-color: #DC8A99;
}
</style>