Shades of Cabaret #D1656B
Tints of Cabaret #D1656B
RGB
CMYK
RGB Variations
Color information
#D1656B (or 0xD1656B) is known color: Cabaret. HEX triplet: D1, 65 and 6B. RGB value is (209,101,107). Sum of RGB (Red+Green+Blue) = 209+101+107=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1656B is #2E9A94. Grayscale: #868686. Windows color (decimal): -3054229 or 7038417. OLE color: 7038417.
HSL color Cylindrical-coordinate representation of color #D1656B: hue angle of 356.67º 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 #D1656B is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 107 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.18 |
| HSL | 356.67º | 0.54% | 0.61% | - |
| HSV(B) | 356.67º | 0.52% | 0.82% | - |
| XYZ | 33.6 | 23.92 | 16.76 | - |
| YUV | 133.98 | 112.78 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 107 | 0 | 0.52 | 0.49 | 0.18 | 356.67 | 0.54 | 0.61 |
| Hex | D1 | 65 | 6B | 0 | 34 | 31 | 12 | 165 | 36 | 3D |
| Octal | 321 | 145 | 153 | 0 | 64 | 61 | 22 | 545 | 66 | 75 |
| Binary | 11010001 | 1100101 | 1101011 | 0 | 110100 | 110001 | 10010 | 101100101 | 110110 | 111101 |
Color Harmonies of #D1656B
Complementary color
Monochromatic Colors of #D1656B
Black with #D1656B
Text Example
Text Example
White with #D1656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1656B; }
p { color: rgb(209,101,107); }
H1.HeaderClassName
{
color: #D1656B;
}
.AnyTagClassName
{
color: #D1656B;
}
</style>
background-color css
<style>
a { background-color: #D1656B; }
a { background-color: rgb(209,101,107); }
div.DivClassName
{
background-color: #D1656B;
}
.BgClassName
{
background-color: #D1656B;
}
</style>
border-color css
<style>
span { border-color: #D1656B; }
span { border-color: rgb(209,101,107); }
td.TdClassName
{
border-color: #D1656B;
}
.TagClassName
{
border-color: #D1656B;
}
</style>