Shades of Cabaret #D7556A
Tints of Cabaret #D7556A
RGB
CMYK
RGB Variations
Color information
#D7556A (or 0xD7556A) is known color: Cabaret. HEX triplet: D7, 55 and 6A. RGB value is (215,85,106). Sum of RGB (Red+Green+Blue) = 215+85+106=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D7556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7556A is #28AA95. Grayscale: #7E7E7E. Windows color (decimal): -2665110 or 6968791. OLE color: 6968791.
HSL color Cylindrical-coordinate representation of color #D7556A: hue angle of 350.31º 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 #D7556A is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 85 | 106 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.16 |
| HSL | 350.31º | 0.62% | 0.59% | - |
| HSV(B) | 350.31º | 0.6% | 0.84% | - |
| XYZ | 33.87 | 21.98 | 16.09 | - |
| YUV | 126.26 | 116.57 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 85 | 106 | 0 | 0.60 | 0.51 | 0.16 | 350.31 | 0.62 | 0.59 |
| Hex | D7 | 55 | 6A | 0 | 3C | 33 | 10 | 15E | 3E | 3B |
| Octal | 327 | 125 | 152 | 0 | 74 | 63 | 20 | 536 | 76 | 73 |
| Binary | 11010111 | 1010101 | 1101010 | 0 | 111100 | 110011 | 10000 | 101011110 | 111110 | 111011 |
Color Harmonies of #D7556A
Complementary color
Monochromatic Colors of #D7556A
Black with #D7556A
Text Example
Text Example
White with #D7556A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7556A; }
p { color: rgb(215,85,106); }
H1.HeaderClassName
{
color: #D7556A;
}
.AnyTagClassName
{
color: #D7556A;
}
</style>
background-color css
<style>
a { background-color: #D7556A; }
a { background-color: rgb(215,85,106); }
div.DivClassName
{
background-color: #D7556A;
}
.BgClassName
{
background-color: #D7556A;
}
</style>
border-color css
<style>
span { border-color: #D7556A; }
span { border-color: rgb(215,85,106); }
td.TdClassName
{
border-color: #D7556A;
}
.TagClassName
{
border-color: #D7556A;
}
</style>