Shades of Cabaret #D5546C
Tints of Cabaret #D5546C
RGB
CMYK
RGB Variations
Color information
#D5546C (or 0xD5546C) is known color: Cabaret. HEX triplet: D5, 54 and 6C. RGB value is (213,84,108). Sum of RGB (Red+Green+Blue) = 213+84+108=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5546C is #2AAB93. Grayscale: #7D7D7D. Windows color (decimal): -2796436 or 7099605. OLE color: 7099605.
HSL color Cylindrical-coordinate representation of color #D5546C: hue angle of 348.84º 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 #D5546C is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 108 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.16 |
| HSL | 348.84º | 0.61% | 0.58% | - |
| HSV(B) | 348.84º | 0.61% | 0.84% | - |
| XYZ | 33.32 | 21.57 | 16.59 | - |
| YUV | 125.31 | 118.24 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 108 | 0 | 0.61 | 0.49 | 0.16 | 348.84 | 0.61 | 0.58 |
| Hex | D5 | 54 | 6C | 0 | 3D | 31 | 10 | 15D | 3D | 3A |
| Octal | 325 | 124 | 154 | 0 | 75 | 61 | 20 | 535 | 75 | 72 |
| Binary | 11010101 | 1010100 | 1101100 | 0 | 111101 | 110001 | 10000 | 101011101 | 111101 | 111010 |
Color Harmonies of #D5546C
Complementary color
Monochromatic Colors of #D5546C
Black with #D5546C
Text Example
Text Example
White with #D5546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5546C; }
p { color: rgb(213,84,108); }
H1.HeaderClassName
{
color: #D5546C;
}
.AnyTagClassName
{
color: #D5546C;
}
</style>
background-color css
<style>
a { background-color: #D5546C; }
a { background-color: rgb(213,84,108); }
div.DivClassName
{
background-color: #D5546C;
}
.BgClassName
{
background-color: #D5546C;
}
</style>
border-color css
<style>
span { border-color: #D5546C; }
span { border-color: rgb(213,84,108); }
td.TdClassName
{
border-color: #D5546C;
}
.TagClassName
{
border-color: #D5546C;
}
</style>