Shades of Can Can #D08D9A
Tints of Can Can #D08D9A
RGB
CMYK
RGB Variations
Color information
#D08D9A (or 0xD08D9A) is known color: Can Can. HEX triplet: D0, 8D and 9A. RGB value is (208,141,154). Sum of RGB (Red+Green+Blue) = 208+141+154=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08D9A is #2F7265. Grayscale: #A2A2A2. Windows color (decimal): -3109478 or 10128848. OLE color: 10128848.
HSL color Cylindrical-coordinate representation of color #D08D9A: hue angle of 348.36º 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 #D08D9A is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 154 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.18 |
| HSL | 348.36º | 0.42% | 0.68% | - |
| HSV(B) | 348.36º | 0.32% | 0.82% | - |
| XYZ | 41.37 | 34.79 | 35.11 | - |
| YUV | 162.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 154 | 0 | 0.32 | 0.26 | 0.18 | 348.36 | 0.42 | 0.68 |
| Hex | D0 | 8D | 9A | 0 | 20 | 1A | 12 | 15C | 2A | 44 |
| Octal | 320 | 215 | 232 | 0 | 40 | 32 | 22 | 534 | 52 | 104 |
| Binary | 11010000 | 10001101 | 10011010 | 0 | 100000 | 11010 | 10010 | 101011100 | 101010 | 1000100 |
Color Harmonies of #D08D9A
Complementary color
Monochromatic Colors of #D08D9A
Black with #D08D9A
Text Example
Text Example
White with #D08D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08D9A; }
p { color: rgb(208,141,154); }
H1.HeaderClassName
{
color: #D08D9A;
}
.AnyTagClassName
{
color: #D08D9A;
}
</style>
background-color css
<style>
a { background-color: #D08D9A; }
a { background-color: rgb(208,141,154); }
div.DivClassName
{
background-color: #D08D9A;
}
.BgClassName
{
background-color: #D08D9A;
}
</style>
border-color css
<style>
span { border-color: #D08D9A; }
span { border-color: rgb(208,141,154); }
td.TdClassName
{
border-color: #D08D9A;
}
.TagClassName
{
border-color: #D08D9A;
}
</style>