Shades of Can Can #D18C8E
Tints of Can Can #D18C8E
RGB
CMYK
RGB Variations
Color information
#D18C8E (or 0xD18C8E) is known color: Can Can. HEX triplet: D1, 8C and 8E. RGB value is (209,140,142). Sum of RGB (Red+Green+Blue) = 209+140+142=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18C8E is #2E7371. Grayscale: #A0A0A0. Windows color (decimal): -3044210 or 9342161. OLE color: 9342161.
HSL color Cylindrical-coordinate representation of color #D18C8E: hue angle of 358.26º 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 #D18C8E is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 140 | 142 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.18 |
| HSL | 358.26º | 0.43% | 0.68% | - |
| HSV(B) | 358.26º | 0.33% | 0.82% | - |
| XYZ | 40.56 | 34.26 | 30.07 | - |
| YUV | 160.86 | 117.36 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 142 | 0 | 0.33 | 0.32 | 0.18 | 358.26 | 0.43 | 0.68 |
| Hex | D1 | 8C | 8E | 0 | 21 | 20 | 12 | 166 | 2B | 44 |
| Octal | 321 | 214 | 216 | 0 | 41 | 40 | 22 | 546 | 53 | 104 |
| Binary | 11010001 | 10001100 | 10001110 | 0 | 100001 | 100000 | 10010 | 101100110 | 101011 | 1000100 |
Color Harmonies of #D18C8E
Complementary color
Monochromatic Colors of #D18C8E
Black with #D18C8E
Text Example
Text Example
White with #D18C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18C8E; }
p { color: rgb(209,140,142); }
H1.HeaderClassName
{
color: #D18C8E;
}
.AnyTagClassName
{
color: #D18C8E;
}
</style>
background-color css
<style>
a { background-color: #D18C8E; }
a { background-color: rgb(209,140,142); }
div.DivClassName
{
background-color: #D18C8E;
}
.BgClassName
{
background-color: #D18C8E;
}
</style>
border-color css
<style>
span { border-color: #D18C8E; }
span { border-color: rgb(209,140,142); }
td.TdClassName
{
border-color: #D18C8E;
}
.TagClassName
{
border-color: #D18C8E;
}
</style>