Shades of Can Can #D08EA6
Tints of Can Can #D08EA6
RGB
CMYK
RGB Variations
Color information
#D08EA6 (or 0xD08EA6) is known color: Can Can. HEX triplet: D0, 8E and A6. RGB value is (208,142,166). Sum of RGB (Red+Green+Blue) = 208+142+166=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D08EA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08EA6 is #2F7159. Grayscale: #A4A4A4. Windows color (decimal): -3109210 or 10915536. OLE color: 10915536.
HSL color Cylindrical-coordinate representation of color #D08EA6: hue angle of 338.18º degrees, saturation: 0.41, 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 #D08EA6 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 142 | 166 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.18 |
| HSL | 338.18º | 0.41% | 0.69% | - |
| HSV(B) | 338.18º | 0.32% | 0.82% | - |
| XYZ | 42.57 | 35.51 | 40.69 | - |
| YUV | 164.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 166 | 0 | 0.32 | 0.20 | 0.18 | 338.18 | 0.41 | 0.69 |
| Hex | D0 | 8E | A6 | 0 | 20 | 14 | 12 | 152 | 29 | 45 |
| Octal | 320 | 216 | 246 | 0 | 40 | 24 | 22 | 522 | 51 | 105 |
| Binary | 11010000 | 10001110 | 10100110 | 0 | 100000 | 10100 | 10010 | 101010010 | 101001 | 1000101 |
Color Harmonies of #D08EA6
Complementary color
Monochromatic Colors of #D08EA6
Black with #D08EA6
Text Example
Text Example
White with #D08EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08EA6; }
p { color: rgb(208,142,166); }
H1.HeaderClassName
{
color: #D08EA6;
}
.AnyTagClassName
{
color: #D08EA6;
}
</style>
background-color css
<style>
a { background-color: #D08EA6; }
a { background-color: rgb(208,142,166); }
div.DivClassName
{
background-color: #D08EA6;
}
.BgClassName
{
background-color: #D08EA6;
}
</style>
border-color css
<style>
span { border-color: #D08EA6; }
span { border-color: rgb(208,142,166); }
td.TdClassName
{
border-color: #D08EA6;
}
.TagClassName
{
border-color: #D08EA6;
}
</style>