Shades of Can Can #D08A9F
Tints of Can Can #D08A9F
RGB
CMYK
RGB Variations
Color information
#D08A9F (or 0xD08A9F) is known color: Can Can. HEX triplet: D0, 8A and 9F. RGB value is (208,138,159). Sum of RGB (Red+Green+Blue) = 208+138+159=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08A9F is #2F7560. Grayscale: #A1A1A1. Windows color (decimal): -3110241 or 10455760. OLE color: 10455760.
HSL color Cylindrical-coordinate representation of color #D08A9F: hue angle of 342º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D08A9F is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 159 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.18 |
| HSL | 342º | 0.43% | 0.68% | - |
| HSV(B) | 342º | 0.34% | 0.82% | - |
| XYZ | 41.36 | 34.09 | 37.2 | - |
| YUV | 161.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 159 | 0 | 0.34 | 0.24 | 0.18 | 342 | 0.43 | 0.68 |
| Hex | D0 | 8A | 9F | 0 | 22 | 18 | 12 | 156 | 2B | 44 |
| Octal | 320 | 212 | 237 | 0 | 42 | 30 | 22 | 526 | 53 | 104 |
| Binary | 11010000 | 10001010 | 10011111 | 0 | 100010 | 11000 | 10010 | 101010110 | 101011 | 1000100 |
Color Harmonies of #D08A9F
Complementary color
Monochromatic Colors of #D08A9F
Black with #D08A9F
Text Example
Text Example
White with #D08A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08A9F; }
p { color: rgb(208,138,159); }
H1.HeaderClassName
{
color: #D08A9F;
}
.AnyTagClassName
{
color: #D08A9F;
}
</style>
background-color css
<style>
a { background-color: #D08A9F; }
a { background-color: rgb(208,138,159); }
div.DivClassName
{
background-color: #D08A9F;
}
.BgClassName
{
background-color: #D08A9F;
}
</style>
border-color css
<style>
span { border-color: #D08A9F; }
span { border-color: rgb(208,138,159); }
td.TdClassName
{
border-color: #D08A9F;
}
.TagClassName
{
border-color: #D08A9F;
}
</style>