Shades of Can Can #DC8F9B
Tints of Can Can #DC8F9B
RGB
CMYK
RGB Variations
Color information
#DC8F9B (or 0xDC8F9B) is known color: Can Can. HEX triplet: DC, 8F and 9B. RGB value is (220,143,155). Sum of RGB (Red+Green+Blue) = 220+143+155=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8F9B is #237064. Grayscale: #A7A7A7. Windows color (decimal): -2322533 or 10194908. OLE color: 10194908.
HSL color Cylindrical-coordinate representation of color #DC8F9B: hue angle of 350.65º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC8F9B is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 155 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.14 |
| HSL | 350.65º | 0.52% | 0.71% | - |
| HSV(B) | 350.65º | 0.35% | 0.86% | - |
| XYZ | 45.25 | 37.23 | 35.81 | - |
| YUV | 167.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 155 | 0 | 0.35 | 0.30 | 0.14 | 350.65 | 0.52 | 0.71 |
| Hex | DC | 8F | 9B | 0 | 23 | 1E | E | 15F | 34 | 47 |
| Octal | 334 | 217 | 233 | 0 | 43 | 36 | 16 | 537 | 64 | 107 |
| Binary | 11011100 | 10001111 | 10011011 | 0 | 100011 | 11110 | 1110 | 101011111 | 110100 | 1000111 |
Color Harmonies of #DC8F9B
Complementary color
Monochromatic Colors of #DC8F9B
Black with #DC8F9B
Text Example
Text Example
White with #DC8F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F9B; }
p { color: rgb(220,143,155); }
H1.HeaderClassName
{
color: #DC8F9B;
}
.AnyTagClassName
{
color: #DC8F9B;
}
</style>
background-color css
<style>
a { background-color: #DC8F9B; }
a { background-color: rgb(220,143,155); }
div.DivClassName
{
background-color: #DC8F9B;
}
.BgClassName
{
background-color: #DC8F9B;
}
</style>
border-color css
<style>
span { border-color: #DC8F9B; }
span { border-color: rgb(220,143,155); }
td.TdClassName
{
border-color: #DC8F9B;
}
.TagClassName
{
border-color: #DC8F9B;
}
</style>