Shades of Can Can #D886A3
Tints of Can Can #D886A3
RGB
CMYK
RGB Variations
Color information
#D886A3 (or 0xD886A3) is known color: Can Can. HEX triplet: D8, 86 and A3. RGB value is (216,134,163). Sum of RGB (Red+Green+Blue) = 216+134+163=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D886A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D886A3 is #27795C. Grayscale: #A1A1A1. Windows color (decimal): -2586973 or 10716888. OLE color: 10716888.
HSL color Cylindrical-coordinate representation of color #D886A3: hue angle of 338.78º 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 #D886A3 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 134 | 163 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.15 |
| HSL | 338.78º | 0.51% | 0.69% | - |
| HSV(B) | 338.78º | 0.38% | 0.85% | - |
| XYZ | 43.45 | 34.29 | 38.98 | - |
| YUV | 161.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 134 | 163 | 0 | 0.38 | 0.25 | 0.15 | 338.78 | 0.51 | 0.69 |
| Hex | D8 | 86 | A3 | 0 | 26 | 19 | F | 153 | 33 | 45 |
| Octal | 330 | 206 | 243 | 0 | 46 | 31 | 17 | 523 | 63 | 105 |
| Binary | 11011000 | 10000110 | 10100011 | 0 | 100110 | 11001 | 1111 | 101010011 | 110011 | 1000101 |
Color Harmonies of #D886A3
Complementary color
Monochromatic Colors of #D886A3
Black with #D886A3
Text Example
Text Example
White with #D886A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D886A3; }
p { color: rgb(216,134,163); }
H1.HeaderClassName
{
color: #D886A3;
}
.AnyTagClassName
{
color: #D886A3;
}
</style>
background-color css
<style>
a { background-color: #D886A3; }
a { background-color: rgb(216,134,163); }
div.DivClassName
{
background-color: #D886A3;
}
.BgClassName
{
background-color: #D886A3;
}
</style>
border-color css
<style>
span { border-color: #D886A3; }
span { border-color: rgb(216,134,163); }
td.TdClassName
{
border-color: #D886A3;
}
.TagClassName
{
border-color: #D886A3;
}
</style>