Shades of Can Can #DC959D
Tints of Can Can #DC959D
RGB
CMYK
RGB Variations
Color information
#DC959D (or 0xDC959D) is known color: Can Can. HEX triplet: DC, 95 and 9D. RGB value is (220,149,157). Sum of RGB (Red+Green+Blue) = 220+149+157=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC959D is #236A62. Grayscale: #ABABAB. Windows color (decimal): -2320995 or 10327516. OLE color: 10327516.
HSL color Cylindrical-coordinate representation of color #DC959D: hue angle of 353.24º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC959D is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 157 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.14 |
| HSL | 353.24º | 0.5% | 0.72% | - |
| HSV(B) | 353.24º | 0.32% | 0.86% | - |
| XYZ | 46.35 | 39.14 | 37.01 | - |
| YUV | 171.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 157 | 0 | 0.32 | 0.29 | 0.14 | 353.24 | 0.5 | 0.72 |
| Hex | DC | 95 | 9D | 0 | 20 | 1D | E | 161 | 32 | 48 |
| Octal | 334 | 225 | 235 | 0 | 40 | 35 | 16 | 541 | 62 | 110 |
| Binary | 11011100 | 10010101 | 10011101 | 0 | 100000 | 11101 | 1110 | 101100001 | 110010 | 1001000 |
Color Harmonies of #DC959D
Complementary color
Monochromatic Colors of #DC959D
Black with #DC959D
Text Example
Text Example
White with #DC959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC959D; }
p { color: rgb(220,149,157); }
H1.HeaderClassName
{
color: #DC959D;
}
.AnyTagClassName
{
color: #DC959D;
}
</style>
background-color css
<style>
a { background-color: #DC959D; }
a { background-color: rgb(220,149,157); }
div.DivClassName
{
background-color: #DC959D;
}
.BgClassName
{
background-color: #DC959D;
}
</style>
border-color css
<style>
span { border-color: #DC959D; }
span { border-color: rgb(220,149,157); }
td.TdClassName
{
border-color: #DC959D;
}
.TagClassName
{
border-color: #DC959D;
}
</style>