Shades of Can Can #D49092
Tints of Can Can #D49092
RGB
CMYK
RGB Variations
Color information
#D49092 (or 0xD49092) is known color: Can Can. HEX triplet: D4, 90 and 92. RGB value is (212,144,146). Sum of RGB (Red+Green+Blue) = 212+144+146=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D49092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49092 is #2B6F6D. Grayscale: #A4A4A4. Windows color (decimal): -2846574 or 9605332. OLE color: 9605332.
HSL color Cylindrical-coordinate representation of color #D49092: hue angle of 358.24º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D49092 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 146 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.17 |
| HSL | 358.24º | 0.44% | 0.7% | - |
| HSV(B) | 358.24º | 0.32% | 0.83% | - |
| XYZ | 42.31 | 36.02 | 31.92 | - |
| YUV | 164.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 146 | 0 | 0.32 | 0.31 | 0.17 | 358.24 | 0.44 | 0.7 |
| Hex | D4 | 90 | 92 | 0 | 20 | 1F | 11 | 166 | 2C | 46 |
| Octal | 324 | 220 | 222 | 0 | 40 | 37 | 21 | 546 | 54 | 106 |
| Binary | 11010100 | 10010000 | 10010010 | 0 | 100000 | 11111 | 10001 | 101100110 | 101100 | 1000110 |
Color Harmonies of #D49092
Complementary color
Monochromatic Colors of #D49092
Black with #D49092
Text Example
Text Example
White with #D49092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49092; }
p { color: rgb(212,144,146); }
H1.HeaderClassName
{
color: #D49092;
}
.AnyTagClassName
{
color: #D49092;
}
</style>
background-color css
<style>
a { background-color: #D49092; }
a { background-color: rgb(212,144,146); }
div.DivClassName
{
background-color: #D49092;
}
.BgClassName
{
background-color: #D49092;
}
</style>
border-color css
<style>
span { border-color: #D49092; }
span { border-color: rgb(212,144,146); }
td.TdClassName
{
border-color: #D49092;
}
.TagClassName
{
border-color: #D49092;
}
</style>