Shades of Cabaret #D16479
Tints of Cabaret #D16479
RGB
CMYK
RGB Variations
Color information
#D16479 (or 0xD16479) is known color: Cabaret. HEX triplet: D1, 64 and 79. RGB value is (209,100,121). Sum of RGB (Red+Green+Blue) = 209+100+121=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D16479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16479 is #2E9B86. Grayscale: #878787. Windows color (decimal): -3054471 or 7955665. OLE color: 7955665.
HSL color Cylindrical-coordinate representation of color #D16479: hue angle of 348.44º 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 #D16479 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 121 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.18 |
| HSL | 348.44º | 0.54% | 0.61% | - |
| HSV(B) | 348.44º | 0.52% | 0.82% | - |
| XYZ | 34.3 | 24.05 | 20.92 | - |
| YUV | 134.99 | 120.11 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 121 | 0 | 0.52 | 0.42 | 0.18 | 348.44 | 0.54 | 0.61 |
| Hex | D1 | 64 | 79 | 0 | 34 | 2A | 12 | 15C | 36 | 3D |
| Octal | 321 | 144 | 171 | 0 | 64 | 52 | 22 | 534 | 66 | 75 |
| Binary | 11010001 | 1100100 | 1111001 | 0 | 110100 | 101010 | 10010 | 101011100 | 110110 | 111101 |
Color Harmonies of #D16479
Complementary color
Monochromatic Colors of #D16479
Black with #D16479
Text Example
Text Example
White with #D16479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16479; }
p { color: rgb(209,100,121); }
H1.HeaderClassName
{
color: #D16479;
}
.AnyTagClassName
{
color: #D16479;
}
</style>
background-color css
<style>
a { background-color: #D16479; }
a { background-color: rgb(209,100,121); }
div.DivClassName
{
background-color: #D16479;
}
.BgClassName
{
background-color: #D16479;
}
</style>
border-color css
<style>
span { border-color: #D16479; }
span { border-color: rgb(209,100,121); }
td.TdClassName
{
border-color: #D16479;
}
.TagClassName
{
border-color: #D16479;
}
</style>