Shades of Can Can #D186A1
Tints of Can Can #D186A1
RGB
CMYK
RGB Variations
Color information
#D186A1 (or 0xD186A1) is known color: Can Can. HEX triplet: D1, 86 and A1. RGB value is (209,134,161). Sum of RGB (Red+Green+Blue) = 209+134+161=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D186A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D186A1 is #2E795E. Grayscale: #9F9F9F. Windows color (decimal): -3045727 or 10585809. OLE color: 10585809.
HSL color Cylindrical-coordinate representation of color #D186A1: hue angle of 338.4º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D186A1 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 134 | 161 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.18 |
| HSL | 338.4º | 0.45% | 0.67% | - |
| HSV(B) | 338.4º | 0.36% | 0.82% | - |
| XYZ | 41.25 | 33.18 | 37.95 | - |
| YUV | 159.5 | 128.85 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 134 | 161 | 0 | 0.36 | 0.23 | 0.18 | 338.4 | 0.45 | 0.67 |
| Hex | D1 | 86 | A1 | 0 | 24 | 17 | 12 | 152 | 2D | 43 |
| Octal | 321 | 206 | 241 | 0 | 44 | 27 | 22 | 522 | 55 | 103 |
| Binary | 11010001 | 10000110 | 10100001 | 0 | 100100 | 10111 | 10010 | 101010010 | 101101 | 1000011 |
Color Harmonies of #D186A1
Complementary color
Monochromatic Colors of #D186A1
Black with #D186A1
Text Example
Text Example
White with #D186A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D186A1; }
p { color: rgb(209,134,161); }
H1.HeaderClassName
{
color: #D186A1;
}
.AnyTagClassName
{
color: #D186A1;
}
</style>
background-color css
<style>
a { background-color: #D186A1; }
a { background-color: rgb(209,134,161); }
div.DivClassName
{
background-color: #D186A1;
}
.BgClassName
{
background-color: #D186A1;
}
</style>
border-color css
<style>
span { border-color: #D186A1; }
span { border-color: rgb(209,134,161); }
td.TdClassName
{
border-color: #D186A1;
}
.TagClassName
{
border-color: #D186A1;
}
</style>