Shades of Can Can #D7929B
Tints of Can Can #D7929B
RGB
CMYK
RGB Variations
Color information
#D7929B (or 0xD7929B) is known color: Can Can. HEX triplet: D7, 92 and 9B. RGB value is (215,146,155). Sum of RGB (Red+Green+Blue) = 215+146+155=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D7929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7929B is #286D64. Grayscale: #A7A7A7. Windows color (decimal): -2649445 or 10195671. OLE color: 10195671.
HSL color Cylindrical-coordinate representation of color #D7929B: hue angle of 352.17º 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 #D7929B is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 155 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.16 |
| HSL | 352.17º | 0.46% | 0.71% | - |
| HSV(B) | 352.17º | 0.32% | 0.84% | - |
| XYZ | 44.22 | 37.37 | 35.89 | - |
| YUV | 167.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 155 | 0 | 0.32 | 0.28 | 0.16 | 352.17 | 0.46 | 0.71 |
| Hex | D7 | 92 | 9B | 0 | 20 | 1C | 10 | 160 | 2E | 47 |
| Octal | 327 | 222 | 233 | 0 | 40 | 34 | 20 | 540 | 56 | 107 |
| Binary | 11010111 | 10010010 | 10011011 | 0 | 100000 | 11100 | 10000 | 101100000 | 101110 | 1000111 |
Color Harmonies of #D7929B
Complementary color
Monochromatic Colors of #D7929B
Black with #D7929B
Text Example
Text Example
White with #D7929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7929B; }
p { color: rgb(215,146,155); }
H1.HeaderClassName
{
color: #D7929B;
}
.AnyTagClassName
{
color: #D7929B;
}
</style>
background-color css
<style>
a { background-color: #D7929B; }
a { background-color: rgb(215,146,155); }
div.DivClassName
{
background-color: #D7929B;
}
.BgClassName
{
background-color: #D7929B;
}
</style>
border-color css
<style>
span { border-color: #D7929B; }
span { border-color: rgb(215,146,155); }
td.TdClassName
{
border-color: #D7929B;
}
.TagClassName
{
border-color: #D7929B;
}
</style>