Shades of Cabaret #D7546A
Tints of Cabaret #D7546A
RGB
CMYK
RGB Variations
Color information
#D7546A (or 0xD7546A) is known color: Cabaret. HEX triplet: D7, 54 and 6A. RGB value is (215,84,106). Sum of RGB (Red+Green+Blue) = 215+84+106=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D7546A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7546A is #28AB95. Grayscale: #7D7D7D. Windows color (decimal): -2665366 or 6968535. OLE color: 6968535.
HSL color Cylindrical-coordinate representation of color #D7546A: hue angle of 349.92º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7546A is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 106 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.16 |
| HSL | 349.92º | 0.62% | 0.59% | - |
| HSV(B) | 349.92º | 0.61% | 0.84% | - |
| XYZ | 33.8 | 21.83 | 16.07 | - |
| YUV | 125.68 | 116.9 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 106 | 0 | 0.61 | 0.51 | 0.16 | 349.92 | 0.62 | 0.59 |
| Hex | D7 | 54 | 6A | 0 | 3D | 33 | 10 | 15E | 3E | 3B |
| Octal | 327 | 124 | 152 | 0 | 75 | 63 | 20 | 536 | 76 | 73 |
| Binary | 11010111 | 1010100 | 1101010 | 0 | 111101 | 110011 | 10000 | 101011110 | 111110 | 111011 |
Color Harmonies of #D7546A
Complementary color
Monochromatic Colors of #D7546A
Black with #D7546A
Text Example
Text Example
White with #D7546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7546A; }
p { color: rgb(215,84,106); }
H1.HeaderClassName
{
color: #D7546A;
}
.AnyTagClassName
{
color: #D7546A;
}
</style>
background-color css
<style>
a { background-color: #D7546A; }
a { background-color: rgb(215,84,106); }
div.DivClassName
{
background-color: #D7546A;
}
.BgClassName
{
background-color: #D7546A;
}
</style>
border-color css
<style>
span { border-color: #D7546A; }
span { border-color: rgb(215,84,106); }
td.TdClassName
{
border-color: #D7546A;
}
.TagClassName
{
border-color: #D7546A;
}
</style>