Shades of Cabaret #D16069
Tints of Cabaret #D16069
RGB
CMYK
RGB Variations
Color information
#D16069 (or 0xD16069) is known color: Cabaret. HEX triplet: D1, 60 and 69. RGB value is (209,96,105). Sum of RGB (Red+Green+Blue) = 209+96+105=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D16069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16069 is #2E9F96. Grayscale: #828282. Windows color (decimal): -3055511 or 6906065. OLE color: 6906065.
HSL color Cylindrical-coordinate representation of color #D16069: hue angle of 355.22º 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 #D16069 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 105 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.18 |
| HSL | 355.22º | 0.55% | 0.6% | - |
| HSV(B) | 355.22º | 0.54% | 0.82% | - |
| XYZ | 33.03 | 22.94 | 16.05 | - |
| YUV | 130.81 | 113.44 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 105 | 0 | 0.54 | 0.50 | 0.18 | 355.22 | 0.55 | 0.6 |
| Hex | D1 | 60 | 69 | 0 | 36 | 32 | 12 | 163 | 37 | 3C |
| Octal | 321 | 140 | 151 | 0 | 66 | 62 | 22 | 543 | 67 | 74 |
| Binary | 11010001 | 1100000 | 1101001 | 0 | 110110 | 110010 | 10010 | 101100011 | 110111 | 111100 |
Color Harmonies of #D16069
Complementary color
Monochromatic Colors of #D16069
Black with #D16069
Text Example
Text Example
White with #D16069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16069; }
p { color: rgb(209,96,105); }
H1.HeaderClassName
{
color: #D16069;
}
.AnyTagClassName
{
color: #D16069;
}
</style>
background-color css
<style>
a { background-color: #D16069; }
a { background-color: rgb(209,96,105); }
div.DivClassName
{
background-color: #D16069;
}
.BgClassName
{
background-color: #D16069;
}
</style>
border-color css
<style>
span { border-color: #D16069; }
span { border-color: rgb(209,96,105); }
td.TdClassName
{
border-color: #D16069;
}
.TagClassName
{
border-color: #D16069;
}
</style>