Shades of Cabaret #D7576B
Tints of Cabaret #D7576B
RGB
CMYK
RGB Variations
Color information
#D7576B (or 0xD7576B) is known color: Cabaret. HEX triplet: D7, 57 and 6B. RGB value is (215,87,107). Sum of RGB (Red+Green+Blue) = 215+87+107=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7576B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7576B is #28A894. Grayscale: #7F7F7F. Windows color (decimal): -2664597 or 7034839. OLE color: 7034839.
HSL color Cylindrical-coordinate representation of color #D7576B: hue angle of 350.62º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7576B is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 107 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.16 |
| HSL | 350.63º | 0.62% | 0.59% | - |
| HSV(B) | 350.63º | 0.6% | 0.84% | - |
| XYZ | 34.09 | 22.33 | 16.42 | - |
| YUV | 127.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 107 | 0 | 0.60 | 0.50 | 0.16 | 350.63 | 0.62 | 0.59 |
| Hex | D7 | 57 | 6B | 0 | 3C | 32 | 10 | 15F | 3E | 3B |
| Octal | 327 | 127 | 153 | 0 | 74 | 62 | 20 | 537 | 76 | 73 |
| Binary | 11010111 | 1010111 | 1101011 | 0 | 111100 | 110010 | 10000 | 101011111 | 111110 | 111011 |
Color Harmonies of #D7576B
Complementary color
Monochromatic Colors of #D7576B
Black with #D7576B
Text Example
Text Example
White with #D7576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7576B; }
p { color: rgb(215,87,107); }
H1.HeaderClassName
{
color: #D7576B;
}
.AnyTagClassName
{
color: #D7576B;
}
</style>
background-color css
<style>
a { background-color: #D7576B; }
a { background-color: rgb(215,87,107); }
div.DivClassName
{
background-color: #D7576B;
}
.BgClassName
{
background-color: #D7576B;
}
</style>
border-color css
<style>
span { border-color: #D7576B; }
span { border-color: rgb(215,87,107); }
td.TdClassName
{
border-color: #D7576B;
}
.TagClassName
{
border-color: #D7576B;
}
</style>