Shades of Cabaret #D16074
Tints of Cabaret #D16074
RGB
CMYK
RGB Variations
Color information
#D16074 (or 0xD16074) is known color: Cabaret. HEX triplet: D1, 60 and 74. RGB value is (209,96,116). Sum of RGB (Red+Green+Blue) = 209+96+116=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D16074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16074 is #2E9F8B. Grayscale: #848484. Windows color (decimal): -3055500 or 7626961. OLE color: 7626961.
HSL color Cylindrical-coordinate representation of color #D16074: hue angle of 349.38º 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 #D16074 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 116 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.18 |
| HSL | 349.38º | 0.55% | 0.6% | - |
| HSV(B) | 349.38º | 0.54% | 0.82% | - |
| XYZ | 33.63 | 23.18 | 19.23 | - |
| YUV | 132.07 | 118.94 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 116 | 0 | 0.54 | 0.44 | 0.18 | 349.38 | 0.55 | 0.6 |
| Hex | D1 | 60 | 74 | 0 | 36 | 2C | 12 | 15D | 37 | 3C |
| Octal | 321 | 140 | 164 | 0 | 66 | 54 | 22 | 535 | 67 | 74 |
| Binary | 11010001 | 1100000 | 1110100 | 0 | 110110 | 101100 | 10010 | 101011101 | 110111 | 111100 |
Color Harmonies of #D16074
Complementary color
Monochromatic Colors of #D16074
Black with #D16074
Text Example
Text Example
White with #D16074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16074; }
p { color: rgb(209,96,116); }
H1.HeaderClassName
{
color: #D16074;
}
.AnyTagClassName
{
color: #D16074;
}
</style>
background-color css
<style>
a { background-color: #D16074; }
a { background-color: rgb(209,96,116); }
div.DivClassName
{
background-color: #D16074;
}
.BgClassName
{
background-color: #D16074;
}
</style>
border-color css
<style>
span { border-color: #D16074; }
span { border-color: rgb(209,96,116); }
td.TdClassName
{
border-color: #D16074;
}
.TagClassName
{
border-color: #D16074;
}
</style>