Shades of Can Can #DC889B
Tints of Can Can #DC889B
RGB
CMYK
RGB Variations
Color information
#DC889B (or 0xDC889B) is known color: Can Can. HEX triplet: DC, 88 and 9B. RGB value is (220,136,155). Sum of RGB (Red+Green+Blue) = 220+136+155=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC889B is #237764. Grayscale: #A3A3A3. Windows color (decimal): -2324325 or 10193116. OLE color: 10193116.
HSL color Cylindrical-coordinate representation of color #DC889B: hue angle of 346.43º 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 #DC889B is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 155 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.14 |
| HSL | 346.43º | 0.55% | 0.7% | - |
| HSV(B) | 346.43º | 0.38% | 0.86% | - |
| XYZ | 44.24 | 35.19 | 35.47 | - |
| YUV | 163.28 | 123.33 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 155 | 0 | 0.38 | 0.30 | 0.14 | 346.43 | 0.55 | 0.7 |
| Hex | DC | 88 | 9B | 0 | 26 | 1E | E | 15A | 37 | 46 |
| Octal | 334 | 210 | 233 | 0 | 46 | 36 | 16 | 532 | 67 | 106 |
| Binary | 11011100 | 10001000 | 10011011 | 0 | 100110 | 11110 | 1110 | 101011010 | 110111 | 1000110 |
Color Harmonies of #DC889B
Complementary color
Monochromatic Colors of #DC889B
Black with #DC889B
Text Example
Text Example
White with #DC889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC889B; }
p { color: rgb(220,136,155); }
H1.HeaderClassName
{
color: #DC889B;
}
.AnyTagClassName
{
color: #DC889B;
}
</style>
background-color css
<style>
a { background-color: #DC889B; }
a { background-color: rgb(220,136,155); }
div.DivClassName
{
background-color: #DC889B;
}
.BgClassName
{
background-color: #DC889B;
}
</style>
border-color css
<style>
span { border-color: #DC889B; }
span { border-color: rgb(220,136,155); }
td.TdClassName
{
border-color: #DC889B;
}
.TagClassName
{
border-color: #DC889B;
}
</style>