Shades of Can Can #D182A0
Tints of Can Can #D182A0
RGB
CMYK
RGB Variations
Color information
#D182A0 (or 0xD182A0) is known color: Can Can. HEX triplet: D1, 82 and A0. RGB value is (209,130,160). Sum of RGB (Red+Green+Blue) = 209+130+160=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D182A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D182A0 is #2E7D5F. Grayscale: #9D9D9D. Windows color (decimal): -3046752 or 10519249. OLE color: 10519249.
HSL color Cylindrical-coordinate representation of color #D182A0: hue angle of 337.22º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D182A0 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 160 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.18 |
| HSL | 337.22º | 0.46% | 0.66% | - |
| HSV(B) | 337.22º | 0.38% | 0.82% | - |
| XYZ | 40.62 | 32.06 | 37.3 | - |
| YUV | 157.04 | 129.67 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 160 | 0 | 0.38 | 0.23 | 0.18 | 337.22 | 0.46 | 0.66 |
| Hex | D1 | 82 | A0 | 0 | 26 | 17 | 12 | 151 | 2E | 42 |
| Octal | 321 | 202 | 240 | 0 | 46 | 27 | 22 | 521 | 56 | 102 |
| Binary | 11010001 | 10000010 | 10100000 | 0 | 100110 | 10111 | 10010 | 101010001 | 101110 | 1000010 |
Color Harmonies of #D182A0
Complementary color
Monochromatic Colors of #D182A0
Black with #D182A0
Text Example
Text Example
White with #D182A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182A0; }
p { color: rgb(209,130,160); }
H1.HeaderClassName
{
color: #D182A0;
}
.AnyTagClassName
{
color: #D182A0;
}
</style>
background-color css
<style>
a { background-color: #D182A0; }
a { background-color: rgb(209,130,160); }
div.DivClassName
{
background-color: #D182A0;
}
.BgClassName
{
background-color: #D182A0;
}
</style>
border-color css
<style>
span { border-color: #D182A0; }
span { border-color: rgb(209,130,160); }
td.TdClassName
{
border-color: #D182A0;
}
.TagClassName
{
border-color: #D182A0;
}
</style>