Shades of Cabaret #D16474
Tints of Cabaret #D16474
RGB
CMYK
RGB Variations
Color information
#D16474 (or 0xD16474) is known color: Cabaret. HEX triplet: D1, 64 and 74. RGB value is (209,100,116). Sum of RGB (Red+Green+Blue) = 209+100+116=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D16474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16474 is #2E9B8B. Grayscale: #868686. Windows color (decimal): -3054476 or 7627985. OLE color: 7627985.
HSL color Cylindrical-coordinate representation of color #D16474: hue angle of 351.19º 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 #D16474 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 116 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.18 |
| HSL | 351.19º | 0.54% | 0.61% | - |
| HSV(B) | 351.19º | 0.52% | 0.82% | - |
| XYZ | 34 | 23.93 | 19.35 | - |
| YUV | 134.42 | 117.61 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 116 | 0 | 0.52 | 0.44 | 0.18 | 351.19 | 0.54 | 0.61 |
| Hex | D1 | 64 | 74 | 0 | 34 | 2C | 12 | 15F | 36 | 3D |
| Octal | 321 | 144 | 164 | 0 | 64 | 54 | 22 | 537 | 66 | 75 |
| Binary | 11010001 | 1100100 | 1110100 | 0 | 110100 | 101100 | 10010 | 101011111 | 110110 | 111101 |
Color Harmonies of #D16474
Complementary color
Monochromatic Colors of #D16474
Black with #D16474
Text Example
Text Example
White with #D16474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16474; }
p { color: rgb(209,100,116); }
H1.HeaderClassName
{
color: #D16474;
}
.AnyTagClassName
{
color: #D16474;
}
</style>
background-color css
<style>
a { background-color: #D16474; }
a { background-color: rgb(209,100,116); }
div.DivClassName
{
background-color: #D16474;
}
.BgClassName
{
background-color: #D16474;
}
</style>
border-color css
<style>
span { border-color: #D16474; }
span { border-color: rgb(209,100,116); }
td.TdClassName
{
border-color: #D16474;
}
.TagClassName
{
border-color: #D16474;
}
</style>