Shades of Can Can #D18C8D
Tints of Can Can #D18C8D
RGB
CMYK
RGB Variations
Color information
#D18C8D (or 0xD18C8D) is known color: Can Can. HEX triplet: D1, 8C and 8D. RGB value is (209,140,141). Sum of RGB (Red+Green+Blue) = 209+140+141=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18C8D is #2E7372. Grayscale: #A0A0A0. Windows color (decimal): -3044211 or 9276625. OLE color: 9276625.
HSL color Cylindrical-coordinate representation of color #D18C8D: hue angle of 359.13º 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 #D18C8D is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 140 | 141 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.18 |
| HSL | 359.13º | 0.43% | 0.68% | - |
| HSV(B) | 359.13º | 0.33% | 0.82% | - |
| XYZ | 40.48 | 34.23 | 29.67 | - |
| YUV | 160.75 | 116.86 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 141 | 0 | 0.33 | 0.33 | 0.18 | 359.13 | 0.43 | 0.68 |
| Hex | D1 | 8C | 8D | 0 | 21 | 21 | 12 | 167 | 2B | 44 |
| Octal | 321 | 214 | 215 | 0 | 41 | 41 | 22 | 547 | 53 | 104 |
| Binary | 11010001 | 10001100 | 10001101 | 0 | 100001 | 100001 | 10010 | 101100111 | 101011 | 1000100 |
Color Harmonies of #D18C8D
Complementary color
Monochromatic Colors of #D18C8D
Black with #D18C8D
Text Example
Text Example
White with #D18C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18C8D; }
p { color: rgb(209,140,141); }
H1.HeaderClassName
{
color: #D18C8D;
}
.AnyTagClassName
{
color: #D18C8D;
}
</style>
background-color css
<style>
a { background-color: #D18C8D; }
a { background-color: rgb(209,140,141); }
div.DivClassName
{
background-color: #D18C8D;
}
.BgClassName
{
background-color: #D18C8D;
}
</style>
border-color css
<style>
span { border-color: #D18C8D; }
span { border-color: rgb(209,140,141); }
td.TdClassName
{
border-color: #D18C8D;
}
.TagClassName
{
border-color: #D18C8D;
}
</style>