Shades of Can Can #D18C9A
Tints of Can Can #D18C9A
RGB
CMYK
RGB Variations
Color information
#D18C9A (or 0xD18C9A) is known color: Can Can. HEX triplet: D1, 8C and 9A. RGB value is (209,140,154). Sum of RGB (Red+Green+Blue) = 209+140+154=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18C9A is #2E7365. Grayscale: #A2A2A2. Windows color (decimal): -3044198 or 10128593. OLE color: 10128593.
HSL color Cylindrical-coordinate representation of color #D18C9A: hue angle of 347.83º 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 #D18C9A is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 140 | 154 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.18 |
| HSL | 347.83º | 0.43% | 0.68% | - |
| HSV(B) | 347.83º | 0.33% | 0.82% | - |
| XYZ | 41.51 | 34.64 | 35.07 | - |
| YUV | 162.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 154 | 0 | 0.33 | 0.26 | 0.18 | 347.83 | 0.43 | 0.68 |
| Hex | D1 | 8C | 9A | 0 | 21 | 1A | 12 | 15C | 2B | 44 |
| Octal | 321 | 214 | 232 | 0 | 41 | 32 | 22 | 534 | 53 | 104 |
| Binary | 11010001 | 10001100 | 10011010 | 0 | 100001 | 11010 | 10010 | 101011100 | 101011 | 1000100 |
Color Harmonies of #D18C9A
Complementary color
Monochromatic Colors of #D18C9A
Black with #D18C9A
Text Example
Text Example
White with #D18C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18C9A; }
p { color: rgb(209,140,154); }
H1.HeaderClassName
{
color: #D18C9A;
}
.AnyTagClassName
{
color: #D18C9A;
}
</style>
background-color css
<style>
a { background-color: #D18C9A; }
a { background-color: rgb(209,140,154); }
div.DivClassName
{
background-color: #D18C9A;
}
.BgClassName
{
background-color: #D18C9A;
}
</style>
border-color css
<style>
span { border-color: #D18C9A; }
span { border-color: rgb(209,140,154); }
td.TdClassName
{
border-color: #D18C9A;
}
.TagClassName
{
border-color: #D18C9A;
}
</style>