Shades of Can Can #D08DA7
Tints of Can Can #D08DA7
RGB
CMYK
RGB Variations
Color information
#D08DA7 (or 0xD08DA7) is known color: Can Can. HEX triplet: D0, 8D and A7. RGB value is (208,141,167). Sum of RGB (Red+Green+Blue) = 208+141+167=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08DA7 is #2F7258. Grayscale: #A3A3A3. Windows color (decimal): -3109465 or 10980816. OLE color: 10980816.
HSL color Cylindrical-coordinate representation of color #D08DA7: hue angle of 336.72º 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 #D08DA7 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 167 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.18 |
| HSL | 336.72º | 0.42% | 0.68% | - |
| HSV(B) | 336.72º | 0.32% | 0.82% | - |
| XYZ | 42.51 | 35.25 | 41.12 | - |
| YUV | 164 | 129.7 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 167 | 0 | 0.32 | 0.20 | 0.18 | 336.72 | 0.42 | 0.68 |
| Hex | D0 | 8D | A7 | 0 | 20 | 14 | 12 | 151 | 2A | 44 |
| Octal | 320 | 215 | 247 | 0 | 40 | 24 | 22 | 521 | 52 | 104 |
| Binary | 11010000 | 10001101 | 10100111 | 0 | 100000 | 10100 | 10010 | 101010001 | 101010 | 1000100 |
Color Harmonies of #D08DA7
Complementary color
Monochromatic Colors of #D08DA7
Black with #D08DA7
Text Example
Text Example
White with #D08DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08DA7; }
p { color: rgb(208,141,167); }
H1.HeaderClassName
{
color: #D08DA7;
}
.AnyTagClassName
{
color: #D08DA7;
}
</style>
background-color css
<style>
a { background-color: #D08DA7; }
a { background-color: rgb(208,141,167); }
div.DivClassName
{
background-color: #D08DA7;
}
.BgClassName
{
background-color: #D08DA7;
}
</style>
border-color css
<style>
span { border-color: #D08DA7; }
span { border-color: rgb(208,141,167); }
td.TdClassName
{
border-color: #D08DA7;
}
.TagClassName
{
border-color: #D08DA7;
}
</style>