Shades of Can Can #D490A0
Tints of Can Can #D490A0
RGB
CMYK
RGB Variations
Color information
#D490A0 (or 0xD490A0) is known color: Can Can. HEX triplet: D4, 90 and A0. RGB value is (212,144,160). Sum of RGB (Red+Green+Blue) = 212+144+160=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D490A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D490A0 is #2B6F5F. Grayscale: #A6A6A6. Windows color (decimal): -2846560 or 10522836. OLE color: 10522836.
HSL color Cylindrical-coordinate representation of color #D490A0: hue angle of 345.88º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D490A0 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 160 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.17 |
| HSL | 345.88º | 0.44% | 0.7% | - |
| HSV(B) | 345.88º | 0.32% | 0.83% | - |
| XYZ | 43.47 | 36.48 | 38.01 | - |
| YUV | 166.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 160 | 0 | 0.32 | 0.25 | 0.17 | 345.88 | 0.44 | 0.7 |
| Hex | D4 | 90 | A0 | 0 | 20 | 19 | 11 | 15A | 2C | 46 |
| Octal | 324 | 220 | 240 | 0 | 40 | 31 | 21 | 532 | 54 | 106 |
| Binary | 11010100 | 10010000 | 10100000 | 0 | 100000 | 11001 | 10001 | 101011010 | 101100 | 1000110 |
Color Harmonies of #D490A0
Complementary color
Monochromatic Colors of #D490A0
Black with #D490A0
Text Example
Text Example
White with #D490A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D490A0; }
p { color: rgb(212,144,160); }
H1.HeaderClassName
{
color: #D490A0;
}
.AnyTagClassName
{
color: #D490A0;
}
</style>
background-color css
<style>
a { background-color: #D490A0; }
a { background-color: rgb(212,144,160); }
div.DivClassName
{
background-color: #D490A0;
}
.BgClassName
{
background-color: #D490A0;
}
</style>
border-color css
<style>
span { border-color: #D490A0; }
span { border-color: rgb(212,144,160); }
td.TdClassName
{
border-color: #D490A0;
}
.TagClassName
{
border-color: #D490A0;
}
</style>