Shades of Can Can #D89295
Tints of Can Can #D89295
RGB
CMYK
RGB Variations
Color information
#D89295 (or 0xD89295) is known color: Can Can. HEX triplet: D8, 92 and 95. RGB value is (216,146,149). Sum of RGB (Red+Green+Blue) = 216+146+149=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D89295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89295 is #276D6A. Grayscale: #A7A7A7. Windows color (decimal): -2583915 or 9802456. OLE color: 9802456.
HSL color Cylindrical-coordinate representation of color #D89295: hue angle of 357.43º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D89295 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 149 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.15 |
| HSL | 357.43º | 0.47% | 0.71% | - |
| HSV(B) | 357.43º | 0.32% | 0.85% | - |
| XYZ | 44.02 | 37.33 | 33.32 | - |
| YUV | 167.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 149 | 0 | 0.32 | 0.31 | 0.15 | 357.43 | 0.47 | 0.71 |
| Hex | D8 | 92 | 95 | 0 | 20 | 1F | F | 165 | 2F | 47 |
| Octal | 330 | 222 | 225 | 0 | 40 | 37 | 17 | 545 | 57 | 107 |
| Binary | 11011000 | 10010010 | 10010101 | 0 | 100000 | 11111 | 1111 | 101100101 | 101111 | 1000111 |
Color Harmonies of #D89295
Complementary color
Monochromatic Colors of #D89295
Black with #D89295
Text Example
Text Example
White with #D89295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89295; }
p { color: rgb(216,146,149); }
H1.HeaderClassName
{
color: #D89295;
}
.AnyTagClassName
{
color: #D89295;
}
</style>
background-color css
<style>
a { background-color: #D89295; }
a { background-color: rgb(216,146,149); }
div.DivClassName
{
background-color: #D89295;
}
.BgClassName
{
background-color: #D89295;
}
</style>
border-color css
<style>
span { border-color: #D89295; }
span { border-color: rgb(216,146,149); }
td.TdClassName
{
border-color: #D89295;
}
.TagClassName
{
border-color: #D89295;
}
</style>