Shades of Can Can #D494A2
Tints of Can Can #D494A2
RGB
CMYK
RGB Variations
Color information
#D494A2 (or 0xD494A2) is known color: Can Can. HEX triplet: D4, 94 and A2. RGB value is (212,148,162). Sum of RGB (Red+Green+Blue) = 212+148+162=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D494A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D494A2 is #2B6B5D. Grayscale: #A8A8A8. Windows color (decimal): -2845534 or 10654932. OLE color: 10654932.
HSL color Cylindrical-coordinate representation of color #D494A2: hue angle of 346.88º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D494A2 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 162 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.17 |
| HSL | 346.88º | 0.43% | 0.71% | - |
| HSV(B) | 346.88º | 0.3% | 0.83% | - |
| XYZ | 44.26 | 37.79 | 39.14 | - |
| YUV | 168.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 162 | 0 | 0.30 | 0.24 | 0.17 | 346.88 | 0.43 | 0.71 |
| Hex | D4 | 94 | A2 | 0 | 1E | 18 | 11 | 15B | 2B | 47 |
| Octal | 324 | 224 | 242 | 0 | 36 | 30 | 21 | 533 | 53 | 107 |
| Binary | 11010100 | 10010100 | 10100010 | 0 | 11110 | 11000 | 10001 | 101011011 | 101011 | 1000111 |
Color Harmonies of #D494A2
Complementary color
Monochromatic Colors of #D494A2
Black with #D494A2
Text Example
Text Example
White with #D494A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D494A2; }
p { color: rgb(212,148,162); }
H1.HeaderClassName
{
color: #D494A2;
}
.AnyTagClassName
{
color: #D494A2;
}
</style>
background-color css
<style>
a { background-color: #D494A2; }
a { background-color: rgb(212,148,162); }
div.DivClassName
{
background-color: #D494A2;
}
.BgClassName
{
background-color: #D494A2;
}
</style>
border-color css
<style>
span { border-color: #D494A2; }
span { border-color: rgb(212,148,162); }
td.TdClassName
{
border-color: #D494A2;
}
.TagClassName
{
border-color: #D494A2;
}
</style>