Shades of Can Can #D08F9F
Tints of Can Can #D08F9F
RGB
CMYK
RGB Variations
Color information
#D08F9F (or 0xD08F9F) is known color: Can Can. HEX triplet: D0, 8F and 9F. RGB value is (208,143,159). Sum of RGB (Red+Green+Blue) = 208+143+159=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08F9F is #2F7060. Grayscale: #A4A4A4. Windows color (decimal): -3108961 or 10457040. OLE color: 10457040.
HSL color Cylindrical-coordinate representation of color #D08F9F: hue angle of 345.23º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D08F9F is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 143 | 159 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.18 |
| HSL | 345.23º | 0.41% | 0.69% | - |
| HSV(B) | 345.23º | 0.31% | 0.82% | - |
| XYZ | 42.09 | 35.56 | 37.45 | - |
| YUV | 164.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 159 | 0 | 0.31 | 0.24 | 0.18 | 345.23 | 0.41 | 0.69 |
| Hex | D0 | 8F | 9F | 0 | 1F | 18 | 12 | 159 | 29 | 45 |
| Octal | 320 | 217 | 237 | 0 | 37 | 30 | 22 | 531 | 51 | 105 |
| Binary | 11010000 | 10001111 | 10011111 | 0 | 11111 | 11000 | 10010 | 101011001 | 101001 | 1000101 |
Color Harmonies of #D08F9F
Complementary color
Monochromatic Colors of #D08F9F
Black with #D08F9F
Text Example
Text Example
White with #D08F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08F9F; }
p { color: rgb(208,143,159); }
H1.HeaderClassName
{
color: #D08F9F;
}
.AnyTagClassName
{
color: #D08F9F;
}
</style>
background-color css
<style>
a { background-color: #D08F9F; }
a { background-color: rgb(208,143,159); }
div.DivClassName
{
background-color: #D08F9F;
}
.BgClassName
{
background-color: #D08F9F;
}
</style>
border-color css
<style>
span { border-color: #D08F9F; }
span { border-color: rgb(208,143,159); }
td.TdClassName
{
border-color: #D08F9F;
}
.TagClassName
{
border-color: #D08F9F;
}
</style>