Shades of Can Can #D08DA1
Tints of Can Can #D08DA1
RGB
CMYK
RGB Variations
Color information
#D08DA1 (or 0xD08DA1) is known color: Can Can. HEX triplet: D0, 8D and A1. RGB value is (208,141,161). Sum of RGB (Red+Green+Blue) = 208+141+161=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08DA1 is #2F725E. Grayscale: #A3A3A3. Windows color (decimal): -3109471 or 10587600. OLE color: 10587600.
HSL color Cylindrical-coordinate representation of color #D08DA1: hue angle of 342.09º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D08DA1 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 161 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.18 |
| HSL | 342.09º | 0.42% | 0.68% | - |
| HSV(B) | 342.09º | 0.32% | 0.82% | - |
| XYZ | 41.97 | 35.03 | 38.27 | - |
| YUV | 163.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 161 | 0 | 0.32 | 0.23 | 0.18 | 342.09 | 0.42 | 0.68 |
| Hex | D0 | 8D | A1 | 0 | 20 | 17 | 12 | 156 | 2A | 44 |
| Octal | 320 | 215 | 241 | 0 | 40 | 27 | 22 | 526 | 52 | 104 |
| Binary | 11010000 | 10001101 | 10100001 | 0 | 100000 | 10111 | 10010 | 101010110 | 101010 | 1000100 |
Color Harmonies of #D08DA1
Complementary color
Monochromatic Colors of #D08DA1
Black with #D08DA1
Text Example
Text Example
White with #D08DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08DA1; }
p { color: rgb(208,141,161); }
H1.HeaderClassName
{
color: #D08DA1;
}
.AnyTagClassName
{
color: #D08DA1;
}
</style>
background-color css
<style>
a { background-color: #D08DA1; }
a { background-color: rgb(208,141,161); }
div.DivClassName
{
background-color: #D08DA1;
}
.BgClassName
{
background-color: #D08DA1;
}
</style>
border-color css
<style>
span { border-color: #D08DA1; }
span { border-color: rgb(208,141,161); }
td.TdClassName
{
border-color: #D08DA1;
}
.TagClassName
{
border-color: #D08DA1;
}
</style>