Shades of Can Can #D78690
Tints of Can Can #D78690
RGB
CMYK
RGB Variations
Color information
#D78690 (or 0xD78690) is known color: Can Can. HEX triplet: D7, 86 and 90. RGB value is (215,134,144). Sum of RGB (Red+Green+Blue) = 215+134+144=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D78690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78690 is #28796F. Grayscale: #9F9F9F. Windows color (decimal): -2652528 or 9471703. OLE color: 9471703.
HSL color Cylindrical-coordinate representation of color #D78690: hue angle of 352.59º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D78690 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 134 | 144 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.16 |
| HSL | 352.59º | 0.5% | 0.68% | - |
| HSV(B) | 352.59º | 0.38% | 0.84% | - |
| XYZ | 41.58 | 33.51 | 30.66 | - |
| YUV | 159.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 134 | 144 | 0 | 0.38 | 0.33 | 0.16 | 352.59 | 0.5 | 0.68 |
| Hex | D7 | 86 | 90 | 0 | 26 | 21 | 10 | 161 | 32 | 44 |
| Octal | 327 | 206 | 220 | 0 | 46 | 41 | 20 | 541 | 62 | 104 |
| Binary | 11010111 | 10000110 | 10010000 | 0 | 100110 | 100001 | 10000 | 101100001 | 110010 | 1000100 |
Color Harmonies of #D78690
Complementary color
Monochromatic Colors of #D78690
Black with #D78690
Text Example
Text Example
White with #D78690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78690; }
p { color: rgb(215,134,144); }
H1.HeaderClassName
{
color: #D78690;
}
.AnyTagClassName
{
color: #D78690;
}
</style>
background-color css
<style>
a { background-color: #D78690; }
a { background-color: rgb(215,134,144); }
div.DivClassName
{
background-color: #D78690;
}
.BgClassName
{
background-color: #D78690;
}
</style>
border-color css
<style>
span { border-color: #D78690; }
span { border-color: rgb(215,134,144); }
td.TdClassName
{
border-color: #D78690;
}
.TagClassName
{
border-color: #D78690;
}
</style>