Shades of Can Can #D18B98
Tints of Can Can #D18B98
RGB
CMYK
RGB Variations
Color information
#D18B98 (or 0xD18B98) is known color: Can Can. HEX triplet: D1, 8B and 98. RGB value is (209,139,152). Sum of RGB (Red+Green+Blue) = 209+139+152=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18B98 is #2E7467. Grayscale: #A1A1A1. Windows color (decimal): -3044456 or 9997265. OLE color: 9997265.
HSL color Cylindrical-coordinate representation of color #D18B98: hue angle of 348.86º 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 #D18B98 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 152 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.18 |
| HSL | 348.86º | 0.43% | 0.68% | - |
| HSV(B) | 348.86º | 0.33% | 0.82% | - |
| XYZ | 41.19 | 34.29 | 34.15 | - |
| YUV | 161.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 152 | 0 | 0.33 | 0.27 | 0.18 | 348.86 | 0.43 | 0.68 |
| Hex | D1 | 8B | 98 | 0 | 21 | 1B | 12 | 15D | 2B | 44 |
| Octal | 321 | 213 | 230 | 0 | 41 | 33 | 22 | 535 | 53 | 104 |
| Binary | 11010001 | 10001011 | 10011000 | 0 | 100001 | 11011 | 10010 | 101011101 | 101011 | 1000100 |
Color Harmonies of #D18B98
Complementary color
Monochromatic Colors of #D18B98
Black with #D18B98
Text Example
Text Example
White with #D18B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B98; }
p { color: rgb(209,139,152); }
H1.HeaderClassName
{
color: #D18B98;
}
.AnyTagClassName
{
color: #D18B98;
}
</style>
background-color css
<style>
a { background-color: #D18B98; }
a { background-color: rgb(209,139,152); }
div.DivClassName
{
background-color: #D18B98;
}
.BgClassName
{
background-color: #D18B98;
}
</style>
border-color css
<style>
span { border-color: #D18B98; }
span { border-color: rgb(209,139,152); }
td.TdClassName
{
border-color: #D18B98;
}
.TagClassName
{
border-color: #D18B98;
}
</style>