Shades of Cabaret #D16472
Tints of Cabaret #D16472
RGB
CMYK
RGB Variations
Color information
#D16472 (or 0xD16472) is known color: Cabaret. HEX triplet: D1, 64 and 72. RGB value is (209,100,114). Sum of RGB (Red+Green+Blue) = 209+100+114=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D16472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16472 is #2E9B8D. Grayscale: #868686. Windows color (decimal): -3054478 or 7496913. OLE color: 7496913.
HSL color Cylindrical-coordinate representation of color #D16472: hue angle of 352.29º 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 #D16472 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 114 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.18 |
| HSL | 352.29º | 0.54% | 0.61% | - |
| HSV(B) | 352.29º | 0.52% | 0.82% | - |
| XYZ | 33.89 | 23.88 | 18.74 | - |
| YUV | 134.19 | 116.61 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 114 | 0 | 0.52 | 0.45 | 0.18 | 352.29 | 0.54 | 0.61 |
| Hex | D1 | 64 | 72 | 0 | 34 | 2D | 12 | 160 | 36 | 3D |
| Octal | 321 | 144 | 162 | 0 | 64 | 55 | 22 | 540 | 66 | 75 |
| Binary | 11010001 | 1100100 | 1110010 | 0 | 110100 | 101101 | 10010 | 101100000 | 110110 | 111101 |
Color Harmonies of #D16472
Complementary color
Monochromatic Colors of #D16472
Black with #D16472
Text Example
Text Example
White with #D16472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16472; }
p { color: rgb(209,100,114); }
H1.HeaderClassName
{
color: #D16472;
}
.AnyTagClassName
{
color: #D16472;
}
</style>
background-color css
<style>
a { background-color: #D16472; }
a { background-color: rgb(209,100,114); }
div.DivClassName
{
background-color: #D16472;
}
.BgClassName
{
background-color: #D16472;
}
</style>
border-color css
<style>
span { border-color: #D16472; }
span { border-color: rgb(209,100,114); }
td.TdClassName
{
border-color: #D16472;
}
.TagClassName
{
border-color: #D16472;
}
</style>