Shades of Can Can #D18FA0
Tints of Can Can #D18FA0
RGB
CMYK
RGB Variations
Color information
#D18FA0 (or 0xD18FA0) is known color: Can Can. HEX triplet: D1, 8F and A0. RGB value is (209,143,160). Sum of RGB (Red+Green+Blue) = 209+143+160=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D18FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18FA0 is #2E705F. Grayscale: #A4A4A4. Windows color (decimal): -3043424 or 10522577. OLE color: 10522577.
HSL color Cylindrical-coordinate representation of color #D18FA0: hue angle of 344.55º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D18FA0 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 160 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.18 |
| HSL | 344.55º | 0.42% | 0.69% | - |
| HSV(B) | 344.55º | 0.32% | 0.82% | - |
| XYZ | 42.46 | 35.74 | 37.92 | - |
| YUV | 164.67 | 125.37 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 160 | 0 | 0.32 | 0.23 | 0.18 | 344.55 | 0.42 | 0.69 |
| Hex | D1 | 8F | A0 | 0 | 20 | 17 | 12 | 159 | 2A | 45 |
| Octal | 321 | 217 | 240 | 0 | 40 | 27 | 22 | 531 | 52 | 105 |
| Binary | 11010001 | 10001111 | 10100000 | 0 | 100000 | 10111 | 10010 | 101011001 | 101010 | 1000101 |
Color Harmonies of #D18FA0
Complementary color
Monochromatic Colors of #D18FA0
Black with #D18FA0
Text Example
Text Example
White with #D18FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FA0; }
p { color: rgb(209,143,160); }
H1.HeaderClassName
{
color: #D18FA0;
}
.AnyTagClassName
{
color: #D18FA0;
}
</style>
background-color css
<style>
a { background-color: #D18FA0; }
a { background-color: rgb(209,143,160); }
div.DivClassName
{
background-color: #D18FA0;
}
.BgClassName
{
background-color: #D18FA0;
}
</style>
border-color css
<style>
span { border-color: #D18FA0; }
span { border-color: rgb(209,143,160); }
td.TdClassName
{
border-color: #D18FA0;
}
.TagClassName
{
border-color: #D18FA0;
}
</style>