Shades of Can Can #D9859E
Tints of Can Can #D9859E
RGB
CMYK
RGB Variations
Color information
#D9859E (or 0xD9859E) is known color: Can Can. HEX triplet: D9, 85 and 9E. RGB value is (217,133,158). Sum of RGB (Red+Green+Blue) = 217+133+158=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D9859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9859E is #267A61. Grayscale: #A0A0A0. Windows color (decimal): -2521698 or 10388953. OLE color: 10388953.
HSL color Cylindrical-coordinate representation of color #D9859E: hue angle of 342.14º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9859E is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 133 | 158 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.15 |
| HSL | 342.14º | 0.53% | 0.69% | - |
| HSV(B) | 342.14º | 0.39% | 0.85% | - |
| XYZ | 43.17 | 34 | 36.63 | - |
| YUV | 160.97 | 126.33 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 158 | 0 | 0.39 | 0.27 | 0.15 | 342.14 | 0.53 | 0.69 |
| Hex | D9 | 85 | 9E | 0 | 27 | 1B | F | 156 | 34 | 45 |
| Octal | 331 | 205 | 236 | 0 | 47 | 33 | 17 | 526 | 64 | 105 |
| Binary | 11011001 | 10000101 | 10011110 | 0 | 100111 | 11011 | 1111 | 101010110 | 110100 | 1000101 |
Color Harmonies of #D9859E
Complementary color
Monochromatic Colors of #D9859E
Black with #D9859E
Text Example
Text Example
White with #D9859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9859E; }
p { color: rgb(217,133,158); }
H1.HeaderClassName
{
color: #D9859E;
}
.AnyTagClassName
{
color: #D9859E;
}
</style>
background-color css
<style>
a { background-color: #D9859E; }
a { background-color: rgb(217,133,158); }
div.DivClassName
{
background-color: #D9859E;
}
.BgClassName
{
background-color: #D9859E;
}
</style>
border-color css
<style>
span { border-color: #D9859E; }
span { border-color: rgb(217,133,158); }
td.TdClassName
{
border-color: #D9859E;
}
.TagClassName
{
border-color: #D9859E;
}
</style>