Shades of Can Can #D78B95
Tints of Can Can #D78B95
RGB
CMYK
RGB Variations
Color information
#D78B95 (or 0xD78B95) is known color: Can Can. HEX triplet: D7, 8B and 95. RGB value is (215,139,149). Sum of RGB (Red+Green+Blue) = 215+139+149=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D78B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78B95 is #28746A. Grayscale: #A2A2A2. Windows color (decimal): -2651243 or 9800663. OLE color: 9800663.
HSL color Cylindrical-coordinate representation of color #D78B95: hue angle of 352.11º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D78B95 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 149 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.16 |
| HSL | 352.11º | 0.49% | 0.69% | - |
| HSV(B) | 352.11º | 0.35% | 0.84% | - |
| XYZ | 42.68 | 35.08 | 32.96 | - |
| YUV | 162.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 149 | 0 | 0.35 | 0.31 | 0.16 | 352.11 | 0.49 | 0.69 |
| Hex | D7 | 8B | 95 | 0 | 23 | 1F | 10 | 160 | 31 | 45 |
| Octal | 327 | 213 | 225 | 0 | 43 | 37 | 20 | 540 | 61 | 105 |
| Binary | 11010111 | 10001011 | 10010101 | 0 | 100011 | 11111 | 10000 | 101100000 | 110001 | 1000101 |
Color Harmonies of #D78B95
Complementary color
Monochromatic Colors of #D78B95
Black with #D78B95
Text Example
Text Example
White with #D78B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78B95; }
p { color: rgb(215,139,149); }
H1.HeaderClassName
{
color: #D78B95;
}
.AnyTagClassName
{
color: #D78B95;
}
</style>
background-color css
<style>
a { background-color: #D78B95; }
a { background-color: rgb(215,139,149); }
div.DivClassName
{
background-color: #D78B95;
}
.BgClassName
{
background-color: #D78B95;
}
</style>
border-color css
<style>
span { border-color: #D78B95; }
span { border-color: rgb(215,139,149); }
td.TdClassName
{
border-color: #D78B95;
}
.TagClassName
{
border-color: #D78B95;
}
</style>