Shades of Can Can #D886A0
Tints of Can Can #D886A0
RGB
CMYK
RGB Variations
Color information
#D886A0 (or 0xD886A0) is known color: Can Can. HEX triplet: D8, 86 and A0. RGB value is (216,134,160). Sum of RGB (Red+Green+Blue) = 216+134+160=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D886A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D886A0 is #27795F. Grayscale: #A1A1A1. Windows color (decimal): -2586976 or 10520280. OLE color: 10520280.
HSL color Cylindrical-coordinate representation of color #D886A0: hue angle of 340.98º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D886A0 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 134 | 160 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.15 |
| HSL | 340.98º | 0.51% | 0.69% | - |
| HSV(B) | 340.98º | 0.38% | 0.85% | - |
| XYZ | 43.19 | 34.19 | 37.58 | - |
| YUV | 161.48 | 127.17 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 134 | 160 | 0 | 0.38 | 0.26 | 0.15 | 340.98 | 0.51 | 0.69 |
| Hex | D8 | 86 | A0 | 0 | 26 | 1A | F | 155 | 33 | 45 |
| Octal | 330 | 206 | 240 | 0 | 46 | 32 | 17 | 525 | 63 | 105 |
| Binary | 11011000 | 10000110 | 10100000 | 0 | 100110 | 11010 | 1111 | 101010101 | 110011 | 1000101 |
Color Harmonies of #D886A0
Complementary color
Monochromatic Colors of #D886A0
Black with #D886A0
Text Example
Text Example
White with #D886A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D886A0; }
p { color: rgb(216,134,160); }
H1.HeaderClassName
{
color: #D886A0;
}
.AnyTagClassName
{
color: #D886A0;
}
</style>
background-color css
<style>
a { background-color: #D886A0; }
a { background-color: rgb(216,134,160); }
div.DivClassName
{
background-color: #D886A0;
}
.BgClassName
{
background-color: #D886A0;
}
</style>
border-color css
<style>
span { border-color: #D886A0; }
span { border-color: rgb(216,134,160); }
td.TdClassName
{
border-color: #D886A0;
}
.TagClassName
{
border-color: #D886A0;
}
</style>