Shades of Can Can #D6939D
Tints of Can Can #D6939D
RGB
CMYK
RGB Variations
Color information
#D6939D (or 0xD6939D) is known color: Can Can. HEX triplet: D6, 93 and 9D. RGB value is (214,147,157). Sum of RGB (Red+Green+Blue) = 214+147+157=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6939D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6939D is #296C62. Grayscale: #A8A8A8. Windows color (decimal): -2714723 or 10326998. OLE color: 10326998.
HSL color Cylindrical-coordinate representation of color #D6939D: hue angle of 351.04º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6939D is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 147 | 157 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.16 |
| HSL | 351.04º | 0.45% | 0.71% | - |
| HSV(B) | 351.04º | 0.31% | 0.84% | - |
| XYZ | 44.25 | 37.6 | 36.82 | - |
| YUV | 168.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 147 | 157 | 0 | 0.31 | 0.27 | 0.16 | 351.04 | 0.45 | 0.71 |
| Hex | D6 | 93 | 9D | 0 | 1F | 1B | 10 | 15F | 2D | 47 |
| Octal | 326 | 223 | 235 | 0 | 37 | 33 | 20 | 537 | 55 | 107 |
| Binary | 11010110 | 10010011 | 10011101 | 0 | 11111 | 11011 | 10000 | 101011111 | 101101 | 1000111 |
Color Harmonies of #D6939D
Complementary color
Monochromatic Colors of #D6939D
Black with #D6939D
Text Example
Text Example
White with #D6939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6939D; }
p { color: rgb(214,147,157); }
H1.HeaderClassName
{
color: #D6939D;
}
.AnyTagClassName
{
color: #D6939D;
}
</style>
background-color css
<style>
a { background-color: #D6939D; }
a { background-color: rgb(214,147,157); }
div.DivClassName
{
background-color: #D6939D;
}
.BgClassName
{
background-color: #D6939D;
}
</style>
border-color css
<style>
span { border-color: #D6939D; }
span { border-color: rgb(214,147,157); }
td.TdClassName
{
border-color: #D6939D;
}
.TagClassName
{
border-color: #D6939D;
}
</style>