Shades of Cabaret #D9516A
Tints of Cabaret #D9516A
RGB
CMYK
RGB Variations
Color information
#D9516A (or 0xD9516A) is known color: Cabaret. HEX triplet: D9, 51 and 6A. RGB value is (217,81,106). Sum of RGB (Red+Green+Blue) = 217+81+106=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D9516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9516A is #26AE95. Grayscale: #7C7C7C. Windows color (decimal): -2535062 or 6967769. OLE color: 6967769.
HSL color Cylindrical-coordinate representation of color #D9516A: hue angle of 348.97º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9516A is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 106 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.15 |
| HSL | 348.97º | 0.64% | 0.58% | - |
| HSV(B) | 348.97º | 0.63% | 0.85% | - |
| XYZ | 34.16 | 21.68 | 16.02 | - |
| YUV | 124.51 | 117.56 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 106 | 0 | 0.63 | 0.51 | 0.15 | 348.97 | 0.64 | 0.58 |
| Hex | D9 | 51 | 6A | 0 | 3F | 33 | F | 15D | 40 | 3A |
| Octal | 331 | 121 | 152 | 0 | 77 | 63 | 17 | 535 | 100 | 72 |
| Binary | 11011001 | 1010001 | 1101010 | 0 | 111111 | 110011 | 1111 | 101011101 | 1000000 | 111010 |
Color Harmonies of #D9516A
Complementary color
Monochromatic Colors of #D9516A
Black with #D9516A
Text Example
Text Example
White with #D9516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9516A; }
p { color: rgb(217,81,106); }
H1.HeaderClassName
{
color: #D9516A;
}
.AnyTagClassName
{
color: #D9516A;
}
</style>
background-color css
<style>
a { background-color: #D9516A; }
a { background-color: rgb(217,81,106); }
div.DivClassName
{
background-color: #D9516A;
}
.BgClassName
{
background-color: #D9516A;
}
</style>
border-color css
<style>
span { border-color: #D9516A; }
span { border-color: rgb(217,81,106); }
td.TdClassName
{
border-color: #D9516A;
}
.TagClassName
{
border-color: #D9516A;
}
</style>