Shades of Can Can #D494A0
Tints of Can Can #D494A0
RGB
CMYK
RGB Variations
Color information
#D494A0 (or 0xD494A0) is known color: Can Can. HEX triplet: D4, 94 and A0. RGB value is (212,148,160). Sum of RGB (Red+Green+Blue) = 212+148+160=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D494A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D494A0 is #2B6B5F. Grayscale: #A8A8A8. Windows color (decimal): -2845536 or 10523860. OLE color: 10523860.
HSL color Cylindrical-coordinate representation of color #D494A0: hue angle of 348.75º 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 #D494A0 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 160 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.17 |
| HSL | 348.75º | 0.43% | 0.71% | - |
| HSV(B) | 348.75º | 0.3% | 0.83% | - |
| XYZ | 44.09 | 37.71 | 38.21 | - |
| YUV | 168.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 160 | 0 | 0.30 | 0.25 | 0.17 | 348.75 | 0.43 | 0.71 |
| Hex | D4 | 94 | A0 | 0 | 1E | 19 | 11 | 15D | 2B | 47 |
| Octal | 324 | 224 | 240 | 0 | 36 | 31 | 21 | 535 | 53 | 107 |
| Binary | 11010100 | 10010100 | 10100000 | 0 | 11110 | 11001 | 10001 | 101011101 | 101011 | 1000111 |
Color Harmonies of #D494A0
Complementary color
Monochromatic Colors of #D494A0
Black with #D494A0
Text Example
Text Example
White with #D494A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D494A0; }
p { color: rgb(212,148,160); }
H1.HeaderClassName
{
color: #D494A0;
}
.AnyTagClassName
{
color: #D494A0;
}
</style>
background-color css
<style>
a { background-color: #D494A0; }
a { background-color: rgb(212,148,160); }
div.DivClassName
{
background-color: #D494A0;
}
.BgClassName
{
background-color: #D494A0;
}
</style>
border-color css
<style>
span { border-color: #D494A0; }
span { border-color: rgb(212,148,160); }
td.TdClassName
{
border-color: #D494A0;
}
.TagClassName
{
border-color: #D494A0;
}
</style>