Shades of Can Can #D192A1
Tints of Can Can #D192A1
RGB
CMYK
RGB Variations
Color information
#D192A1 (or 0xD192A1) is known color: Can Can. HEX triplet: D1, 92 and A1. RGB value is (209,146,161). Sum of RGB (Red+Green+Blue) = 209+146+161=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D192A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D192A1 is #2E6D5E. Grayscale: #A6A6A6. Windows color (decimal): -3042655 or 10588881. OLE color: 10588881.
HSL color Cylindrical-coordinate representation of color #D192A1: hue angle of 345.71º 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 #D192A1 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 161 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.18 |
| HSL | 345.71º | 0.41% | 0.7% | - |
| HSV(B) | 345.71º | 0.3% | 0.82% | - |
| XYZ | 43.01 | 36.69 | 38.53 | - |
| YUV | 166.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 161 | 0 | 0.30 | 0.23 | 0.18 | 345.71 | 0.41 | 0.7 |
| Hex | D1 | 92 | A1 | 0 | 1E | 17 | 12 | 15A | 29 | 46 |
| Octal | 321 | 222 | 241 | 0 | 36 | 27 | 22 | 532 | 51 | 106 |
| Binary | 11010001 | 10010010 | 10100001 | 0 | 11110 | 10111 | 10010 | 101011010 | 101001 | 1000110 |
Color Harmonies of #D192A1
Complementary color
Monochromatic Colors of #D192A1
Black with #D192A1
Text Example
Text Example
White with #D192A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D192A1; }
p { color: rgb(209,146,161); }
H1.HeaderClassName
{
color: #D192A1;
}
.AnyTagClassName
{
color: #D192A1;
}
</style>
background-color css
<style>
a { background-color: #D192A1; }
a { background-color: rgb(209,146,161); }
div.DivClassName
{
background-color: #D192A1;
}
.BgClassName
{
background-color: #D192A1;
}
</style>
border-color css
<style>
span { border-color: #D192A1; }
span { border-color: rgb(209,146,161); }
td.TdClassName
{
border-color: #D192A1;
}
.TagClassName
{
border-color: #D192A1;
}
</style>