Shades of Can Can #D39095
Tints of Can Can #D39095
RGB
CMYK
RGB Variations
Color information
#D39095 (or 0xD39095) is known color: Can Can. HEX triplet: D3, 90 and 95. RGB value is (211,144,149). Sum of RGB (Red+Green+Blue) = 211+144+149=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 211 - color contains mainly: red. Hex color #D39095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39095 is #2C6F6A. Grayscale: #A4A4A4. Windows color (decimal): -2912107 or 9801939. OLE color: 9801939.
HSL color Cylindrical-coordinate representation of color #D39095: hue angle of 355.52º degrees, saturation: 0.43, 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 #D39095 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 144 | 149 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.17 |
| HSL | 355.52º | 0.43% | 0.7% | - |
| HSV(B) | 355.52º | 0.32% | 0.83% | - |
| XYZ | 42.26 | 35.97 | 33.15 | - |
| YUV | 164.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 149 | 0 | 0.32 | 0.29 | 0.17 | 355.52 | 0.43 | 0.7 |
| Hex | D3 | 90 | 95 | 0 | 20 | 1D | 11 | 164 | 2B | 46 |
| Octal | 323 | 220 | 225 | 0 | 40 | 35 | 21 | 544 | 53 | 106 |
| Binary | 11010011 | 10010000 | 10010101 | 0 | 100000 | 11101 | 10001 | 101100100 | 101011 | 1000110 |
Color Harmonies of #D39095
Complementary color
Monochromatic Colors of #D39095
Black with #D39095
Text Example
Text Example
White with #D39095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39095; }
p { color: rgb(211,144,149); }
H1.HeaderClassName
{
color: #D39095;
}
.AnyTagClassName
{
color: #D39095;
}
</style>
background-color css
<style>
a { background-color: #D39095; }
a { background-color: rgb(211,144,149); }
div.DivClassName
{
background-color: #D39095;
}
.BgClassName
{
background-color: #D39095;
}
</style>
border-color css
<style>
span { border-color: #D39095; }
span { border-color: rgb(211,144,149); }
td.TdClassName
{
border-color: #D39095;
}
.TagClassName
{
border-color: #D39095;
}
</style>