Shades of Cabaret #D6546C
Tints of Cabaret #D6546C
RGB
CMYK
RGB Variations
Color information
#D6546C (or 0xD6546C) is known color: Cabaret. HEX triplet: D6, 54 and 6C. RGB value is (214,84,108). Sum of RGB (Red+Green+Blue) = 214+84+108=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6546C is #29AB93. Grayscale: #7D7D7D. Windows color (decimal): -2730900 or 7099606. OLE color: 7099606.
HSL color Cylindrical-coordinate representation of color #D6546C: hue angle of 348.92º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6546C is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 108 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.16 |
| HSL | 348.92º | 0.61% | 0.58% | - |
| HSV(B) | 348.92º | 0.61% | 0.84% | - |
| XYZ | 33.61 | 21.72 | 16.61 | - |
| YUV | 125.61 | 118.07 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 108 | 0 | 0.61 | 0.50 | 0.16 | 348.92 | 0.61 | 0.58 |
| Hex | D6 | 54 | 6C | 0 | 3D | 32 | 10 | 15D | 3D | 3A |
| Octal | 326 | 124 | 154 | 0 | 75 | 62 | 20 | 535 | 75 | 72 |
| Binary | 11010110 | 1010100 | 1101100 | 0 | 111101 | 110010 | 10000 | 101011101 | 111101 | 111010 |
Color Harmonies of #D6546C
Complementary color
Monochromatic Colors of #D6546C
Black with #D6546C
Text Example
Text Example
White with #D6546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6546C; }
p { color: rgb(214,84,108); }
H1.HeaderClassName
{
color: #D6546C;
}
.AnyTagClassName
{
color: #D6546C;
}
</style>
background-color css
<style>
a { background-color: #D6546C; }
a { background-color: rgb(214,84,108); }
div.DivClassName
{
background-color: #D6546C;
}
.BgClassName
{
background-color: #D6546C;
}
</style>
border-color css
<style>
span { border-color: #D6546C; }
span { border-color: rgb(214,84,108); }
td.TdClassName
{
border-color: #D6546C;
}
.TagClassName
{
border-color: #D6546C;
}
</style>