Shades of Cabaret #D1656D
Tints of Cabaret #D1656D
RGB
CMYK
RGB Variations
Color information
#D1656D (or 0xD1656D) is known color: Cabaret. HEX triplet: D1, 65 and 6D. RGB value is (209,101,109). Sum of RGB (Red+Green+Blue) = 209+101+109=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1656D is #2E9A92. Grayscale: #868686. Windows color (decimal): -3054227 or 7169489. OLE color: 7169489.
HSL color Cylindrical-coordinate representation of color #D1656D: hue angle of 355.56º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1656D is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 109 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.18 |
| HSL | 355.56º | 0.54% | 0.61% | - |
| HSV(B) | 355.56º | 0.52% | 0.82% | - |
| XYZ | 33.71 | 23.97 | 17.32 | - |
| YUV | 134.2 | 113.78 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 109 | 0 | 0.52 | 0.48 | 0.18 | 355.56 | 0.54 | 0.61 |
| Hex | D1 | 65 | 6D | 0 | 34 | 30 | 12 | 164 | 36 | 3D |
| Octal | 321 | 145 | 155 | 0 | 64 | 60 | 22 | 544 | 66 | 75 |
| Binary | 11010001 | 1100101 | 1101101 | 0 | 110100 | 110000 | 10010 | 101100100 | 110110 | 111101 |
Color Harmonies of #D1656D
Complementary color
Monochromatic Colors of #D1656D
Black with #D1656D
Text Example
Text Example
White with #D1656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1656D; }
p { color: rgb(209,101,109); }
H1.HeaderClassName
{
color: #D1656D;
}
.AnyTagClassName
{
color: #D1656D;
}
</style>
background-color css
<style>
a { background-color: #D1656D; }
a { background-color: rgb(209,101,109); }
div.DivClassName
{
background-color: #D1656D;
}
.BgClassName
{
background-color: #D1656D;
}
</style>
border-color css
<style>
span { border-color: #D1656D; }
span { border-color: rgb(209,101,109); }
td.TdClassName
{
border-color: #D1656D;
}
.TagClassName
{
border-color: #D1656D;
}
</style>