Shades of Can Can #D2929B
Tints of Can Can #D2929B
RGB
CMYK
RGB Variations
Color information
#D2929B (or 0xD2929B) is known color: Can Can. HEX triplet: D2, 92 and 9B. RGB value is (210,146,155). Sum of RGB (Red+Green+Blue) = 210+146+155=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D2929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2929B is #2D6D64. Grayscale: #A6A6A6. Windows color (decimal): -2977125 or 10195666. OLE color: 10195666.
HSL color Cylindrical-coordinate representation of color #D2929B: hue angle of 351.56º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2929B is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 155 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.18 |
| HSL | 351.56º | 0.42% | 0.7% | - |
| HSV(B) | 351.56º | 0.3% | 0.82% | - |
| XYZ | 42.77 | 36.63 | 35.83 | - |
| YUV | 166.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 155 | 0 | 0.30 | 0.26 | 0.18 | 351.56 | 0.42 | 0.7 |
| Hex | D2 | 92 | 9B | 0 | 1E | 1A | 12 | 160 | 2A | 46 |
| Octal | 322 | 222 | 233 | 0 | 36 | 32 | 22 | 540 | 52 | 106 |
| Binary | 11010010 | 10010010 | 10011011 | 0 | 11110 | 11010 | 10010 | 101100000 | 101010 | 1000110 |
Color Harmonies of #D2929B
Complementary color
Monochromatic Colors of #D2929B
Black with #D2929B
Text Example
Text Example
White with #D2929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2929B; }
p { color: rgb(210,146,155); }
H1.HeaderClassName
{
color: #D2929B;
}
.AnyTagClassName
{
color: #D2929B;
}
</style>
background-color css
<style>
a { background-color: #D2929B; }
a { background-color: rgb(210,146,155); }
div.DivClassName
{
background-color: #D2929B;
}
.BgClassName
{
background-color: #D2929B;
}
</style>
border-color css
<style>
span { border-color: #D2929B; }
span { border-color: rgb(210,146,155); }
td.TdClassName
{
border-color: #D2929B;
}
.TagClassName
{
border-color: #D2929B;
}
</style>