Shades of Cabaret #D16169
Tints of Cabaret #D16169
RGB
CMYK
RGB Variations
Color information
#D16169 (or 0xD16169) is known color: Cabaret. HEX triplet: D1, 61 and 69. RGB value is (209,97,105). Sum of RGB (Red+Green+Blue) = 209+97+105=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D16169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16169 is #2E9E96. Grayscale: #838383. Windows color (decimal): -3055255 or 6906321. OLE color: 6906321.
HSL color Cylindrical-coordinate representation of color #D16169: hue angle of 355.71º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16169 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 105 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.18 |
| HSL | 355.71º | 0.55% | 0.6% | - |
| HSV(B) | 355.71º | 0.54% | 0.82% | - |
| XYZ | 33.12 | 23.12 | 16.08 | - |
| YUV | 131.4 | 113.11 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 105 | 0 | 0.54 | 0.50 | 0.18 | 355.71 | 0.55 | 0.6 |
| Hex | D1 | 61 | 69 | 0 | 36 | 32 | 12 | 164 | 37 | 3C |
| Octal | 321 | 141 | 151 | 0 | 66 | 62 | 22 | 544 | 67 | 74 |
| Binary | 11010001 | 1100001 | 1101001 | 0 | 110110 | 110010 | 10010 | 101100100 | 110111 | 111100 |
Color Harmonies of #D16169
Complementary color
Monochromatic Colors of #D16169
Black with #D16169
Text Example
Text Example
White with #D16169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16169; }
p { color: rgb(209,97,105); }
H1.HeaderClassName
{
color: #D16169;
}
.AnyTagClassName
{
color: #D16169;
}
</style>
background-color css
<style>
a { background-color: #D16169; }
a { background-color: rgb(209,97,105); }
div.DivClassName
{
background-color: #D16169;
}
.BgClassName
{
background-color: #D16169;
}
</style>
border-color css
<style>
span { border-color: #D16169; }
span { border-color: rgb(209,97,105); }
td.TdClassName
{
border-color: #D16169;
}
.TagClassName
{
border-color: #D16169;
}
</style>