Shades of Can Can #D7949D
Tints of Can Can #D7949D
RGB
CMYK
RGB Variations
Color information
#D7949D (or 0xD7949D) is known color: Can Can. HEX triplet: D7, 94 and 9D. RGB value is (215,148,157). Sum of RGB (Red+Green+Blue) = 215+148+157=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D7949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7949D is #286B62. Grayscale: #A9A9A9. Windows color (decimal): -2648931 or 10327255. OLE color: 10327255.
HSL color Cylindrical-coordinate representation of color #D7949D: hue angle of 351.94º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7949D is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 148 | 157 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.16 |
| HSL | 351.94º | 0.46% | 0.71% | - |
| HSV(B) | 351.94º | 0.31% | 0.84% | - |
| XYZ | 44.7 | 38.06 | 36.89 | - |
| YUV | 169.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 148 | 157 | 0 | 0.31 | 0.27 | 0.16 | 351.94 | 0.46 | 0.71 |
| Hex | D7 | 94 | 9D | 0 | 1F | 1B | 10 | 160 | 2E | 47 |
| Octal | 327 | 224 | 235 | 0 | 37 | 33 | 20 | 540 | 56 | 107 |
| Binary | 11010111 | 10010100 | 10011101 | 0 | 11111 | 11011 | 10000 | 101100000 | 101110 | 1000111 |
Color Harmonies of #D7949D
Complementary color
Monochromatic Colors of #D7949D
Black with #D7949D
Text Example
Text Example
White with #D7949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7949D; }
p { color: rgb(215,148,157); }
H1.HeaderClassName
{
color: #D7949D;
}
.AnyTagClassName
{
color: #D7949D;
}
</style>
background-color css
<style>
a { background-color: #D7949D; }
a { background-color: rgb(215,148,157); }
div.DivClassName
{
background-color: #D7949D;
}
.BgClassName
{
background-color: #D7949D;
}
</style>
border-color css
<style>
span { border-color: #D7949D; }
span { border-color: rgb(215,148,157); }
td.TdClassName
{
border-color: #D7949D;
}
.TagClassName
{
border-color: #D7949D;
}
</style>