Shades of Can Can #D18895
Tints of Can Can #D18895
RGB
CMYK
RGB Variations
Color information
#D18895 (or 0xD18895) is known color: Can Can. HEX triplet: D1, 88 and 95. RGB value is (209,136,149). Sum of RGB (Red+Green+Blue) = 209+136+149=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D18895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18895 is #2E776A. Grayscale: #9F9F9F. Windows color (decimal): -3045227 or 9799889. OLE color: 9799889.
HSL color Cylindrical-coordinate representation of color #D18895: hue angle of 349.32º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D18895 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 136 | 149 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.18 |
| HSL | 349.32º | 0.44% | 0.68% | - |
| HSV(B) | 349.32º | 0.35% | 0.82% | - |
| XYZ | 40.52 | 33.33 | 32.73 | - |
| YUV | 159.31 | 122.18 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 149 | 0 | 0.35 | 0.29 | 0.18 | 349.32 | 0.44 | 0.68 |
| Hex | D1 | 88 | 95 | 0 | 23 | 1D | 12 | 15D | 2C | 44 |
| Octal | 321 | 210 | 225 | 0 | 43 | 35 | 22 | 535 | 54 | 104 |
| Binary | 11010001 | 10001000 | 10010101 | 0 | 100011 | 11101 | 10010 | 101011101 | 101100 | 1000100 |
Color Harmonies of #D18895
Complementary color
Monochromatic Colors of #D18895
Black with #D18895
Text Example
Text Example
White with #D18895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18895; }
p { color: rgb(209,136,149); }
H1.HeaderClassName
{
color: #D18895;
}
.AnyTagClassName
{
color: #D18895;
}
</style>
background-color css
<style>
a { background-color: #D18895; }
a { background-color: rgb(209,136,149); }
div.DivClassName
{
background-color: #D18895;
}
.BgClassName
{
background-color: #D18895;
}
</style>
border-color css
<style>
span { border-color: #D18895; }
span { border-color: rgb(209,136,149); }
td.TdClassName
{
border-color: #D18895;
}
.TagClassName
{
border-color: #D18895;
}
</style>