Shades of Can Can #D9869A
Tints of Can Can #D9869A
RGB
CMYK
RGB Variations
Color information
#D9869A (or 0xD9869A) is known color: Can Can. HEX triplet: D9, 86 and 9A. RGB value is (217,134,154). Sum of RGB (Red+Green+Blue) = 217+134+154=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D9869A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9869A is #267965. Grayscale: #A1A1A1. Windows color (decimal): -2521446 or 10127065. OLE color: 10127065.
HSL color Cylindrical-coordinate representation of color #D9869A: hue angle of 345.54º 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 #D9869A is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 134 | 154 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.15 |
| HSL | 345.54º | 0.52% | 0.69% | - |
| HSV(B) | 345.54º | 0.38% | 0.85% | - |
| XYZ | 42.97 | 34.14 | 34.9 | - |
| YUV | 161.1 | 124 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 154 | 0 | 0.38 | 0.29 | 0.15 | 345.54 | 0.52 | 0.69 |
| Hex | D9 | 86 | 9A | 0 | 26 | 1D | F | 15A | 34 | 45 |
| Octal | 331 | 206 | 232 | 0 | 46 | 35 | 17 | 532 | 64 | 105 |
| Binary | 11011001 | 10000110 | 10011010 | 0 | 100110 | 11101 | 1111 | 101011010 | 110100 | 1000101 |
Color Harmonies of #D9869A
Complementary color
Monochromatic Colors of #D9869A
Black with #D9869A
Text Example
Text Example
White with #D9869A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9869A; }
p { color: rgb(217,134,154); }
H1.HeaderClassName
{
color: #D9869A;
}
.AnyTagClassName
{
color: #D9869A;
}
</style>
background-color css
<style>
a { background-color: #D9869A; }
a { background-color: rgb(217,134,154); }
div.DivClassName
{
background-color: #D9869A;
}
.BgClassName
{
background-color: #D9869A;
}
</style>
border-color css
<style>
span { border-color: #D9869A; }
span { border-color: rgb(217,134,154); }
td.TdClassName
{
border-color: #D9869A;
}
.TagClassName
{
border-color: #D9869A;
}
</style>