Shades of Can Can #D492A4
Tints of Can Can #D492A4
RGB
CMYK
RGB Variations
Color information
#D492A4 (or 0xD492A4) is known color: Can Can. HEX triplet: D4, 92 and A4. RGB value is (212,146,164). Sum of RGB (Red+Green+Blue) = 212+146+164=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D492A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D492A4 is #2B6D5B. Grayscale: #A7A7A7. Windows color (decimal): -2846044 or 10785492. OLE color: 10785492.
HSL color Cylindrical-coordinate representation of color #D492A4: hue angle of 343.64º 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 #D492A4 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 164 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.17 |
| HSL | 343.64º | 0.43% | 0.7% | - |
| HSV(B) | 343.64º | 0.31% | 0.83% | - |
| XYZ | 44.13 | 37.24 | 39.98 | - |
| YUV | 167.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 164 | 0 | 0.31 | 0.23 | 0.17 | 343.64 | 0.43 | 0.7 |
| Hex | D4 | 92 | A4 | 0 | 1F | 17 | 11 | 158 | 2B | 46 |
| Octal | 324 | 222 | 244 | 0 | 37 | 27 | 21 | 530 | 53 | 106 |
| Binary | 11010100 | 10010010 | 10100100 | 0 | 11111 | 10111 | 10001 | 101011000 | 101011 | 1000110 |
Color Harmonies of #D492A4
Complementary color
Monochromatic Colors of #D492A4
Black with #D492A4
Text Example
Text Example
White with #D492A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D492A4; }
p { color: rgb(212,146,164); }
H1.HeaderClassName
{
color: #D492A4;
}
.AnyTagClassName
{
color: #D492A4;
}
</style>
background-color css
<style>
a { background-color: #D492A4; }
a { background-color: rgb(212,146,164); }
div.DivClassName
{
background-color: #D492A4;
}
.BgClassName
{
background-color: #D492A4;
}
</style>
border-color css
<style>
span { border-color: #D492A4; }
span { border-color: rgb(212,146,164); }
td.TdClassName
{
border-color: #D492A4;
}
.TagClassName
{
border-color: #D492A4;
}
</style>