Shades of Can Can #D78996
Tints of Can Can #D78996
RGB
CMYK
RGB Variations
Color information
#D78996 (or 0xD78996) is known color: Can Can. HEX triplet: D7, 89 and 96. RGB value is (215,137,150). Sum of RGB (Red+Green+Blue) = 215+137+150=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D78996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78996 is #287669. Grayscale: #A1A1A1. Windows color (decimal): -2651754 or 9865687. OLE color: 9865687.
HSL color Cylindrical-coordinate representation of color #D78996: hue angle of 350º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D78996 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 137 | 150 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.16 |
| HSL | 350º | 0.49% | 0.69% | - |
| HSV(B) | 350º | 0.36% | 0.84% | - |
| XYZ | 42.48 | 34.54 | 33.28 | - |
| YUV | 161.8 | 121.34 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 137 | 150 | 0 | 0.36 | 0.30 | 0.16 | 350 | 0.49 | 0.69 |
| Hex | D7 | 89 | 96 | 0 | 24 | 1E | 10 | 15E | 31 | 45 |
| Octal | 327 | 211 | 226 | 0 | 44 | 36 | 20 | 536 | 61 | 105 |
| Binary | 11010111 | 10001001 | 10010110 | 0 | 100100 | 11110 | 10000 | 101011110 | 110001 | 1000101 |
Color Harmonies of #D78996
Complementary color
Monochromatic Colors of #D78996
Black with #D78996
Text Example
Text Example
White with #D78996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78996; }
p { color: rgb(215,137,150); }
H1.HeaderClassName
{
color: #D78996;
}
.AnyTagClassName
{
color: #D78996;
}
</style>
background-color css
<style>
a { background-color: #D78996; }
a { background-color: rgb(215,137,150); }
div.DivClassName
{
background-color: #D78996;
}
.BgClassName
{
background-color: #D78996;
}
</style>
border-color css
<style>
span { border-color: #D78996; }
span { border-color: rgb(215,137,150); }
td.TdClassName
{
border-color: #D78996;
}
.TagClassName
{
border-color: #D78996;
}
</style>