Shades of Cabaret #D16078
Tints of Cabaret #D16078
RGB
CMYK
RGB Variations
Color information
#D16078 (or 0xD16078) is known color: Cabaret. HEX triplet: D1, 60 and 78. RGB value is (209,96,120). Sum of RGB (Red+Green+Blue) = 209+96+120=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D16078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16078 is #2E9F87. Grayscale: #848484. Windows color (decimal): -3055496 or 7889105. OLE color: 7889105.
HSL color Cylindrical-coordinate representation of color #D16078: hue angle of 347.26º 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 #D16078 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 120 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.18 |
| HSL | 347.26º | 0.55% | 0.6% | - |
| HSV(B) | 347.26º | 0.54% | 0.82% | - |
| XYZ | 33.87 | 23.28 | 20.48 | - |
| YUV | 132.52 | 120.94 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 120 | 0 | 0.54 | 0.43 | 0.18 | 347.26 | 0.55 | 0.6 |
| Hex | D1 | 60 | 78 | 0 | 36 | 2B | 12 | 15B | 37 | 3C |
| Octal | 321 | 140 | 170 | 0 | 66 | 53 | 22 | 533 | 67 | 74 |
| Binary | 11010001 | 1100000 | 1111000 | 0 | 110110 | 101011 | 10010 | 101011011 | 110111 | 111100 |
Color Harmonies of #D16078
Complementary color
Monochromatic Colors of #D16078
Black with #D16078
Text Example
Text Example
White with #D16078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16078; }
p { color: rgb(209,96,120); }
H1.HeaderClassName
{
color: #D16078;
}
.AnyTagClassName
{
color: #D16078;
}
</style>
background-color css
<style>
a { background-color: #D16078; }
a { background-color: rgb(209,96,120); }
div.DivClassName
{
background-color: #D16078;
}
.BgClassName
{
background-color: #D16078;
}
</style>
border-color css
<style>
span { border-color: #D16078; }
span { border-color: rgb(209,96,120); }
td.TdClassName
{
border-color: #D16078;
}
.TagClassName
{
border-color: #D16078;
}
</style>