Shades of Can Can #DC909C
Tints of Can Can #DC909C
RGB
CMYK
RGB Variations
Color information
#DC909C (or 0xDC909C) is known color: Can Can. HEX triplet: DC, 90 and 9C. RGB value is (220,144,156). Sum of RGB (Red+Green+Blue) = 220+144+156=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC909C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC909C is #236F63. Grayscale: #A8A8A8. Windows color (decimal): -2322276 or 10260700. OLE color: 10260700.
HSL color Cylindrical-coordinate representation of color #DC909C: hue angle of 350.53º 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 #DC909C is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 156 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.14 |
| HSL | 350.53º | 0.52% | 0.71% | - |
| HSV(B) | 350.53º | 0.35% | 0.86% | - |
| XYZ | 45.49 | 37.56 | 36.31 | - |
| YUV | 168.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 156 | 0 | 0.35 | 0.29 | 0.14 | 350.53 | 0.52 | 0.71 |
| Hex | DC | 90 | 9C | 0 | 23 | 1D | E | 15F | 34 | 47 |
| Octal | 334 | 220 | 234 | 0 | 43 | 35 | 16 | 537 | 64 | 107 |
| Binary | 11011100 | 10010000 | 10011100 | 0 | 100011 | 11101 | 1110 | 101011111 | 110100 | 1000111 |
Color Harmonies of #DC909C
Complementary color
Monochromatic Colors of #DC909C
Black with #DC909C
Text Example
Text Example
White with #DC909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC909C; }
p { color: rgb(220,144,156); }
H1.HeaderClassName
{
color: #DC909C;
}
.AnyTagClassName
{
color: #DC909C;
}
</style>
background-color css
<style>
a { background-color: #DC909C; }
a { background-color: rgb(220,144,156); }
div.DivClassName
{
background-color: #DC909C;
}
.BgClassName
{
background-color: #DC909C;
}
</style>
border-color css
<style>
span { border-color: #DC909C; }
span { border-color: rgb(220,144,156); }
td.TdClassName
{
border-color: #DC909C;
}
.TagClassName
{
border-color: #DC909C;
}
</style>