Shades of Can Can #D491A0
Tints of Can Can #D491A0
RGB
CMYK
RGB Variations
Color information
#D491A0 (or 0xD491A0) is known color: Can Can. HEX triplet: D4, 91 and A0. RGB value is (212,145,160). Sum of RGB (Red+Green+Blue) = 212+145+160=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D491A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D491A0 is #2B6E5F. Grayscale: #A6A6A6. Windows color (decimal): -2846304 or 10523092. OLE color: 10523092.
HSL color Cylindrical-coordinate representation of color #D491A0: hue angle of 346.57º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D491A0 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 160 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.17 |
| HSL | 346.57º | 0.44% | 0.7% | - |
| HSV(B) | 346.57º | 0.32% | 0.83% | - |
| XYZ | 43.62 | 36.79 | 38.06 | - |
| YUV | 166.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 160 | 0 | 0.32 | 0.25 | 0.17 | 346.57 | 0.44 | 0.7 |
| Hex | D4 | 91 | A0 | 0 | 20 | 19 | 11 | 15B | 2C | 46 |
| Octal | 324 | 221 | 240 | 0 | 40 | 31 | 21 | 533 | 54 | 106 |
| Binary | 11010100 | 10010001 | 10100000 | 0 | 100000 | 11001 | 10001 | 101011011 | 101100 | 1000110 |
Color Harmonies of #D491A0
Complementary color
Monochromatic Colors of #D491A0
Black with #D491A0
Text Example
Text Example
White with #D491A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D491A0; }
p { color: rgb(212,145,160); }
H1.HeaderClassName
{
color: #D491A0;
}
.AnyTagClassName
{
color: #D491A0;
}
</style>
background-color css
<style>
a { background-color: #D491A0; }
a { background-color: rgb(212,145,160); }
div.DivClassName
{
background-color: #D491A0;
}
.BgClassName
{
background-color: #D491A0;
}
</style>
border-color css
<style>
span { border-color: #D491A0; }
span { border-color: rgb(212,145,160); }
td.TdClassName
{
border-color: #D491A0;
}
.TagClassName
{
border-color: #D491A0;
}
</style>