Shades of Can Can #D493A1
Tints of Can Can #D493A1
RGB
CMYK
RGB Variations
Color information
#D493A1 (or 0xD493A1) is known color: Can Can. HEX triplet: D4, 93 and A1. RGB value is (212,147,161). Sum of RGB (Red+Green+Blue) = 212+147+161=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D493A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D493A1 is #2B6C5E. Grayscale: #A8A8A8. Windows color (decimal): -2845791 or 10589140. OLE color: 10589140.
HSL color Cylindrical-coordinate representation of color #D493A1: hue angle of 347.08º 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 #D493A1 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 161 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.17 |
| HSL | 347.08º | 0.43% | 0.7% | - |
| HSV(B) | 347.08º | 0.31% | 0.83% | - |
| XYZ | 44.02 | 37.44 | 38.62 | - |
| YUV | 168.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 161 | 0 | 0.31 | 0.24 | 0.17 | 347.08 | 0.43 | 0.7 |
| Hex | D4 | 93 | A1 | 0 | 1F | 18 | 11 | 15B | 2B | 46 |
| Octal | 324 | 223 | 241 | 0 | 37 | 30 | 21 | 533 | 53 | 106 |
| Binary | 11010100 | 10010011 | 10100001 | 0 | 11111 | 11000 | 10001 | 101011011 | 101011 | 1000110 |
Color Harmonies of #D493A1
Complementary color
Monochromatic Colors of #D493A1
Black with #D493A1
Text Example
Text Example
White with #D493A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D493A1; }
p { color: rgb(212,147,161); }
H1.HeaderClassName
{
color: #D493A1;
}
.AnyTagClassName
{
color: #D493A1;
}
</style>
background-color css
<style>
a { background-color: #D493A1; }
a { background-color: rgb(212,147,161); }
div.DivClassName
{
background-color: #D493A1;
}
.BgClassName
{
background-color: #D493A1;
}
</style>
border-color css
<style>
span { border-color: #D493A1; }
span { border-color: rgb(212,147,161); }
td.TdClassName
{
border-color: #D493A1;
}
.TagClassName
{
border-color: #D493A1;
}
</style>