Shades of Can Can #D6859E
Tints of Can Can #D6859E
RGB
CMYK
RGB Variations
Color information
#D6859E (or 0xD6859E) is known color: Can Can. HEX triplet: D6, 85 and 9E. RGB value is (214,133,158). Sum of RGB (Red+Green+Blue) = 214+133+158=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6859E is #297A61. Grayscale: #A0A0A0. Windows color (decimal): -2718306 or 10388950. OLE color: 10388950.
HSL color Cylindrical-coordinate representation of color #D6859E: hue angle of 341.48º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6859E is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 158 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.16 |
| HSL | 341.48º | 0.5% | 0.68% | - |
| HSV(B) | 341.48º | 0.38% | 0.84% | - |
| XYZ | 42.29 | 33.54 | 36.59 | - |
| YUV | 160.07 | 126.84 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 158 | 0 | 0.38 | 0.26 | 0.16 | 341.48 | 0.5 | 0.68 |
| Hex | D6 | 85 | 9E | 0 | 26 | 1A | 10 | 155 | 32 | 44 |
| Octal | 326 | 205 | 236 | 0 | 46 | 32 | 20 | 525 | 62 | 104 |
| Binary | 11010110 | 10000101 | 10011110 | 0 | 100110 | 11010 | 10000 | 101010101 | 110010 | 1000100 |
Color Harmonies of #D6859E
Complementary color
Monochromatic Colors of #D6859E
Black with #D6859E
Text Example
Text Example
White with #D6859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6859E; }
p { color: rgb(214,133,158); }
H1.HeaderClassName
{
color: #D6859E;
}
.AnyTagClassName
{
color: #D6859E;
}
</style>
background-color css
<style>
a { background-color: #D6859E; }
a { background-color: rgb(214,133,158); }
div.DivClassName
{
background-color: #D6859E;
}
.BgClassName
{
background-color: #D6859E;
}
</style>
border-color css
<style>
span { border-color: #D6859E; }
span { border-color: rgb(214,133,158); }
td.TdClassName
{
border-color: #D6859E;
}
.TagClassName
{
border-color: #D6859E;
}
</style>