Shades of Can Can #D8899B
Tints of Can Can #D8899B
RGB
CMYK
RGB Variations
Color information
#D8899B (or 0xD8899B) is known color: Can Can. HEX triplet: D8, 89 and 9B. RGB value is (216,137,155). Sum of RGB (Red+Green+Blue) = 216+137+155=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8899B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8899B is #277664. Grayscale: #A2A2A2. Windows color (decimal): -2586213 or 10193368. OLE color: 10193368.
HSL color Cylindrical-coordinate representation of color #D8899B: hue angle of 346.33º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D8899B is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 155 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.15 |
| HSL | 346.33º | 0.5% | 0.69% | - |
| HSV(B) | 346.33º | 0.37% | 0.85% | - |
| XYZ | 43.18 | 34.86 | 35.46 | - |
| YUV | 162.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 155 | 0 | 0.37 | 0.28 | 0.15 | 346.33 | 0.5 | 0.69 |
| Hex | D8 | 89 | 9B | 0 | 25 | 1C | F | 15A | 32 | 45 |
| Octal | 330 | 211 | 233 | 0 | 45 | 34 | 17 | 532 | 62 | 105 |
| Binary | 11011000 | 10001001 | 10011011 | 0 | 100101 | 11100 | 1111 | 101011010 | 110010 | 1000101 |
Color Harmonies of #D8899B
Complementary color
Monochromatic Colors of #D8899B
Black with #D8899B
Text Example
Text Example
White with #D8899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8899B; }
p { color: rgb(216,137,155); }
H1.HeaderClassName
{
color: #D8899B;
}
.AnyTagClassName
{
color: #D8899B;
}
</style>
background-color css
<style>
a { background-color: #D8899B; }
a { background-color: rgb(216,137,155); }
div.DivClassName
{
background-color: #D8899B;
}
.BgClassName
{
background-color: #D8899B;
}
</style>
border-color css
<style>
span { border-color: #D8899B; }
span { border-color: rgb(216,137,155); }
td.TdClassName
{
border-color: #D8899B;
}
.TagClassName
{
border-color: #D8899B;
}
</style>