Shades of Can Can #D79296
Tints of Can Can #D79296
RGB
CMYK
RGB Variations
Color information
#D79296 (or 0xD79296) is known color: Can Can. HEX triplet: D7, 92 and 96. RGB value is (215,146,150). Sum of RGB (Red+Green+Blue) = 215+146+150=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D79296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79296 is #286D69. Grayscale: #A7A7A7. Windows color (decimal): -2649450 or 9867991. OLE color: 9867991.
HSL color Cylindrical-coordinate representation of color #D79296: hue angle of 356.52º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D79296 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 150 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.16 |
| HSL | 356.52º | 0.46% | 0.71% | - |
| HSV(B) | 356.52º | 0.32% | 0.84% | - |
| XYZ | 43.81 | 37.21 | 33.73 | - |
| YUV | 167.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 150 | 0 | 0.32 | 0.30 | 0.16 | 356.52 | 0.46 | 0.71 |
| Hex | D7 | 92 | 96 | 0 | 20 | 1E | 10 | 165 | 2E | 47 |
| Octal | 327 | 222 | 226 | 0 | 40 | 36 | 20 | 545 | 56 | 107 |
| Binary | 11010111 | 10010010 | 10010110 | 0 | 100000 | 11110 | 10000 | 101100101 | 101110 | 1000111 |
Color Harmonies of #D79296
Complementary color
Monochromatic Colors of #D79296
Black with #D79296
Text Example
Text Example
White with #D79296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79296; }
p { color: rgb(215,146,150); }
H1.HeaderClassName
{
color: #D79296;
}
.AnyTagClassName
{
color: #D79296;
}
</style>
background-color css
<style>
a { background-color: #D79296; }
a { background-color: rgb(215,146,150); }
div.DivClassName
{
background-color: #D79296;
}
.BgClassName
{
background-color: #D79296;
}
</style>
border-color css
<style>
span { border-color: #D79296; }
span { border-color: rgb(215,146,150); }
td.TdClassName
{
border-color: #D79296;
}
.TagClassName
{
border-color: #D79296;
}
</style>