Shades of Cabaret #D7516B
Tints of Cabaret #D7516B
RGB
CMYK
RGB Variations
Color information
#D7516B (or 0xD7516B) is known color: Cabaret. HEX triplet: D7, 51 and 6B. RGB value is (215,81,107). Sum of RGB (Red+Green+Blue) = 215+81+107=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D7516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7516B is #28AE94. Grayscale: #7C7C7C. Windows color (decimal): -2666133 or 7033303. OLE color: 7033303.
HSL color Cylindrical-coordinate representation of color #D7516B: hue angle of 348.36º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D7516B is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 107 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.16 |
| HSL | 348.36º | 0.63% | 0.58% | - |
| HSV(B) | 348.36º | 0.62% | 0.84% | - |
| XYZ | 33.62 | 21.39 | 16.27 | - |
| YUV | 124.03 | 118.39 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 107 | 0 | 0.62 | 0.50 | 0.16 | 348.36 | 0.63 | 0.58 |
| Hex | D7 | 51 | 6B | 0 | 3E | 32 | 10 | 15C | 3F | 3A |
| Octal | 327 | 121 | 153 | 0 | 76 | 62 | 20 | 534 | 77 | 72 |
| Binary | 11010111 | 1010001 | 1101011 | 0 | 111110 | 110010 | 10000 | 101011100 | 111111 | 111010 |
Color Harmonies of #D7516B
Complementary color
Monochromatic Colors of #D7516B
Black with #D7516B
Text Example
Text Example
White with #D7516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7516B; }
p { color: rgb(215,81,107); }
H1.HeaderClassName
{
color: #D7516B;
}
.AnyTagClassName
{
color: #D7516B;
}
</style>
background-color css
<style>
a { background-color: #D7516B; }
a { background-color: rgb(215,81,107); }
div.DivClassName
{
background-color: #D7516B;
}
.BgClassName
{
background-color: #D7516B;
}
</style>
border-color css
<style>
span { border-color: #D7516B; }
span { border-color: rgb(215,81,107); }
td.TdClassName
{
border-color: #D7516B;
}
.TagClassName
{
border-color: #D7516B;
}
</style>