Shades of Can Can #D9869B
Tints of Can Can #D9869B
RGB
CMYK
RGB Variations
Color information
#D9869B (or 0xD9869B) is known color: Can Can. HEX triplet: D9, 86 and 9B. RGB value is (217,134,155). Sum of RGB (Red+Green+Blue) = 217+134+155=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9869B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9869B is #267964. Grayscale: #A1A1A1. Windows color (decimal): -2521445 or 10192601. OLE color: 10192601.
HSL color Cylindrical-coordinate representation of color #D9869B: hue angle of 344.82º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9869B is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 134 | 155 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.15 |
| HSL | 344.82º | 0.52% | 0.69% | - |
| HSV(B) | 344.82º | 0.38% | 0.85% | - |
| XYZ | 43.06 | 34.17 | 35.34 | - |
| YUV | 161.21 | 124.5 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 155 | 0 | 0.38 | 0.29 | 0.15 | 344.82 | 0.52 | 0.69 |
| Hex | D9 | 86 | 9B | 0 | 26 | 1D | F | 159 | 34 | 45 |
| Octal | 331 | 206 | 233 | 0 | 46 | 35 | 17 | 531 | 64 | 105 |
| Binary | 11011001 | 10000110 | 10011011 | 0 | 100110 | 11101 | 1111 | 101011001 | 110100 | 1000101 |
Color Harmonies of #D9869B
Complementary color
Monochromatic Colors of #D9869B
Black with #D9869B
Text Example
Text Example
White with #D9869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9869B; }
p { color: rgb(217,134,155); }
H1.HeaderClassName
{
color: #D9869B;
}
.AnyTagClassName
{
color: #D9869B;
}
</style>
background-color css
<style>
a { background-color: #D9869B; }
a { background-color: rgb(217,134,155); }
div.DivClassName
{
background-color: #D9869B;
}
.BgClassName
{
background-color: #D9869B;
}
</style>
border-color css
<style>
span { border-color: #D9869B; }
span { border-color: rgb(217,134,155); }
td.TdClassName
{
border-color: #D9869B;
}
.TagClassName
{
border-color: #D9869B;
}
</style>