Shades of Can Can #D192A2
Tints of Can Can #D192A2
RGB
CMYK
RGB Variations
Color information
#D192A2 (or 0xD192A2) is known color: Can Can. HEX triplet: D1, 92 and A2. RGB value is (209,146,162). Sum of RGB (Red+Green+Blue) = 209+146+162=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D192A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D192A2 is #2E6D5D. Grayscale: #A6A6A6. Windows color (decimal): -3042654 or 10654417. OLE color: 10654417.
HSL color Cylindrical-coordinate representation of color #D192A2: hue angle of 344.76º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D192A2 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 162 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.18 |
| HSL | 344.76º | 0.41% | 0.7% | - |
| HSV(B) | 344.76º | 0.3% | 0.82% | - |
| XYZ | 43.09 | 36.72 | 39 | - |
| YUV | 166.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 162 | 0 | 0.30 | 0.22 | 0.18 | 344.76 | 0.41 | 0.7 |
| Hex | D1 | 92 | A2 | 0 | 1E | 16 | 12 | 159 | 29 | 46 |
| Octal | 321 | 222 | 242 | 0 | 36 | 26 | 22 | 531 | 51 | 106 |
| Binary | 11010001 | 10010010 | 10100010 | 0 | 11110 | 10110 | 10010 | 101011001 | 101001 | 1000110 |
Color Harmonies of #D192A2
Complementary color
Monochromatic Colors of #D192A2
Black with #D192A2
Text Example
Text Example
White with #D192A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D192A2; }
p { color: rgb(209,146,162); }
H1.HeaderClassName
{
color: #D192A2;
}
.AnyTagClassName
{
color: #D192A2;
}
</style>
background-color css
<style>
a { background-color: #D192A2; }
a { background-color: rgb(209,146,162); }
div.DivClassName
{
background-color: #D192A2;
}
.BgClassName
{
background-color: #D192A2;
}
</style>
border-color css
<style>
span { border-color: #D192A2; }
span { border-color: rgb(209,146,162); }
td.TdClassName
{
border-color: #D192A2;
}
.TagClassName
{
border-color: #D192A2;
}
</style>