Shades of Cabaret #D6556A
Tints of Cabaret #D6556A
RGB
CMYK
RGB Variations
Color information
#D6556A (or 0xD6556A) is known color: Cabaret. HEX triplet: D6, 55 and 6A. RGB value is (214,85,106). Sum of RGB (Red+Green+Blue) = 214+85+106=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6556A is #29AA95. Grayscale: #7E7E7E. Windows color (decimal): -2730646 or 6968790. OLE color: 6968790.
HSL color Cylindrical-coordinate representation of color #D6556A: hue angle of 350.23º degrees, saturation: 0.61, 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 #D6556A is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 106 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.16 |
| HSL | 350.23º | 0.61% | 0.59% | - |
| HSV(B) | 350.23º | 0.6% | 0.84% | - |
| XYZ | 33.58 | 21.83 | 16.08 | - |
| YUV | 125.97 | 116.74 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 106 | 0 | 0.60 | 0.50 | 0.16 | 350.23 | 0.61 | 0.59 |
| Hex | D6 | 55 | 6A | 0 | 3C | 32 | 10 | 15E | 3D | 3B |
| Octal | 326 | 125 | 152 | 0 | 74 | 62 | 20 | 536 | 75 | 73 |
| Binary | 11010110 | 1010101 | 1101010 | 0 | 111100 | 110010 | 10000 | 101011110 | 111101 | 111011 |
Color Harmonies of #D6556A
Complementary color
Monochromatic Colors of #D6556A
Black with #D6556A
Text Example
Text Example
White with #D6556A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6556A; }
p { color: rgb(214,85,106); }
H1.HeaderClassName
{
color: #D6556A;
}
.AnyTagClassName
{
color: #D6556A;
}
</style>
background-color css
<style>
a { background-color: #D6556A; }
a { background-color: rgb(214,85,106); }
div.DivClassName
{
background-color: #D6556A;
}
.BgClassName
{
background-color: #D6556A;
}
</style>
border-color css
<style>
span { border-color: #D6556A; }
span { border-color: rgb(214,85,106); }
td.TdClassName
{
border-color: #D6556A;
}
.TagClassName
{
border-color: #D6556A;
}
</style>