Shades of Can Can #D08DA3
Tints of Can Can #D08DA3
RGB
CMYK
RGB Variations
Color information
#D08DA3 (or 0xD08DA3) is known color: Can Can. HEX triplet: D0, 8D and A3. RGB value is (208,141,163). Sum of RGB (Red+Green+Blue) = 208+141+163=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08DA3 is #2F725C. Grayscale: #A3A3A3. Windows color (decimal): -3109469 or 10718672. OLE color: 10718672.
HSL color Cylindrical-coordinate representation of color #D08DA3: hue angle of 340.3º 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 #D08DA3 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 163 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.18 |
| HSL | 340.3º | 0.42% | 0.68% | - |
| HSV(B) | 340.3º | 0.32% | 0.82% | - |
| XYZ | 42.15 | 35.1 | 39.2 | - |
| YUV | 163.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 163 | 0 | 0.32 | 0.22 | 0.18 | 340.3 | 0.42 | 0.68 |
| Hex | D0 | 8D | A3 | 0 | 20 | 16 | 12 | 154 | 2A | 44 |
| Octal | 320 | 215 | 243 | 0 | 40 | 26 | 22 | 524 | 52 | 104 |
| Binary | 11010000 | 10001101 | 10100011 | 0 | 100000 | 10110 | 10010 | 101010100 | 101010 | 1000100 |
Color Harmonies of #D08DA3
Complementary color
Monochromatic Colors of #D08DA3
Black with #D08DA3
Text Example
Text Example
White with #D08DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08DA3; }
p { color: rgb(208,141,163); }
H1.HeaderClassName
{
color: #D08DA3;
}
.AnyTagClassName
{
color: #D08DA3;
}
</style>
background-color css
<style>
a { background-color: #D08DA3; }
a { background-color: rgb(208,141,163); }
div.DivClassName
{
background-color: #D08DA3;
}
.BgClassName
{
background-color: #D08DA3;
}
</style>
border-color css
<style>
span { border-color: #D08DA3; }
span { border-color: rgb(208,141,163); }
td.TdClassName
{
border-color: #D08DA3;
}
.TagClassName
{
border-color: #D08DA3;
}
</style>