Shades of Can Can #DC9196
Tints of Can Can #DC9196
RGB
CMYK
RGB Variations
Color information
#DC9196 (or 0xDC9196) is known color: Can Can. HEX triplet: DC, 91 and 96. RGB value is (220,145,150). Sum of RGB (Red+Green+Blue) = 220+145+150=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9196 is #236E69. Grayscale: #A8A8A8. Windows color (decimal): -2322026 or 9867740. OLE color: 9867740.
HSL color Cylindrical-coordinate representation of color #DC9196: hue angle of 356º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9196 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 150 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.14 |
| HSL | 356º | 0.52% | 0.72% | - |
| HSV(B) | 356º | 0.34% | 0.86% | - |
| XYZ | 45.15 | 37.67 | 33.75 | - |
| YUV | 168 | 117.85 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 150 | 0 | 0.34 | 0.32 | 0.14 | 356 | 0.52 | 0.72 |
| Hex | DC | 91 | 96 | 0 | 22 | 20 | E | 164 | 34 | 48 |
| Octal | 334 | 221 | 226 | 0 | 42 | 40 | 16 | 544 | 64 | 110 |
| Binary | 11011100 | 10010001 | 10010110 | 0 | 100010 | 100000 | 1110 | 101100100 | 110100 | 1001000 |
Color Harmonies of #DC9196
Complementary color
Monochromatic Colors of #DC9196
Black with #DC9196
Text Example
Text Example
White with #DC9196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9196; }
p { color: rgb(220,145,150); }
H1.HeaderClassName
{
color: #DC9196;
}
.AnyTagClassName
{
color: #DC9196;
}
</style>
background-color css
<style>
a { background-color: #DC9196; }
a { background-color: rgb(220,145,150); }
div.DivClassName
{
background-color: #DC9196;
}
.BgClassName
{
background-color: #DC9196;
}
</style>
border-color css
<style>
span { border-color: #DC9196; }
span { border-color: rgb(220,145,150); }
td.TdClassName
{
border-color: #DC9196;
}
.TagClassName
{
border-color: #DC9196;
}
</style>