Shades of Can Can #D691A0
Tints of Can Can #D691A0
RGB
CMYK
RGB Variations
Color information
#D691A0 (or 0xD691A0) is known color: Can Can. HEX triplet: D6, 91 and A0. RGB value is (214,145,160). Sum of RGB (Red+Green+Blue) = 214+145+160=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D691A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D691A0 is #296E5F. Grayscale: #A7A7A7. Windows color (decimal): -2715232 or 10523094. OLE color: 10523094.
HSL color Cylindrical-coordinate representation of color #D691A0: hue angle of 346.96º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D691A0 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 160 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.16 |
| HSL | 346.96º | 0.46% | 0.7% | - |
| HSV(B) | 346.96º | 0.32% | 0.84% | - |
| XYZ | 44.2 | 37.09 | 38.09 | - |
| YUV | 167.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 160 | 0 | 0.32 | 0.25 | 0.16 | 346.96 | 0.46 | 0.7 |
| Hex | D6 | 91 | A0 | 0 | 20 | 19 | 10 | 15B | 2E | 46 |
| Octal | 326 | 221 | 240 | 0 | 40 | 31 | 20 | 533 | 56 | 106 |
| Binary | 11010110 | 10010001 | 10100000 | 0 | 100000 | 11001 | 10000 | 101011011 | 101110 | 1000110 |
Color Harmonies of #D691A0
Complementary color
Monochromatic Colors of #D691A0
Black with #D691A0
Text Example
Text Example
White with #D691A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D691A0; }
p { color: rgb(214,145,160); }
H1.HeaderClassName
{
color: #D691A0;
}
.AnyTagClassName
{
color: #D691A0;
}
</style>
background-color css
<style>
a { background-color: #D691A0; }
a { background-color: rgb(214,145,160); }
div.DivClassName
{
background-color: #D691A0;
}
.BgClassName
{
background-color: #D691A0;
}
</style>
border-color css
<style>
span { border-color: #D691A0; }
span { border-color: rgb(214,145,160); }
td.TdClassName
{
border-color: #D691A0;
}
.TagClassName
{
border-color: #D691A0;
}
</style>