Shades of Can Can #DC9197
Tints of Can Can #DC9197
RGB
CMYK
RGB Variations
Color information
#DC9197 (or 0xDC9197) is known color: Can Can. HEX triplet: DC, 91 and 97. RGB value is (220,145,151). Sum of RGB (Red+Green+Blue) = 220+145+151=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9197 is #236E68. Grayscale: #A8A8A8. Windows color (decimal): -2322025 or 9933276. OLE color: 9933276.
HSL color Cylindrical-coordinate representation of color #DC9197: hue angle of 355.2º 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 #DC9197 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 151 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.14 |
| HSL | 355.2º | 0.52% | 0.72% | - |
| HSV(B) | 355.2º | 0.34% | 0.86% | - |
| XYZ | 45.23 | 37.7 | 34.17 | - |
| YUV | 168.11 | 118.35 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 151 | 0 | 0.34 | 0.31 | 0.14 | 355.2 | 0.52 | 0.72 |
| Hex | DC | 91 | 97 | 0 | 22 | 1F | E | 163 | 34 | 48 |
| Octal | 334 | 221 | 227 | 0 | 42 | 37 | 16 | 543 | 64 | 110 |
| Binary | 11011100 | 10010001 | 10010111 | 0 | 100010 | 11111 | 1110 | 101100011 | 110100 | 1001000 |
Color Harmonies of #DC9197
Complementary color
Monochromatic Colors of #DC9197
Black with #DC9197
Text Example
Text Example
White with #DC9197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9197; }
p { color: rgb(220,145,151); }
H1.HeaderClassName
{
color: #DC9197;
}
.AnyTagClassName
{
color: #DC9197;
}
</style>
background-color css
<style>
a { background-color: #DC9197; }
a { background-color: rgb(220,145,151); }
div.DivClassName
{
background-color: #DC9197;
}
.BgClassName
{
background-color: #DC9197;
}
</style>
border-color css
<style>
span { border-color: #DC9197; }
span { border-color: rgb(220,145,151); }
td.TdClassName
{
border-color: #DC9197;
}
.TagClassName
{
border-color: #DC9197;
}
</style>