Shades of Cabaret #D7616B
Tints of Cabaret #D7616B
RGB
CMYK
RGB Variations
Color information
#D7616B (or 0xD7616B) is known color: Cabaret. HEX triplet: D7, 61 and 6B. RGB value is (215,97,107). Sum of RGB (Red+Green+Blue) = 215+97+107=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D7616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7616B is #289E94. Grayscale: #858585. Windows color (decimal): -2662037 or 7037399. OLE color: 7037399.
HSL color Cylindrical-coordinate representation of color #D7616B: hue angle of 354.92º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7616B is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 107 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.16 |
| HSL | 354.92º | 0.6% | 0.61% | - |
| HSV(B) | 354.92º | 0.55% | 0.84% | - |
| XYZ | 34.95 | 24.06 | 16.71 | - |
| YUV | 133.42 | 113.09 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 107 | 0 | 0.55 | 0.50 | 0.16 | 354.92 | 0.6 | 0.61 |
| Hex | D7 | 61 | 6B | 0 | 37 | 32 | 10 | 163 | 3C | 3D |
| Octal | 327 | 141 | 153 | 0 | 67 | 62 | 20 | 543 | 74 | 75 |
| Binary | 11010111 | 1100001 | 1101011 | 0 | 110111 | 110010 | 10000 | 101100011 | 111100 | 111101 |
Color Harmonies of #D7616B
Complementary color
Monochromatic Colors of #D7616B
Black with #D7616B
Text Example
Text Example
White with #D7616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7616B; }
p { color: rgb(215,97,107); }
H1.HeaderClassName
{
color: #D7616B;
}
.AnyTagClassName
{
color: #D7616B;
}
</style>
background-color css
<style>
a { background-color: #D7616B; }
a { background-color: rgb(215,97,107); }
div.DivClassName
{
background-color: #D7616B;
}
.BgClassName
{
background-color: #D7616B;
}
</style>
border-color css
<style>
span { border-color: #D7616B; }
span { border-color: rgb(215,97,107); }
td.TdClassName
{
border-color: #D7616B;
}
.TagClassName
{
border-color: #D7616B;
}
</style>