Shades of Can Can #D18B96
Tints of Can Can #D18B96
RGB
CMYK
RGB Variations
Color information
#D18B96 (or 0xD18B96) is known color: Can Can. HEX triplet: D1, 8B and 96. RGB value is (209,139,150). Sum of RGB (Red+Green+Blue) = 209+139+150=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18B96 is #2E7469. Grayscale: #A1A1A1. Windows color (decimal): -3044458 or 9866193. OLE color: 9866193.
HSL color Cylindrical-coordinate representation of color #D18B96: hue angle of 350.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18B96 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 150 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.18 |
| HSL | 350.57º | 0.43% | 0.68% | - |
| HSV(B) | 350.57º | 0.33% | 0.82% | - |
| XYZ | 41.03 | 34.22 | 33.3 | - |
| YUV | 161.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 150 | 0 | 0.33 | 0.28 | 0.18 | 350.57 | 0.43 | 0.68 |
| Hex | D1 | 8B | 96 | 0 | 21 | 1C | 12 | 15F | 2B | 44 |
| Octal | 321 | 213 | 226 | 0 | 41 | 34 | 22 | 537 | 53 | 104 |
| Binary | 11010001 | 10001011 | 10010110 | 0 | 100001 | 11100 | 10010 | 101011111 | 101011 | 1000100 |
Color Harmonies of #D18B96
Complementary color
Monochromatic Colors of #D18B96
Black with #D18B96
Text Example
Text Example
White with #D18B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B96; }
p { color: rgb(209,139,150); }
H1.HeaderClassName
{
color: #D18B96;
}
.AnyTagClassName
{
color: #D18B96;
}
</style>
background-color css
<style>
a { background-color: #D18B96; }
a { background-color: rgb(209,139,150); }
div.DivClassName
{
background-color: #D18B96;
}
.BgClassName
{
background-color: #D18B96;
}
</style>
border-color css
<style>
span { border-color: #D18B96; }
span { border-color: rgb(209,139,150); }
td.TdClassName
{
border-color: #D18B96;
}
.TagClassName
{
border-color: #D18B96;
}
</style>