Shades of Can Can #D78D96
Tints of Can Can #D78D96
RGB
CMYK
RGB Variations
Color information
#D78D96 (or 0xD78D96) is known color: Can Can. HEX triplet: D7, 8D and 96. RGB value is (215,141,150). Sum of RGB (Red+Green+Blue) = 215+141+150=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78D96 is #287269. Grayscale: #A4A4A4. Windows color (decimal): -2650730 or 9866711. OLE color: 9866711.
HSL color Cylindrical-coordinate representation of color #D78D96: hue angle of 352.7º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D78D96 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 141 | 150 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.16 |
| HSL | 352.7º | 0.48% | 0.7% | - |
| HSV(B) | 352.7º | 0.34% | 0.84% | - |
| XYZ | 43.05 | 35.7 | 33.48 | - |
| YUV | 164.15 | 120.02 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 150 | 0 | 0.34 | 0.30 | 0.16 | 352.7 | 0.48 | 0.7 |
| Hex | D7 | 8D | 96 | 0 | 22 | 1E | 10 | 161 | 30 | 46 |
| Octal | 327 | 215 | 226 | 0 | 42 | 36 | 20 | 541 | 60 | 106 |
| Binary | 11010111 | 10001101 | 10010110 | 0 | 100010 | 11110 | 10000 | 101100001 | 110000 | 1000110 |
Color Harmonies of #D78D96
Complementary color
Monochromatic Colors of #D78D96
Black with #D78D96
Text Example
Text Example
White with #D78D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78D96; }
p { color: rgb(215,141,150); }
H1.HeaderClassName
{
color: #D78D96;
}
.AnyTagClassName
{
color: #D78D96;
}
</style>
background-color css
<style>
a { background-color: #D78D96; }
a { background-color: rgb(215,141,150); }
div.DivClassName
{
background-color: #D78D96;
}
.BgClassName
{
background-color: #D78D96;
}
</style>
border-color css
<style>
span { border-color: #D78D96; }
span { border-color: rgb(215,141,150); }
td.TdClassName
{
border-color: #D78D96;
}
.TagClassName
{
border-color: #D78D96;
}
</style>