Shades of Can Can #D78B8C
Tints of Can Can #D78B8C
RGB
CMYK
RGB Variations
Color information
#D78B8C (or 0xD78B8C) is known color: Can Can. HEX triplet: D7, 8B and 8C. RGB value is (215,139,140). Sum of RGB (Red+Green+Blue) = 215+139+140=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D78B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78B8C is #287473. Grayscale: #A1A1A1. Windows color (decimal): -2651252 or 9210839. OLE color: 9210839.
HSL color Cylindrical-coordinate representation of color #D78B8C: hue angle of 359.21º 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 #D78B8C is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 140 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.16 |
| HSL | 359.21º | 0.49% | 0.69% | - |
| HSV(B) | 359.21º | 0.35% | 0.84% | - |
| XYZ | 41.99 | 34.81 | 29.32 | - |
| YUV | 161.84 | 115.68 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 140 | 0 | 0.35 | 0.35 | 0.16 | 359.21 | 0.49 | 0.69 |
| Hex | D7 | 8B | 8C | 0 | 23 | 23 | 10 | 167 | 31 | 45 |
| Octal | 327 | 213 | 214 | 0 | 43 | 43 | 20 | 547 | 61 | 105 |
| Binary | 11010111 | 10001011 | 10001100 | 0 | 100011 | 100011 | 10000 | 101100111 | 110001 | 1000101 |
Color Harmonies of #D78B8C
Complementary color
Monochromatic Colors of #D78B8C
Black with #D78B8C
Text Example
Text Example
White with #D78B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78B8C; }
p { color: rgb(215,139,140); }
H1.HeaderClassName
{
color: #D78B8C;
}
.AnyTagClassName
{
color: #D78B8C;
}
</style>
background-color css
<style>
a { background-color: #D78B8C; }
a { background-color: rgb(215,139,140); }
div.DivClassName
{
background-color: #D78B8C;
}
.BgClassName
{
background-color: #D78B8C;
}
</style>
border-color css
<style>
span { border-color: #D78B8C; }
span { border-color: rgb(215,139,140); }
td.TdClassName
{
border-color: #D78B8C;
}
.TagClassName
{
border-color: #D78B8C;
}
</style>