Shades of Cabaret #D16478
Tints of Cabaret #D16478
RGB
CMYK
RGB Variations
Color information
#D16478 (or 0xD16478) is known color: Cabaret. HEX triplet: D1, 64 and 78. RGB value is (209,100,120). Sum of RGB (Red+Green+Blue) = 209+100+120=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D16478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16478 is #2E9B87. Grayscale: #868686. Windows color (decimal): -3054472 or 7890129. OLE color: 7890129.
HSL color Cylindrical-coordinate representation of color #D16478: hue angle of 348.99º 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 #D16478 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 120 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.18 |
| HSL | 348.99º | 0.54% | 0.61% | - |
| HSV(B) | 348.99º | 0.52% | 0.82% | - |
| XYZ | 34.24 | 24.03 | 20.6 | - |
| YUV | 134.87 | 119.61 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 120 | 0 | 0.52 | 0.43 | 0.18 | 348.99 | 0.54 | 0.61 |
| Hex | D1 | 64 | 78 | 0 | 34 | 2B | 12 | 15D | 36 | 3D |
| Octal | 321 | 144 | 170 | 0 | 64 | 53 | 22 | 535 | 66 | 75 |
| Binary | 11010001 | 1100100 | 1111000 | 0 | 110100 | 101011 | 10010 | 101011101 | 110110 | 111101 |
Color Harmonies of #D16478
Complementary color
Monochromatic Colors of #D16478
Black with #D16478
Text Example
Text Example
White with #D16478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16478; }
p { color: rgb(209,100,120); }
H1.HeaderClassName
{
color: #D16478;
}
.AnyTagClassName
{
color: #D16478;
}
</style>
background-color css
<style>
a { background-color: #D16478; }
a { background-color: rgb(209,100,120); }
div.DivClassName
{
background-color: #D16478;
}
.BgClassName
{
background-color: #D16478;
}
</style>
border-color css
<style>
span { border-color: #D16478; }
span { border-color: rgb(209,100,120); }
td.TdClassName
{
border-color: #D16478;
}
.TagClassName
{
border-color: #D16478;
}
</style>