Shades of Can Can #DC889D
Tints of Can Can #DC889D
RGB
CMYK
RGB Variations
Color information
#DC889D (or 0xDC889D) is known color: Can Can. HEX triplet: DC, 88 and 9D. RGB value is (220,136,157). Sum of RGB (Red+Green+Blue) = 220+136+157=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC889D is #237762. Grayscale: #A3A3A3. Windows color (decimal): -2324323 or 10324188. OLE color: 10324188.
HSL color Cylindrical-coordinate representation of color #DC889D: hue angle of 345º 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 #DC889D is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 157 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.14 |
| HSL | 345º | 0.55% | 0.7% | - |
| HSV(B) | 345º | 0.38% | 0.86% | - |
| XYZ | 44.41 | 35.26 | 36.36 | - |
| YUV | 163.51 | 124.33 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 157 | 0 | 0.38 | 0.29 | 0.14 | 345 | 0.55 | 0.7 |
| Hex | DC | 88 | 9D | 0 | 26 | 1D | E | 159 | 37 | 46 |
| Octal | 334 | 210 | 235 | 0 | 46 | 35 | 16 | 531 | 67 | 106 |
| Binary | 11011100 | 10001000 | 10011101 | 0 | 100110 | 11101 | 1110 | 101011001 | 110111 | 1000110 |
Color Harmonies of #DC889D
Complementary color
Monochromatic Colors of #DC889D
Black with #DC889D
Text Example
Text Example
White with #DC889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC889D; }
p { color: rgb(220,136,157); }
H1.HeaderClassName
{
color: #DC889D;
}
.AnyTagClassName
{
color: #DC889D;
}
</style>
background-color css
<style>
a { background-color: #DC889D; }
a { background-color: rgb(220,136,157); }
div.DivClassName
{
background-color: #DC889D;
}
.BgClassName
{
background-color: #DC889D;
}
</style>
border-color css
<style>
span { border-color: #DC889D; }
span { border-color: rgb(220,136,157); }
td.TdClassName
{
border-color: #DC889D;
}
.TagClassName
{
border-color: #DC889D;
}
</style>