Shades of Cabaret #D6586F
Tints of Cabaret #D6586F
RGB
CMYK
RGB Variations
Color information
#D6586F (or 0xD6586F) is known color: Cabaret. HEX triplet: D6, 58 and 6F. RGB value is (214,88,111). Sum of RGB (Red+Green+Blue) = 214+88+111=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D6586F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6586F is #29A790. Grayscale: #808080. Windows color (decimal): -2729873 or 7297238. OLE color: 7297238.
HSL color Cylindrical-coordinate representation of color #D6586F: hue angle of 349.05º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6586F is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 111 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.16 |
| HSL | 349.05º | 0.61% | 0.59% | - |
| HSV(B) | 349.05º | 0.59% | 0.84% | - |
| XYZ | 34.09 | 22.42 | 17.57 | - |
| YUV | 128.3 | 118.24 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 111 | 0 | 0.59 | 0.48 | 0.16 | 349.05 | 0.61 | 0.59 |
| Hex | D6 | 58 | 6F | 0 | 3B | 30 | 10 | 15D | 3D | 3B |
| Octal | 326 | 130 | 157 | 0 | 73 | 60 | 20 | 535 | 75 | 73 |
| Binary | 11010110 | 1011000 | 1101111 | 0 | 111011 | 110000 | 10000 | 101011101 | 111101 | 111011 |
Color Harmonies of #D6586F
Complementary color
Monochromatic Colors of #D6586F
Black with #D6586F
Text Example
Text Example
White with #D6586F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6586F; }
p { color: rgb(214,88,111); }
H1.HeaderClassName
{
color: #D6586F;
}
.AnyTagClassName
{
color: #D6586F;
}
</style>
background-color css
<style>
a { background-color: #D6586F; }
a { background-color: rgb(214,88,111); }
div.DivClassName
{
background-color: #D6586F;
}
.BgClassName
{
background-color: #D6586F;
}
</style>
border-color css
<style>
span { border-color: #D6586F; }
span { border-color: rgb(214,88,111); }
td.TdClassName
{
border-color: #D6586F;
}
.TagClassName
{
border-color: #D6586F;
}
</style>