Shades of Cabaret #D7566D
Tints of Cabaret #D7566D
RGB
CMYK
RGB Variations
Color information
#D7566D (or 0xD7566D) is known color: Cabaret. HEX triplet: D7, 56 and 6D. RGB value is (215,86,109). Sum of RGB (Red+Green+Blue) = 215+86+109=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D7566D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7566D is #28A992. Grayscale: #7F7F7F. Windows color (decimal): -2664851 or 7165655. OLE color: 7165655.
HSL color Cylindrical-coordinate representation of color #D7566D: hue angle of 349.3º 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 #D7566D is Cyan = 0, Magento = 0.6, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 109 | - |
| CMYK | 0 | 0.6 | 0.49 | 0.16 |
| HSL | 349.3º | 0.62% | 0.59% | - |
| HSV(B) | 349.3º | 0.6% | 0.84% | - |
| XYZ | 34.11 | 22.21 | 16.96 | - |
| YUV | 127.19 | 117.74 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 109 | 0 | 0.6 | 0.49 | 0.16 | 349.3 | 0.62 | 0.59 |
| Hex | D7 | 56 | 6D | 0 | 3C | 31 | 10 | 15D | 3E | 3B |
| Octal | 327 | 126 | 155 | 0 | 74 | 61 | 20 | 535 | 76 | 73 |
| Binary | 11010111 | 1010110 | 1101101 | 0 | 111100 | 110001 | 10000 | 101011101 | 111110 | 111011 |
Color Harmonies of #D7566D
Complementary color
Monochromatic Colors of #D7566D
Black with #D7566D
Text Example
Text Example
White with #D7566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7566D; }
p { color: rgb(215,86,109); }
H1.HeaderClassName
{
color: #D7566D;
}
.AnyTagClassName
{
color: #D7566D;
}
</style>
background-color css
<style>
a { background-color: #D7566D; }
a { background-color: rgb(215,86,109); }
div.DivClassName
{
background-color: #D7566D;
}
.BgClassName
{
background-color: #D7566D;
}
</style>
border-color css
<style>
span { border-color: #D7566D; }
span { border-color: rgb(215,86,109); }
td.TdClassName
{
border-color: #D7566D;
}
.TagClassName
{
border-color: #D7566D;
}
</style>