Shades of Can Can #DC8B9B
Tints of Can Can #DC8B9B
RGB
CMYK
RGB Variations
Color information
#DC8B9B (or 0xDC8B9B) is known color: Can Can. HEX triplet: DC, 8B and 9B. RGB value is (220,139,155). Sum of RGB (Red+Green+Blue) = 220+139+155=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8B9B is #237464. Grayscale: #A5A5A5. Windows color (decimal): -2323557 or 10193884. OLE color: 10193884.
HSL color Cylindrical-coordinate representation of color #DC8B9B: hue angle of 348.15º 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 #DC8B9B is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 155 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.14 |
| HSL | 348.15º | 0.54% | 0.7% | - |
| HSV(B) | 348.15º | 0.37% | 0.86% | - |
| XYZ | 44.66 | 36.05 | 35.61 | - |
| YUV | 165.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 155 | 0 | 0.37 | 0.30 | 0.14 | 348.15 | 0.54 | 0.7 |
| Hex | DC | 8B | 9B | 0 | 25 | 1E | E | 15C | 36 | 46 |
| Octal | 334 | 213 | 233 | 0 | 45 | 36 | 16 | 534 | 66 | 106 |
| Binary | 11011100 | 10001011 | 10011011 | 0 | 100101 | 11110 | 1110 | 101011100 | 110110 | 1000110 |
Color Harmonies of #DC8B9B
Complementary color
Monochromatic Colors of #DC8B9B
Black with #DC8B9B
Text Example
Text Example
White with #DC8B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8B9B; }
p { color: rgb(220,139,155); }
H1.HeaderClassName
{
color: #DC8B9B;
}
.AnyTagClassName
{
color: #DC8B9B;
}
</style>
background-color css
<style>
a { background-color: #DC8B9B; }
a { background-color: rgb(220,139,155); }
div.DivClassName
{
background-color: #DC8B9B;
}
.BgClassName
{
background-color: #DC8B9B;
}
</style>
border-color css
<style>
span { border-color: #DC8B9B; }
span { border-color: rgb(220,139,155); }
td.TdClassName
{
border-color: #DC8B9B;
}
.TagClassName
{
border-color: #DC8B9B;
}
</style>