Shades of Can Can #D490A2
Tints of Can Can #D490A2
RGB
CMYK
RGB Variations
Color information
#D490A2 (or 0xD490A2) is known color: Can Can. HEX triplet: D4, 90 and A2. RGB value is (212,144,162). Sum of RGB (Red+Green+Blue) = 212+144+162=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D490A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D490A2 is #2B6F5D. Grayscale: #A6A6A6. Windows color (decimal): -2846558 or 10653908. OLE color: 10653908.
HSL color Cylindrical-coordinate representation of color #D490A2: hue angle of 344.12º 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 #D490A2 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 162 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.17 |
| HSL | 344.12º | 0.44% | 0.7% | - |
| HSV(B) | 344.12º | 0.32% | 0.83% | - |
| XYZ | 43.65 | 36.55 | 38.94 | - |
| YUV | 166.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 162 | 0 | 0.32 | 0.24 | 0.17 | 344.12 | 0.44 | 0.7 |
| Hex | D4 | 90 | A2 | 0 | 20 | 18 | 11 | 158 | 2C | 46 |
| Octal | 324 | 220 | 242 | 0 | 40 | 30 | 21 | 530 | 54 | 106 |
| Binary | 11010100 | 10010000 | 10100010 | 0 | 100000 | 11000 | 10001 | 101011000 | 101100 | 1000110 |
Color Harmonies of #D490A2
Complementary color
Monochromatic Colors of #D490A2
Black with #D490A2
Text Example
Text Example
White with #D490A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D490A2; }
p { color: rgb(212,144,162); }
H1.HeaderClassName
{
color: #D490A2;
}
.AnyTagClassName
{
color: #D490A2;
}
</style>
background-color css
<style>
a { background-color: #D490A2; }
a { background-color: rgb(212,144,162); }
div.DivClassName
{
background-color: #D490A2;
}
.BgClassName
{
background-color: #D490A2;
}
</style>
border-color css
<style>
span { border-color: #D490A2; }
span { border-color: rgb(212,144,162); }
td.TdClassName
{
border-color: #D490A2;
}
.TagClassName
{
border-color: #D490A2;
}
</style>