Shades of Cabaret #D9546A
Tints of Cabaret #D9546A
RGB
CMYK
RGB Variations
Color information
#D9546A (or 0xD9546A) is known color: Cabaret. HEX triplet: D9, 54 and 6A. RGB value is (217,84,106). Sum of RGB (Red+Green+Blue) = 217+84+106=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9546A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9546A is #26AB95. Grayscale: #7E7E7E. Windows color (decimal): -2534294 or 6968537. OLE color: 6968537.
HSL color Cylindrical-coordinate representation of color #D9546A: hue angle of 350.08º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9546A is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 106 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.15 |
| HSL | 350.08º | 0.64% | 0.59% | - |
| HSV(B) | 350.08º | 0.61% | 0.85% | - |
| XYZ | 34.39 | 22.13 | 16.1 | - |
| YUV | 126.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 106 | 0 | 0.61 | 0.51 | 0.15 | 350.08 | 0.64 | 0.59 |
| Hex | D9 | 54 | 6A | 0 | 3D | 33 | F | 15E | 40 | 3B |
| Octal | 331 | 124 | 152 | 0 | 75 | 63 | 17 | 536 | 100 | 73 |
| Binary | 11011001 | 1010100 | 1101010 | 0 | 111101 | 110011 | 1111 | 101011110 | 1000000 | 111011 |
Color Harmonies of #D9546A
Complementary color
Monochromatic Colors of #D9546A
Black with #D9546A
Text Example
Text Example
White with #D9546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9546A; }
p { color: rgb(217,84,106); }
H1.HeaderClassName
{
color: #D9546A;
}
.AnyTagClassName
{
color: #D9546A;
}
</style>
background-color css
<style>
a { background-color: #D9546A; }
a { background-color: rgb(217,84,106); }
div.DivClassName
{
background-color: #D9546A;
}
.BgClassName
{
background-color: #D9546A;
}
</style>
border-color css
<style>
span { border-color: #D9546A; }
span { border-color: rgb(217,84,106); }
td.TdClassName
{
border-color: #D9546A;
}
.TagClassName
{
border-color: #D9546A;
}
</style>