Shades of Can Can #D08D8F
Tints of Can Can #D08D8F
RGB
CMYK
RGB Variations
Color information
#D08D8F (or 0xD08D8F) is known color: Can Can. HEX triplet: D0, 8D and 8F. RGB value is (208,141,143). Sum of RGB (Red+Green+Blue) = 208+141+143=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08D8F is #2F7270. Grayscale: #A1A1A1. Windows color (decimal): -3109489 or 9407952. OLE color: 9407952.
HSL color Cylindrical-coordinate representation of color #D08D8F: hue angle of 358.21º 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 #D08D8F is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 143 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.18 |
| HSL | 358.21º | 0.42% | 0.68% | - |
| HSV(B) | 358.21º | 0.32% | 0.82% | - |
| XYZ | 40.5 | 34.44 | 30.5 | - |
| YUV | 161.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 143 | 0 | 0.32 | 0.31 | 0.18 | 358.21 | 0.42 | 0.68 |
| Hex | D0 | 8D | 8F | 0 | 20 | 1F | 12 | 166 | 2A | 44 |
| Octal | 320 | 215 | 217 | 0 | 40 | 37 | 22 | 546 | 52 | 104 |
| Binary | 11010000 | 10001101 | 10001111 | 0 | 100000 | 11111 | 10010 | 101100110 | 101010 | 1000100 |
Color Harmonies of #D08D8F
Complementary color
Monochromatic Colors of #D08D8F
Black with #D08D8F
Text Example
Text Example
White with #D08D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08D8F; }
p { color: rgb(208,141,143); }
H1.HeaderClassName
{
color: #D08D8F;
}
.AnyTagClassName
{
color: #D08D8F;
}
</style>
background-color css
<style>
a { background-color: #D08D8F; }
a { background-color: rgb(208,141,143); }
div.DivClassName
{
background-color: #D08D8F;
}
.BgClassName
{
background-color: #D08D8F;
}
</style>
border-color css
<style>
span { border-color: #D08D8F; }
span { border-color: rgb(208,141,143); }
td.TdClassName
{
border-color: #D08D8F;
}
.TagClassName
{
border-color: #D08D8F;
}
</style>