Shades of Can Can #D3929D
Tints of Can Can #D3929D
RGB
CMYK
RGB Variations
Color information
#D3929D (or 0xD3929D) is known color: Can Can. HEX triplet: D3, 92 and 9D. RGB value is (211,146,157). Sum of RGB (Red+Green+Blue) = 211+146+157=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D3929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3929D is #2C6D62. Grayscale: #A6A6A6. Windows color (decimal): -2911587 or 10326739. OLE color: 10326739.
HSL color Cylindrical-coordinate representation of color #D3929D: hue angle of 349.85º degrees, saturation: 0.42, 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 #D3929D is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 146 | 157 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.17 |
| HSL | 349.85º | 0.42% | 0.7% | - |
| HSV(B) | 349.85º | 0.31% | 0.83% | - |
| XYZ | 43.23 | 36.84 | 36.73 | - |
| YUV | 166.69 | 122.53 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 157 | 0 | 0.31 | 0.26 | 0.17 | 349.85 | 0.42 | 0.7 |
| Hex | D3 | 92 | 9D | 0 | 1F | 1A | 11 | 15E | 2A | 46 |
| Octal | 323 | 222 | 235 | 0 | 37 | 32 | 21 | 536 | 52 | 106 |
| Binary | 11010011 | 10010010 | 10011101 | 0 | 11111 | 11010 | 10001 | 101011110 | 101010 | 1000110 |
Color Harmonies of #D3929D
Complementary color
Monochromatic Colors of #D3929D
Black with #D3929D
Text Example
Text Example
White with #D3929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3929D; }
p { color: rgb(211,146,157); }
H1.HeaderClassName
{
color: #D3929D;
}
.AnyTagClassName
{
color: #D3929D;
}
</style>
background-color css
<style>
a { background-color: #D3929D; }
a { background-color: rgb(211,146,157); }
div.DivClassName
{
background-color: #D3929D;
}
.BgClassName
{
background-color: #D3929D;
}
</style>
border-color css
<style>
span { border-color: #D3929D; }
span { border-color: rgb(211,146,157); }
td.TdClassName
{
border-color: #D3929D;
}
.TagClassName
{
border-color: #D3929D;
}
</style>