Shades of Cabaret #D6496D
Tints of Cabaret #D6496D
RGB
CMYK
RGB Variations
Color information
#D6496D (or 0xD6496D) is known color: Cabaret. HEX triplet: D6, 49 and 6D. RGB value is (214,73,109). Sum of RGB (Red+Green+Blue) = 214+73+109=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D6496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6496D is #29B692. Grayscale: #777777. Windows color (decimal): -2733715 or 7162326. OLE color: 7162326.
HSL color Cylindrical-coordinate representation of color #D6496D: hue angle of 344.68º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6496D is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 109 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.16 |
| HSL | 344.68º | 0.63% | 0.56% | - |
| HSV(B) | 344.68º | 0.66% | 0.84% | - |
| XYZ | 32.87 | 20.17 | 16.63 | - |
| YUV | 119.26 | 122.21 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 109 | 0 | 0.66 | 0.49 | 0.16 | 344.68 | 0.63 | 0.56 |
| Hex | D6 | 49 | 6D | 0 | 42 | 31 | 10 | 159 | 3F | 38 |
| Octal | 326 | 111 | 155 | 0 | 102 | 61 | 20 | 531 | 77 | 70 |
| Binary | 11010110 | 1001001 | 1101101 | 0 | 1000010 | 110001 | 10000 | 101011001 | 111111 | 111000 |
Color Harmonies of #D6496D
Complementary color
Monochromatic Colors of #D6496D
Black with #D6496D
Text Example
Text Example
White with #D6496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6496D; }
p { color: rgb(214,73,109); }
H1.HeaderClassName
{
color: #D6496D;
}
.AnyTagClassName
{
color: #D6496D;
}
</style>
background-color css
<style>
a { background-color: #D6496D; }
a { background-color: rgb(214,73,109); }
div.DivClassName
{
background-color: #D6496D;
}
.BgClassName
{
background-color: #D6496D;
}
</style>
border-color css
<style>
span { border-color: #D6496D; }
span { border-color: rgb(214,73,109); }
td.TdClassName
{
border-color: #D6496D;
}
.TagClassName
{
border-color: #D6496D;
}
</style>