Shades of Cabaret #D6546B
Tints of Cabaret #D6546B
RGB
CMYK
RGB Variations
Color information
#D6546B (or 0xD6546B) is known color: Cabaret. HEX triplet: D6, 54 and 6B. RGB value is (214,84,107). Sum of RGB (Red+Green+Blue) = 214+84+107=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6546B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6546B is #29AB94. Grayscale: #7D7D7D. Windows color (decimal): -2730901 or 7034070. OLE color: 7034070.
HSL color Cylindrical-coordinate representation of color #D6546B: hue angle of 349.38º 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 #D6546B is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 107 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.16 |
| HSL | 349.38º | 0.61% | 0.58% | - |
| HSV(B) | 349.38º | 0.61% | 0.84% | - |
| XYZ | 33.56 | 21.7 | 16.33 | - |
| YUV | 125.49 | 117.57 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 107 | 0 | 0.61 | 0.50 | 0.16 | 349.38 | 0.61 | 0.58 |
| Hex | D6 | 54 | 6B | 0 | 3D | 32 | 10 | 15D | 3D | 3A |
| Octal | 326 | 124 | 153 | 0 | 75 | 62 | 20 | 535 | 75 | 72 |
| Binary | 11010110 | 1010100 | 1101011 | 0 | 111101 | 110010 | 10000 | 101011101 | 111101 | 111010 |
Color Harmonies of #D6546B
Complementary color
Monochromatic Colors of #D6546B
Black with #D6546B
Text Example
Text Example
White with #D6546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6546B; }
p { color: rgb(214,84,107); }
H1.HeaderClassName
{
color: #D6546B;
}
.AnyTagClassName
{
color: #D6546B;
}
</style>
background-color css
<style>
a { background-color: #D6546B; }
a { background-color: rgb(214,84,107); }
div.DivClassName
{
background-color: #D6546B;
}
.BgClassName
{
background-color: #D6546B;
}
</style>
border-color css
<style>
span { border-color: #D6546B; }
span { border-color: rgb(214,84,107); }
td.TdClassName
{
border-color: #D6546B;
}
.TagClassName
{
border-color: #D6546B;
}
</style>