Shades of Can Can #D18995
Tints of Can Can #D18995
RGB
CMYK
RGB Variations
Color information
#D18995 (or 0xD18995) is known color: Can Can. HEX triplet: D1, 89 and 95. RGB value is (209,137,149). Sum of RGB (Red+Green+Blue) = 209+137+149=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D18995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18995 is #2E766A. Grayscale: #9F9F9F. Windows color (decimal): -3044971 or 9800145. OLE color: 9800145.
HSL color Cylindrical-coordinate representation of color #D18995: hue angle of 350º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D18995 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 137 | 149 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.18 |
| HSL | 350º | 0.44% | 0.68% | - |
| HSV(B) | 350º | 0.34% | 0.82% | - |
| XYZ | 40.66 | 33.62 | 32.78 | - |
| YUV | 159.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 149 | 0 | 0.34 | 0.29 | 0.18 | 350 | 0.44 | 0.68 |
| Hex | D1 | 89 | 95 | 0 | 22 | 1D | 12 | 15E | 2C | 44 |
| Octal | 321 | 211 | 225 | 0 | 42 | 35 | 22 | 536 | 54 | 104 |
| Binary | 11010001 | 10001001 | 10010101 | 0 | 100010 | 11101 | 10010 | 101011110 | 101100 | 1000100 |
Color Harmonies of #D18995
Complementary color
Monochromatic Colors of #D18995
Black with #D18995
Text Example
Text Example
White with #D18995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18995; }
p { color: rgb(209,137,149); }
H1.HeaderClassName
{
color: #D18995;
}
.AnyTagClassName
{
color: #D18995;
}
</style>
background-color css
<style>
a { background-color: #D18995; }
a { background-color: rgb(209,137,149); }
div.DivClassName
{
background-color: #D18995;
}
.BgClassName
{
background-color: #D18995;
}
</style>
border-color css
<style>
span { border-color: #D18995; }
span { border-color: rgb(209,137,149); }
td.TdClassName
{
border-color: #D18995;
}
.TagClassName
{
border-color: #D18995;
}
</style>