Shades of Can Can #D78496
Tints of Can Can #D78496
RGB
CMYK
RGB Variations
Color information
#D78496 (or 0xD78496) is known color: Can Can. HEX triplet: D7, 84 and 96. RGB value is (215,132,150). Sum of RGB (Red+Green+Blue) = 215+132+150=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D78496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78496 is #287B69. Grayscale: #9E9E9E. Windows color (decimal): -2653034 or 9864407. OLE color: 9864407.
HSL color Cylindrical-coordinate representation of color #D78496: hue angle of 346.99º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D78496 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 150 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.16 |
| HSL | 346.99º | 0.51% | 0.68% | - |
| HSV(B) | 346.99º | 0.39% | 0.84% | - |
| XYZ | 41.78 | 33.15 | 33.05 | - |
| YUV | 158.87 | 123 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 150 | 0 | 0.39 | 0.30 | 0.16 | 346.99 | 0.51 | 0.68 |
| Hex | D7 | 84 | 96 | 0 | 27 | 1E | 10 | 15B | 33 | 44 |
| Octal | 327 | 204 | 226 | 0 | 47 | 36 | 20 | 533 | 63 | 104 |
| Binary | 11010111 | 10000100 | 10010110 | 0 | 100111 | 11110 | 10000 | 101011011 | 110011 | 1000100 |
Color Harmonies of #D78496
Complementary color
Monochromatic Colors of #D78496
Black with #D78496
Text Example
Text Example
White with #D78496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78496; }
p { color: rgb(215,132,150); }
H1.HeaderClassName
{
color: #D78496;
}
.AnyTagClassName
{
color: #D78496;
}
</style>
background-color css
<style>
a { background-color: #D78496; }
a { background-color: rgb(215,132,150); }
div.DivClassName
{
background-color: #D78496;
}
.BgClassName
{
background-color: #D78496;
}
</style>
border-color css
<style>
span { border-color: #D78496; }
span { border-color: rgb(215,132,150); }
td.TdClassName
{
border-color: #D78496;
}
.TagClassName
{
border-color: #D78496;
}
</style>