Shades of Can Can #D6909A
Tints of Can Can #D6909A
RGB
CMYK
RGB Variations
Color information
#D6909A (or 0xD6909A) is known color: Can Can. HEX triplet: D6, 90 and 9A. RGB value is (214,144,154). Sum of RGB (Red+Green+Blue) = 214+144+154=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6909A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6909A is #296F65. Grayscale: #A6A6A6. Windows color (decimal): -2715494 or 10129622. OLE color: 10129622.
HSL color Cylindrical-coordinate representation of color #D6909A: hue angle of 351.43º 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 #D6909A is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 154 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.16 |
| HSL | 351.43º | 0.46% | 0.7% | - |
| HSV(B) | 351.43º | 0.33% | 0.84% | - |
| XYZ | 43.54 | 36.58 | 35.34 | - |
| YUV | 166.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 154 | 0 | 0.33 | 0.28 | 0.16 | 351.43 | 0.46 | 0.7 |
| Hex | D6 | 90 | 9A | 0 | 21 | 1C | 10 | 15F | 2E | 46 |
| Octal | 326 | 220 | 232 | 0 | 41 | 34 | 20 | 537 | 56 | 106 |
| Binary | 11010110 | 10010000 | 10011010 | 0 | 100001 | 11100 | 10000 | 101011111 | 101110 | 1000110 |
Color Harmonies of #D6909A
Complementary color
Monochromatic Colors of #D6909A
Black with #D6909A
Text Example
Text Example
White with #D6909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6909A; }
p { color: rgb(214,144,154); }
H1.HeaderClassName
{
color: #D6909A;
}
.AnyTagClassName
{
color: #D6909A;
}
</style>
background-color css
<style>
a { background-color: #D6909A; }
a { background-color: rgb(214,144,154); }
div.DivClassName
{
background-color: #D6909A;
}
.BgClassName
{
background-color: #D6909A;
}
</style>
border-color css
<style>
span { border-color: #D6909A; }
span { border-color: rgb(214,144,154); }
td.TdClassName
{
border-color: #D6909A;
}
.TagClassName
{
border-color: #D6909A;
}
</style>