Shades of Cabaret #D4546C
Tints of Cabaret #D4546C
RGB
CMYK
RGB Variations
Color information
#D4546C (or 0xD4546C) is known color: Cabaret. HEX triplet: D4, 54 and 6C. RGB value is (212,84,108). Sum of RGB (Red+Green+Blue) = 212+84+108=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D4546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4546C is #2BAB93. Grayscale: #7D7D7D. Windows color (decimal): -2861972 or 7099604. OLE color: 7099604.
HSL color Cylindrical-coordinate representation of color #D4546C: hue angle of 348.75º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4546C is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 108 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.17 |
| HSL | 348.75º | 0.6% | 0.58% | - |
| HSV(B) | 348.75º | 0.6% | 0.83% | - |
| XYZ | 33.03 | 21.42 | 16.58 | - |
| YUV | 125.01 | 118.41 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 108 | 0 | 0.60 | 0.49 | 0.17 | 348.75 | 0.6 | 0.58 |
| Hex | D4 | 54 | 6C | 0 | 3C | 31 | 11 | 15D | 3C | 3A |
| Octal | 324 | 124 | 154 | 0 | 74 | 61 | 21 | 535 | 74 | 72 |
| Binary | 11010100 | 1010100 | 1101100 | 0 | 111100 | 110001 | 10001 | 101011101 | 111100 | 111010 |
Color Harmonies of #D4546C
Complementary color
Monochromatic Colors of #D4546C
Black with #D4546C
Text Example
Text Example
White with #D4546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4546C; }
p { color: rgb(212,84,108); }
H1.HeaderClassName
{
color: #D4546C;
}
.AnyTagClassName
{
color: #D4546C;
}
</style>
background-color css
<style>
a { background-color: #D4546C; }
a { background-color: rgb(212,84,108); }
div.DivClassName
{
background-color: #D4546C;
}
.BgClassName
{
background-color: #D4546C;
}
</style>
border-color css
<style>
span { border-color: #D4546C; }
span { border-color: rgb(212,84,108); }
td.TdClassName
{
border-color: #D4546C;
}
.TagClassName
{
border-color: #D4546C;
}
</style>