Shades of Cabaret #D7596C
Tints of Cabaret #D7596C
RGB
CMYK
RGB Variations
Color information
#D7596C (or 0xD7596C) is known color: Cabaret. HEX triplet: D7, 59 and 6C. RGB value is (215,89,108). Sum of RGB (Red+Green+Blue) = 215+89+108=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D7596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7596C is #28A693. Grayscale: #808080. Windows color (decimal): -2664084 or 7100887. OLE color: 7100887.
HSL color Cylindrical-coordinate representation of color #D7596C: hue angle of 350.95º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D7596C is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 108 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.16 |
| HSL | 350.95º | 0.61% | 0.6% | - |
| HSV(B) | 350.95º | 0.59% | 0.84% | - |
| XYZ | 34.3 | 22.67 | 16.76 | - |
| YUV | 128.84 | 116.24 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 108 | 0 | 0.59 | 0.50 | 0.16 | 350.95 | 0.61 | 0.6 |
| Hex | D7 | 59 | 6C | 0 | 3B | 32 | 10 | 15F | 3D | 3C |
| Octal | 327 | 131 | 154 | 0 | 73 | 62 | 20 | 537 | 75 | 74 |
| Binary | 11010111 | 1011001 | 1101100 | 0 | 111011 | 110010 | 10000 | 101011111 | 111101 | 111100 |
Color Harmonies of #D7596C
Complementary color
Monochromatic Colors of #D7596C
Black with #D7596C
Text Example
Text Example
White with #D7596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7596C; }
p { color: rgb(215,89,108); }
H1.HeaderClassName
{
color: #D7596C;
}
.AnyTagClassName
{
color: #D7596C;
}
</style>
background-color css
<style>
a { background-color: #D7596C; }
a { background-color: rgb(215,89,108); }
div.DivClassName
{
background-color: #D7596C;
}
.BgClassName
{
background-color: #D7596C;
}
</style>
border-color css
<style>
span { border-color: #D7596C; }
span { border-color: rgb(215,89,108); }
td.TdClassName
{
border-color: #D7596C;
}
.TagClassName
{
border-color: #D7596C;
}
</style>