Shades of Can Can #D08BA7
Tints of Can Can #D08BA7
RGB
CMYK
RGB Variations
Color information
#D08BA7 (or 0xD08BA7) is known color: Can Can. HEX triplet: D0, 8B and A7. RGB value is (208,139,167). Sum of RGB (Red+Green+Blue) = 208+139+167=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D08BA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08BA7 is #2F7458. Grayscale: #A2A2A2. Windows color (decimal): -3109977 or 10980304. OLE color: 10980304.
HSL color Cylindrical-coordinate representation of color #D08BA7: hue angle of 335.65º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D08BA7 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 139 | 167 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.18 |
| HSL | 335.65º | 0.42% | 0.68% | - |
| HSV(B) | 335.65º | 0.33% | 0.82% | - |
| XYZ | 42.22 | 34.67 | 41.03 | - |
| YUV | 162.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 139 | 167 | 0 | 0.33 | 0.20 | 0.18 | 335.65 | 0.42 | 0.68 |
| Hex | D0 | 8B | A7 | 0 | 21 | 14 | 12 | 150 | 2A | 44 |
| Octal | 320 | 213 | 247 | 0 | 41 | 24 | 22 | 520 | 52 | 104 |
| Binary | 11010000 | 10001011 | 10100111 | 0 | 100001 | 10100 | 10010 | 101010000 | 101010 | 1000100 |
Color Harmonies of #D08BA7
Complementary color
Monochromatic Colors of #D08BA7
Black with #D08BA7
Text Example
Text Example
White with #D08BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08BA7; }
p { color: rgb(208,139,167); }
H1.HeaderClassName
{
color: #D08BA7;
}
.AnyTagClassName
{
color: #D08BA7;
}
</style>
background-color css
<style>
a { background-color: #D08BA7; }
a { background-color: rgb(208,139,167); }
div.DivClassName
{
background-color: #D08BA7;
}
.BgClassName
{
background-color: #D08BA7;
}
</style>
border-color css
<style>
span { border-color: #D08BA7; }
span { border-color: rgb(208,139,167); }
td.TdClassName
{
border-color: #D08BA7;
}
.TagClassName
{
border-color: #D08BA7;
}
</style>