Shades of Can Can #D08B9E
Tints of Can Can #D08B9E
RGB
CMYK
RGB Variations
Color information
#D08B9E (or 0xD08B9E) is known color: Can Can. HEX triplet: D0, 8B and 9E. RGB value is (208,139,158). Sum of RGB (Red+Green+Blue) = 208+139+158=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D08B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08B9E is #2F7461. Grayscale: #A1A1A1. Windows color (decimal): -3109986 or 10390480. OLE color: 10390480.
HSL color Cylindrical-coordinate representation of color #D08B9E: hue angle of 343.48º 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 #D08B9E is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 139 | 158 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.18 |
| HSL | 343.48º | 0.42% | 0.68% | - |
| HSV(B) | 343.48º | 0.33% | 0.82% | - |
| XYZ | 41.42 | 34.34 | 36.79 | - |
| YUV | 161.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 139 | 158 | 0 | 0.33 | 0.24 | 0.18 | 343.48 | 0.42 | 0.68 |
| Hex | D0 | 8B | 9E | 0 | 21 | 18 | 12 | 157 | 2A | 44 |
| Octal | 320 | 213 | 236 | 0 | 41 | 30 | 22 | 527 | 52 | 104 |
| Binary | 11010000 | 10001011 | 10011110 | 0 | 100001 | 11000 | 10010 | 101010111 | 101010 | 1000100 |
Color Harmonies of #D08B9E
Complementary color
Monochromatic Colors of #D08B9E
Black with #D08B9E
Text Example
Text Example
White with #D08B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08B9E; }
p { color: rgb(208,139,158); }
H1.HeaderClassName
{
color: #D08B9E;
}
.AnyTagClassName
{
color: #D08B9E;
}
</style>
background-color css
<style>
a { background-color: #D08B9E; }
a { background-color: rgb(208,139,158); }
div.DivClassName
{
background-color: #D08B9E;
}
.BgClassName
{
background-color: #D08B9E;
}
</style>
border-color css
<style>
span { border-color: #D08B9E; }
span { border-color: rgb(208,139,158); }
td.TdClassName
{
border-color: #D08B9E;
}
.TagClassName
{
border-color: #D08B9E;
}
</style>