Shades of Can Can #D190A1
Tints of Can Can #D190A1
RGB
CMYK
RGB Variations
Color information
#D190A1 (or 0xD190A1) is known color: Can Can. HEX triplet: D1, 90 and A1. RGB value is (209,144,161). Sum of RGB (Red+Green+Blue) = 209+144+161=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D190A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D190A1 is #2E6F5E. Grayscale: #A5A5A5. Windows color (decimal): -3043167 or 10588369. OLE color: 10588369.
HSL color Cylindrical-coordinate representation of color #D190A1: hue angle of 344.31º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D190A1 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 161 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.18 |
| HSL | 344.31º | 0.41% | 0.69% | - |
| HSV(B) | 344.31º | 0.31% | 0.82% | - |
| XYZ | 42.7 | 36.08 | 38.43 | - |
| YUV | 165.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 161 | 0 | 0.31 | 0.23 | 0.18 | 344.31 | 0.41 | 0.69 |
| Hex | D1 | 90 | A1 | 0 | 1F | 17 | 12 | 158 | 29 | 45 |
| Octal | 321 | 220 | 241 | 0 | 37 | 27 | 22 | 530 | 51 | 105 |
| Binary | 11010001 | 10010000 | 10100001 | 0 | 11111 | 10111 | 10010 | 101011000 | 101001 | 1000101 |
Color Harmonies of #D190A1
Complementary color
Monochromatic Colors of #D190A1
Black with #D190A1
Text Example
Text Example
White with #D190A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D190A1; }
p { color: rgb(209,144,161); }
H1.HeaderClassName
{
color: #D190A1;
}
.AnyTagClassName
{
color: #D190A1;
}
</style>
background-color css
<style>
a { background-color: #D190A1; }
a { background-color: rgb(209,144,161); }
div.DivClassName
{
background-color: #D190A1;
}
.BgClassName
{
background-color: #D190A1;
}
</style>
border-color css
<style>
span { border-color: #D190A1; }
span { border-color: rgb(209,144,161); }
td.TdClassName
{
border-color: #D190A1;
}
.TagClassName
{
border-color: #D190A1;
}
</style>