Shades of Can Can #D086A0
Tints of Can Can #D086A0
RGB
CMYK
RGB Variations
Color information
#D086A0 (or 0xD086A0) is known color: Can Can. HEX triplet: D0, 86 and A0. RGB value is (208,134,160). Sum of RGB (Red+Green+Blue) = 208+134+160=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D086A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D086A0 is #2F795F. Grayscale: #9F9F9F. Windows color (decimal): -3111264 or 10520272. OLE color: 10520272.
HSL color Cylindrical-coordinate representation of color #D086A0: hue angle of 338.92º 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 #D086A0 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 160 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.18 |
| HSL | 338.92º | 0.44% | 0.67% | - |
| HSV(B) | 338.92º | 0.36% | 0.82% | - |
| XYZ | 40.88 | 33 | 37.47 | - |
| YUV | 159.09 | 128.52 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 160 | 0 | 0.36 | 0.23 | 0.18 | 338.92 | 0.44 | 0.67 |
| Hex | D0 | 86 | A0 | 0 | 24 | 17 | 12 | 153 | 2C | 43 |
| Octal | 320 | 206 | 240 | 0 | 44 | 27 | 22 | 523 | 54 | 103 |
| Binary | 11010000 | 10000110 | 10100000 | 0 | 100100 | 10111 | 10010 | 101010011 | 101100 | 1000011 |
Color Harmonies of #D086A0
Complementary color
Monochromatic Colors of #D086A0
Black with #D086A0
Text Example
Text Example
White with #D086A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D086A0; }
p { color: rgb(208,134,160); }
H1.HeaderClassName
{
color: #D086A0;
}
.AnyTagClassName
{
color: #D086A0;
}
</style>
background-color css
<style>
a { background-color: #D086A0; }
a { background-color: rgb(208,134,160); }
div.DivClassName
{
background-color: #D086A0;
}
.BgClassName
{
background-color: #D086A0;
}
</style>
border-color css
<style>
span { border-color: #D086A0; }
span { border-color: rgb(208,134,160); }
td.TdClassName
{
border-color: #D086A0;
}
.TagClassName
{
border-color: #D086A0;
}
</style>