Shades of Can Can #D6929D
Tints of Can Can #D6929D
RGB
CMYK
RGB Variations
Color information
#D6929D (or 0xD6929D) is known color: Can Can. HEX triplet: D6, 92 and 9D. RGB value is (214,146,157). Sum of RGB (Red+Green+Blue) = 214+146+157=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6929D is #296D62. Grayscale: #A7A7A7. Windows color (decimal): -2714979 or 10326742. OLE color: 10326742.
HSL color Cylindrical-coordinate representation of color #D6929D: hue angle of 350.29º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6929D is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 157 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.16 |
| HSL | 350.29º | 0.45% | 0.71% | - |
| HSV(B) | 350.29º | 0.32% | 0.84% | - |
| XYZ | 44.1 | 37.29 | 36.77 | - |
| YUV | 167.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 157 | 0 | 0.32 | 0.27 | 0.16 | 350.29 | 0.45 | 0.71 |
| Hex | D6 | 92 | 9D | 0 | 20 | 1B | 10 | 15E | 2D | 47 |
| Octal | 326 | 222 | 235 | 0 | 40 | 33 | 20 | 536 | 55 | 107 |
| Binary | 11010110 | 10010010 | 10011101 | 0 | 100000 | 11011 | 10000 | 101011110 | 101101 | 1000111 |
Color Harmonies of #D6929D
Complementary color
Monochromatic Colors of #D6929D
Black with #D6929D
Text Example
Text Example
White with #D6929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6929D; }
p { color: rgb(214,146,157); }
H1.HeaderClassName
{
color: #D6929D;
}
.AnyTagClassName
{
color: #D6929D;
}
</style>
background-color css
<style>
a { background-color: #D6929D; }
a { background-color: rgb(214,146,157); }
div.DivClassName
{
background-color: #D6929D;
}
.BgClassName
{
background-color: #D6929D;
}
</style>
border-color css
<style>
span { border-color: #D6929D; }
span { border-color: rgb(214,146,157); }
td.TdClassName
{
border-color: #D6929D;
}
.TagClassName
{
border-color: #D6929D;
}
</style>