Shades of Can Can #D08B9C
Tints of Can Can #D08B9C
RGB
CMYK
RGB Variations
Color information
#D08B9C (or 0xD08B9C) is known color: Can Can. HEX triplet: D0, 8B and 9C. RGB value is (208,139,156). Sum of RGB (Red+Green+Blue) = 208+139+156=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D08B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08B9C is #2F7463. Grayscale: #A1A1A1. Windows color (decimal): -3109988 or 10259408. OLE color: 10259408.
HSL color Cylindrical-coordinate representation of color #D08B9C: hue angle of 345.22º 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 #D08B9C is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 139 | 156 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.18 |
| HSL | 345.22º | 0.42% | 0.68% | - |
| HSV(B) | 345.22º | 0.33% | 0.82% | - |
| XYZ | 41.25 | 34.28 | 35.89 | - |
| YUV | 161.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 139 | 156 | 0 | 0.33 | 0.25 | 0.18 | 345.22 | 0.42 | 0.68 |
| Hex | D0 | 8B | 9C | 0 | 21 | 19 | 12 | 159 | 2A | 44 |
| Octal | 320 | 213 | 234 | 0 | 41 | 31 | 22 | 531 | 52 | 104 |
| Binary | 11010000 | 10001011 | 10011100 | 0 | 100001 | 11001 | 10010 | 101011001 | 101010 | 1000100 |
Color Harmonies of #D08B9C
Complementary color
Monochromatic Colors of #D08B9C
Black with #D08B9C
Text Example
Text Example
White with #D08B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08B9C; }
p { color: rgb(208,139,156); }
H1.HeaderClassName
{
color: #D08B9C;
}
.AnyTagClassName
{
color: #D08B9C;
}
</style>
background-color css
<style>
a { background-color: #D08B9C; }
a { background-color: rgb(208,139,156); }
div.DivClassName
{
background-color: #D08B9C;
}
.BgClassName
{
background-color: #D08B9C;
}
</style>
border-color css
<style>
span { border-color: #D08B9C; }
span { border-color: rgb(208,139,156); }
td.TdClassName
{
border-color: #D08B9C;
}
.TagClassName
{
border-color: #D08B9C;
}
</style>