Shades of Can Can #D7929A
Tints of Can Can #D7929A
RGB
CMYK
RGB Variations
Color information
#D7929A (or 0xD7929A) is known color: Can Can. HEX triplet: D7, 92 and 9A. RGB value is (215,146,154). Sum of RGB (Red+Green+Blue) = 215+146+154=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D7929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7929A is #286D65. Grayscale: #A7A7A7. Windows color (decimal): -2649446 or 10130135. OLE color: 10130135.
HSL color Cylindrical-coordinate representation of color #D7929A: hue angle of 353.04º 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 #D7929A is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 154 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.16 |
| HSL | 353.04º | 0.46% | 0.71% | - |
| HSV(B) | 353.04º | 0.32% | 0.84% | - |
| XYZ | 44.14 | 37.34 | 35.45 | - |
| YUV | 167.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 154 | 0 | 0.32 | 0.28 | 0.16 | 353.04 | 0.46 | 0.71 |
| Hex | D7 | 92 | 9A | 0 | 20 | 1C | 10 | 161 | 2E | 47 |
| Octal | 327 | 222 | 232 | 0 | 40 | 34 | 20 | 541 | 56 | 107 |
| Binary | 11010111 | 10010010 | 10011010 | 0 | 100000 | 11100 | 10000 | 101100001 | 101110 | 1000111 |
Color Harmonies of #D7929A
Complementary color
Monochromatic Colors of #D7929A
Black with #D7929A
Text Example
Text Example
White with #D7929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7929A; }
p { color: rgb(215,146,154); }
H1.HeaderClassName
{
color: #D7929A;
}
.AnyTagClassName
{
color: #D7929A;
}
</style>
background-color css
<style>
a { background-color: #D7929A; }
a { background-color: rgb(215,146,154); }
div.DivClassName
{
background-color: #D7929A;
}
.BgClassName
{
background-color: #D7929A;
}
</style>
border-color css
<style>
span { border-color: #D7929A; }
span { border-color: rgb(215,146,154); }
td.TdClassName
{
border-color: #D7929A;
}
.TagClassName
{
border-color: #D7929A;
}
</style>