Shades of Can Can #D492A2
Tints of Can Can #D492A2
RGB
CMYK
RGB Variations
Color information
#D492A2 (or 0xD492A2) is known color: Can Can. HEX triplet: D4, 92 and A2. RGB value is (212,146,162). Sum of RGB (Red+Green+Blue) = 212+146+162=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D492A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D492A2 is #2B6D5D. Grayscale: #A7A7A7. Windows color (decimal): -2846046 or 10654420. OLE color: 10654420.
HSL color Cylindrical-coordinate representation of color #D492A2: hue angle of 345.45º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D492A2 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 162 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.17 |
| HSL | 345.45º | 0.43% | 0.7% | - |
| HSV(B) | 345.45º | 0.31% | 0.83% | - |
| XYZ | 43.95 | 37.16 | 39.04 | - |
| YUV | 167.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 162 | 0 | 0.31 | 0.24 | 0.17 | 345.45 | 0.43 | 0.7 |
| Hex | D4 | 92 | A2 | 0 | 1F | 18 | 11 | 159 | 2B | 46 |
| Octal | 324 | 222 | 242 | 0 | 37 | 30 | 21 | 531 | 53 | 106 |
| Binary | 11010100 | 10010010 | 10100010 | 0 | 11111 | 11000 | 10001 | 101011001 | 101011 | 1000110 |
Color Harmonies of #D492A2
Complementary color
Monochromatic Colors of #D492A2
Black with #D492A2
Text Example
Text Example
White with #D492A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D492A2; }
p { color: rgb(212,146,162); }
H1.HeaderClassName
{
color: #D492A2;
}
.AnyTagClassName
{
color: #D492A2;
}
</style>
background-color css
<style>
a { background-color: #D492A2; }
a { background-color: rgb(212,146,162); }
div.DivClassName
{
background-color: #D492A2;
}
.BgClassName
{
background-color: #D492A2;
}
</style>
border-color css
<style>
span { border-color: #D492A2; }
span { border-color: rgb(212,146,162); }
td.TdClassName
{
border-color: #D492A2;
}
.TagClassName
{
border-color: #D492A2;
}
</style>