Shades of Can Can #D086A9
Tints of Can Can #D086A9
RGB
CMYK
RGB Variations
Color information
#D086A9 (or 0xD086A9) is known color: Can Can. HEX triplet: D0, 86 and A9. RGB value is (208,134,169). Sum of RGB (Red+Green+Blue) = 208+134+169=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D086A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D086A9 is #2F7956. Grayscale: #A0A0A0. Windows color (decimal): -3111255 or 11110096. OLE color: 11110096.
HSL color Cylindrical-coordinate representation of color #D086A9: hue angle of 331.62º degrees, saturation: 0.44, 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 #D086A9 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 169 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.18 |
| HSL | 331.62º | 0.44% | 0.67% | - |
| HSV(B) | 331.62º | 0.36% | 0.82% | - |
| XYZ | 41.7 | 33.32 | 41.77 | - |
| YUV | 160.12 | 133.02 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 169 | 0 | 0.36 | 0.19 | 0.18 | 331.62 | 0.44 | 0.67 |
| Hex | D0 | 86 | A9 | 0 | 24 | 13 | 12 | 14C | 2C | 43 |
| Octal | 320 | 206 | 251 | 0 | 44 | 23 | 22 | 514 | 54 | 103 |
| Binary | 11010000 | 10000110 | 10101001 | 0 | 100100 | 10011 | 10010 | 101001100 | 101100 | 1000011 |
Color Harmonies of #D086A9
Complementary color
Monochromatic Colors of #D086A9
Black with #D086A9
Text Example
Text Example
White with #D086A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D086A9; }
p { color: rgb(208,134,169); }
H1.HeaderClassName
{
color: #D086A9;
}
.AnyTagClassName
{
color: #D086A9;
}
</style>
background-color css
<style>
a { background-color: #D086A9; }
a { background-color: rgb(208,134,169); }
div.DivClassName
{
background-color: #D086A9;
}
.BgClassName
{
background-color: #D086A9;
}
</style>
border-color css
<style>
span { border-color: #D086A9; }
span { border-color: rgb(208,134,169); }
td.TdClassName
{
border-color: #D086A9;
}
.TagClassName
{
border-color: #D086A9;
}
</style>