Shades of Cabaret #D16571
Tints of Cabaret #D16571
RGB
CMYK
RGB Variations
Color information
#D16571 (or 0xD16571) is known color: Cabaret. HEX triplet: D1, 65 and 71. RGB value is (209,101,113). Sum of RGB (Red+Green+Blue) = 209+101+113=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D16571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16571 is #2E9A8E. Grayscale: #868686. Windows color (decimal): -3054223 or 7431633. OLE color: 7431633.
HSL color Cylindrical-coordinate representation of color #D16571: hue angle of 353.33º 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 #D16571 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 113 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.18 |
| HSL | 353.33º | 0.54% | 0.61% | - |
| HSV(B) | 353.33º | 0.52% | 0.82% | - |
| XYZ | 33.93 | 24.05 | 18.48 | - |
| YUV | 134.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 113 | 0 | 0.52 | 0.46 | 0.18 | 353.33 | 0.54 | 0.61 |
| Hex | D1 | 65 | 71 | 0 | 34 | 2E | 12 | 161 | 36 | 3D |
| Octal | 321 | 145 | 161 | 0 | 64 | 56 | 22 | 541 | 66 | 75 |
| Binary | 11010001 | 1100101 | 1110001 | 0 | 110100 | 101110 | 10010 | 101100001 | 110110 | 111101 |
Color Harmonies of #D16571
Complementary color
Monochromatic Colors of #D16571
Black with #D16571
Text Example
Text Example
White with #D16571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16571; }
p { color: rgb(209,101,113); }
H1.HeaderClassName
{
color: #D16571;
}
.AnyTagClassName
{
color: #D16571;
}
</style>
background-color css
<style>
a { background-color: #D16571; }
a { background-color: rgb(209,101,113); }
div.DivClassName
{
background-color: #D16571;
}
.BgClassName
{
background-color: #D16571;
}
</style>
border-color css
<style>
span { border-color: #D16571; }
span { border-color: rgb(209,101,113); }
td.TdClassName
{
border-color: #D16571;
}
.TagClassName
{
border-color: #D16571;
}
</style>