Shades of Can Can #DC9297
Tints of Can Can #DC9297
RGB
CMYK
RGB Variations
Color information
#DC9297 (or 0xDC9297) is known color: Can Can. HEX triplet: DC, 92 and 97. RGB value is (220,146,151). Sum of RGB (Red+Green+Blue) = 220+146+151=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9297 is #236D68. Grayscale: #A8A8A8. Windows color (decimal): -2321769 or 9933532. OLE color: 9933532.
HSL color Cylindrical-coordinate representation of color #DC9297: hue angle of 355.95º degrees, saturation: 0.51, 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 #DC9297 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 151 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.14 |
| HSL | 355.95º | 0.51% | 0.72% | - |
| HSV(B) | 355.95º | 0.34% | 0.86% | - |
| XYZ | 45.38 | 38.01 | 34.22 | - |
| YUV | 168.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 151 | 0 | 0.34 | 0.31 | 0.14 | 355.95 | 0.51 | 0.72 |
| Hex | DC | 92 | 97 | 0 | 22 | 1F | E | 164 | 33 | 48 |
| Octal | 334 | 222 | 227 | 0 | 42 | 37 | 16 | 544 | 63 | 110 |
| Binary | 11011100 | 10010010 | 10010111 | 0 | 100010 | 11111 | 1110 | 101100100 | 110011 | 1001000 |
Color Harmonies of #DC9297
Complementary color
Monochromatic Colors of #DC9297
Black with #DC9297
Text Example
Text Example
White with #DC9297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9297; }
p { color: rgb(220,146,151); }
H1.HeaderClassName
{
color: #DC9297;
}
.AnyTagClassName
{
color: #DC9297;
}
</style>
background-color css
<style>
a { background-color: #DC9297; }
a { background-color: rgb(220,146,151); }
div.DivClassName
{
background-color: #DC9297;
}
.BgClassName
{
background-color: #DC9297;
}
</style>
border-color css
<style>
span { border-color: #DC9297; }
span { border-color: rgb(220,146,151); }
td.TdClassName
{
border-color: #DC9297;
}
.TagClassName
{
border-color: #DC9297;
}
</style>