Shades of Can Can #D08E9E
Tints of Can Can #D08E9E
RGB
CMYK
RGB Variations
Color information
#D08E9E (or 0xD08E9E) is known color: Can Can. HEX triplet: D0, 8E and 9E. RGB value is (208,142,158). Sum of RGB (Red+Green+Blue) = 208+142+158=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08E9E is #2F7161. Grayscale: #A3A3A3. Windows color (decimal): -3109218 or 10391248. OLE color: 10391248.
HSL color Cylindrical-coordinate representation of color #D08E9E: hue angle of 345.45º 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 #D08E9E is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 142 | 158 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.18 |
| HSL | 345.45º | 0.41% | 0.69% | - |
| HSV(B) | 345.45º | 0.32% | 0.82% | - |
| XYZ | 41.86 | 35.22 | 36.94 | - |
| YUV | 163.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 158 | 0 | 0.32 | 0.24 | 0.18 | 345.45 | 0.41 | 0.69 |
| Hex | D0 | 8E | 9E | 0 | 20 | 18 | 12 | 159 | 29 | 45 |
| Octal | 320 | 216 | 236 | 0 | 40 | 30 | 22 | 531 | 51 | 105 |
| Binary | 11010000 | 10001110 | 10011110 | 0 | 100000 | 11000 | 10010 | 101011001 | 101001 | 1000101 |
Color Harmonies of #D08E9E
Complementary color
Monochromatic Colors of #D08E9E
Black with #D08E9E
Text Example
Text Example
White with #D08E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08E9E; }
p { color: rgb(208,142,158); }
H1.HeaderClassName
{
color: #D08E9E;
}
.AnyTagClassName
{
color: #D08E9E;
}
</style>
background-color css
<style>
a { background-color: #D08E9E; }
a { background-color: rgb(208,142,158); }
div.DivClassName
{
background-color: #D08E9E;
}
.BgClassName
{
background-color: #D08E9E;
}
</style>
border-color css
<style>
span { border-color: #D08E9E; }
span { border-color: rgb(208,142,158); }
td.TdClassName
{
border-color: #D08E9E;
}
.TagClassName
{
border-color: #D08E9E;
}
</style>