Shades of Can Can #D4929C
Tints of Can Can #D4929C
RGB
CMYK
RGB Variations
Color information
#D4929C (or 0xD4929C) is known color: Can Can. HEX triplet: D4, 92 and 9C. RGB value is (212,146,156). Sum of RGB (Red+Green+Blue) = 212+146+156=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D4929C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4929C is #2B6D63. Grayscale: #A6A6A6. Windows color (decimal): -2846052 or 10261204. OLE color: 10261204.
HSL color Cylindrical-coordinate representation of color #D4929C: hue angle of 350.91º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4929C is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 156 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.17 |
| HSL | 350.91º | 0.43% | 0.7% | - |
| HSV(B) | 350.91º | 0.31% | 0.83% | - |
| XYZ | 43.43 | 36.96 | 36.3 | - |
| YUV | 166.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 156 | 0 | 0.31 | 0.26 | 0.17 | 350.91 | 0.43 | 0.7 |
| Hex | D4 | 92 | 9C | 0 | 1F | 1A | 11 | 15F | 2B | 46 |
| Octal | 324 | 222 | 234 | 0 | 37 | 32 | 21 | 537 | 53 | 106 |
| Binary | 11010100 | 10010010 | 10011100 | 0 | 11111 | 11010 | 10001 | 101011111 | 101011 | 1000110 |
Color Harmonies of #D4929C
Complementary color
Monochromatic Colors of #D4929C
Black with #D4929C
Text Example
Text Example
White with #D4929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4929C; }
p { color: rgb(212,146,156); }
H1.HeaderClassName
{
color: #D4929C;
}
.AnyTagClassName
{
color: #D4929C;
}
</style>
background-color css
<style>
a { background-color: #D4929C; }
a { background-color: rgb(212,146,156); }
div.DivClassName
{
background-color: #D4929C;
}
.BgClassName
{
background-color: #D4929C;
}
</style>
border-color css
<style>
span { border-color: #D4929C; }
span { border-color: rgb(212,146,156); }
td.TdClassName
{
border-color: #D4929C;
}
.TagClassName
{
border-color: #D4929C;
}
</style>