Shades of Cabaret #D1656C
Tints of Cabaret #D1656C
RGB
CMYK
RGB Variations
Color information
#D1656C (or 0xD1656C) is known color: Cabaret. HEX triplet: D1, 65 and 6C. RGB value is (209,101,108). Sum of RGB (Red+Green+Blue) = 209+101+108=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1656C is #2E9A93. Grayscale: #868686. Windows color (decimal): -3054228 or 7103953. OLE color: 7103953.
HSL color Cylindrical-coordinate representation of color #D1656C: hue angle of 356.11º 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 #D1656C is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 108 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.18 |
| HSL | 356.11º | 0.54% | 0.61% | - |
| HSV(B) | 356.11º | 0.52% | 0.82% | - |
| XYZ | 33.65 | 23.95 | 17.04 | - |
| YUV | 134.09 | 113.28 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 108 | 0 | 0.52 | 0.48 | 0.18 | 356.11 | 0.54 | 0.61 |
| Hex | D1 | 65 | 6C | 0 | 34 | 30 | 12 | 164 | 36 | 3D |
| Octal | 321 | 145 | 154 | 0 | 64 | 60 | 22 | 544 | 66 | 75 |
| Binary | 11010001 | 1100101 | 1101100 | 0 | 110100 | 110000 | 10010 | 101100100 | 110110 | 111101 |
Color Harmonies of #D1656C
Complementary color
Monochromatic Colors of #D1656C
Black with #D1656C
Text Example
Text Example
White with #D1656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1656C; }
p { color: rgb(209,101,108); }
H1.HeaderClassName
{
color: #D1656C;
}
.AnyTagClassName
{
color: #D1656C;
}
</style>
background-color css
<style>
a { background-color: #D1656C; }
a { background-color: rgb(209,101,108); }
div.DivClassName
{
background-color: #D1656C;
}
.BgClassName
{
background-color: #D1656C;
}
</style>
border-color css
<style>
span { border-color: #D1656C; }
span { border-color: rgb(209,101,108); }
td.TdClassName
{
border-color: #D1656C;
}
.TagClassName
{
border-color: #D1656C;
}
</style>