Shades of Can Can #D08F9B
Tints of Can Can #D08F9B
RGB
CMYK
RGB Variations
Color information
#D08F9B (or 0xD08F9B) is known color: Can Can. HEX triplet: D0, 8F and 9B. RGB value is (208,143,155). Sum of RGB (Red+Green+Blue) = 208+143+155=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08F9B is #2F7064. Grayscale: #A3A3A3. Windows color (decimal): -3108965 or 10194896. OLE color: 10194896.
HSL color Cylindrical-coordinate representation of color #D08F9B: hue angle of 348.92º 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 #D08F9B is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 143 | 155 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.18 |
| HSL | 348.92º | 0.41% | 0.69% | - |
| HSV(B) | 348.92º | 0.31% | 0.82% | - |
| XYZ | 41.75 | 35.42 | 35.65 | - |
| YUV | 163.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 155 | 0 | 0.31 | 0.25 | 0.18 | 348.92 | 0.41 | 0.69 |
| Hex | D0 | 8F | 9B | 0 | 1F | 19 | 12 | 15D | 29 | 45 |
| Octal | 320 | 217 | 233 | 0 | 37 | 31 | 22 | 535 | 51 | 105 |
| Binary | 11010000 | 10001111 | 10011011 | 0 | 11111 | 11001 | 10010 | 101011101 | 101001 | 1000101 |
Color Harmonies of #D08F9B
Complementary color
Monochromatic Colors of #D08F9B
Black with #D08F9B
Text Example
Text Example
White with #D08F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08F9B; }
p { color: rgb(208,143,155); }
H1.HeaderClassName
{
color: #D08F9B;
}
.AnyTagClassName
{
color: #D08F9B;
}
</style>
background-color css
<style>
a { background-color: #D08F9B; }
a { background-color: rgb(208,143,155); }
div.DivClassName
{
background-color: #D08F9B;
}
.BgClassName
{
background-color: #D08F9B;
}
</style>
border-color css
<style>
span { border-color: #D08F9B; }
span { border-color: rgb(208,143,155); }
td.TdClassName
{
border-color: #D08F9B;
}
.TagClassName
{
border-color: #D08F9B;
}
</style>