Shades of Can Can #D88BA0
Tints of Can Can #D88BA0
RGB
CMYK
RGB Variations
Color information
#D88BA0 (or 0xD88BA0) is known color: Can Can. HEX triplet: D8, 8B and A0. RGB value is (216,139,160). Sum of RGB (Red+Green+Blue) = 216+139+160=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D88BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88BA0 is #27745F. Grayscale: #A4A4A4. Windows color (decimal): -2585696 or 10521560. OLE color: 10521560.
HSL color Cylindrical-coordinate representation of color #D88BA0: hue angle of 343.64º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88BA0 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 139 | 160 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.15 |
| HSL | 343.64º | 0.5% | 0.7% | - |
| HSV(B) | 343.64º | 0.36% | 0.85% | - |
| XYZ | 43.9 | 35.6 | 37.82 | - |
| YUV | 164.42 | 125.51 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 139 | 160 | 0 | 0.36 | 0.26 | 0.15 | 343.64 | 0.5 | 0.7 |
| Hex | D8 | 8B | A0 | 0 | 24 | 1A | F | 158 | 32 | 46 |
| Octal | 330 | 213 | 240 | 0 | 44 | 32 | 17 | 530 | 62 | 106 |
| Binary | 11011000 | 10001011 | 10100000 | 0 | 100100 | 11010 | 1111 | 101011000 | 110010 | 1000110 |
Color Harmonies of #D88BA0
Complementary color
Monochromatic Colors of #D88BA0
Black with #D88BA0
Text Example
Text Example
White with #D88BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88BA0; }
p { color: rgb(216,139,160); }
H1.HeaderClassName
{
color: #D88BA0;
}
.AnyTagClassName
{
color: #D88BA0;
}
</style>
background-color css
<style>
a { background-color: #D88BA0; }
a { background-color: rgb(216,139,160); }
div.DivClassName
{
background-color: #D88BA0;
}
.BgClassName
{
background-color: #D88BA0;
}
</style>
border-color css
<style>
span { border-color: #D88BA0; }
span { border-color: rgb(216,139,160); }
td.TdClassName
{
border-color: #D88BA0;
}
.TagClassName
{
border-color: #D88BA0;
}
</style>