Shades of Can Can #D7929D
Tints of Can Can #D7929D
RGB
CMYK
RGB Variations
Color information
#D7929D (or 0xD7929D) is known color: Can Can. HEX triplet: D7, 92 and 9D. RGB value is (215,146,157). Sum of RGB (Red+Green+Blue) = 215+146+157=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D7929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7929D is #286D62. Grayscale: #A7A7A7. Windows color (decimal): -2649443 or 10326743. OLE color: 10326743.
HSL color Cylindrical-coordinate representation of color #D7929D: hue angle of 350.43º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7929D is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 157 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.16 |
| HSL | 350.43º | 0.46% | 0.71% | - |
| HSV(B) | 350.43º | 0.32% | 0.84% | - |
| XYZ | 44.39 | 37.44 | 36.79 | - |
| YUV | 167.89 | 121.86 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 157 | 0 | 0.32 | 0.27 | 0.16 | 350.43 | 0.46 | 0.71 |
| Hex | D7 | 92 | 9D | 0 | 20 | 1B | 10 | 15E | 2E | 47 |
| Octal | 327 | 222 | 235 | 0 | 40 | 33 | 20 | 536 | 56 | 107 |
| Binary | 11010111 | 10010010 | 10011101 | 0 | 100000 | 11011 | 10000 | 101011110 | 101110 | 1000111 |
Color Harmonies of #D7929D
Complementary color
Monochromatic Colors of #D7929D
Black with #D7929D
Text Example
Text Example
White with #D7929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7929D; }
p { color: rgb(215,146,157); }
H1.HeaderClassName
{
color: #D7929D;
}
.AnyTagClassName
{
color: #D7929D;
}
</style>
background-color css
<style>
a { background-color: #D7929D; }
a { background-color: rgb(215,146,157); }
div.DivClassName
{
background-color: #D7929D;
}
.BgClassName
{
background-color: #D7929D;
}
</style>
border-color css
<style>
span { border-color: #D7929D; }
span { border-color: rgb(215,146,157); }
td.TdClassName
{
border-color: #D7929D;
}
.TagClassName
{
border-color: #D7929D;
}
</style>