Shades of Can Can #D6909D
Tints of Can Can #D6909D
RGB
CMYK
RGB Variations
Color information
#D6909D (or 0xD6909D) is known color: Can Can. HEX triplet: D6, 90 and 9D. RGB value is (214,144,157). Sum of RGB (Red+Green+Blue) = 214+144+157=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6909D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6909D is #296F62. Grayscale: #A6A6A6. Windows color (decimal): -2715491 or 10326230. OLE color: 10326230.
HSL color Cylindrical-coordinate representation of color #D6909D: hue angle of 348.86º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6909D is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 157 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.16 |
| HSL | 348.86º | 0.46% | 0.7% | - |
| HSV(B) | 348.86º | 0.33% | 0.84% | - |
| XYZ | 43.79 | 36.68 | 36.67 | - |
| YUV | 166.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 157 | 0 | 0.33 | 0.27 | 0.16 | 348.86 | 0.46 | 0.7 |
| Hex | D6 | 90 | 9D | 0 | 21 | 1B | 10 | 15D | 2E | 46 |
| Octal | 326 | 220 | 235 | 0 | 41 | 33 | 20 | 535 | 56 | 106 |
| Binary | 11010110 | 10010000 | 10011101 | 0 | 100001 | 11011 | 10000 | 101011101 | 101110 | 1000110 |
Color Harmonies of #D6909D
Complementary color
Monochromatic Colors of #D6909D
Black with #D6909D
Text Example
Text Example
White with #D6909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6909D; }
p { color: rgb(214,144,157); }
H1.HeaderClassName
{
color: #D6909D;
}
.AnyTagClassName
{
color: #D6909D;
}
</style>
background-color css
<style>
a { background-color: #D6909D; }
a { background-color: rgb(214,144,157); }
div.DivClassName
{
background-color: #D6909D;
}
.BgClassName
{
background-color: #D6909D;
}
</style>
border-color css
<style>
span { border-color: #D6909D; }
span { border-color: rgb(214,144,157); }
td.TdClassName
{
border-color: #D6909D;
}
.TagClassName
{
border-color: #D6909D;
}
</style>