Shades of Cabaret #D6486C
Tints of Cabaret #D6486C
RGB
CMYK
RGB Variations
Color information
#D6486C (or 0xD6486C) is known color: Cabaret. HEX triplet: D6, 48 and 6C. RGB value is (214,72,108). Sum of RGB (Red+Green+Blue) = 214+72+108=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D6486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6486C is #29B793. Grayscale: #767676. Windows color (decimal): -2733972 or 7096534. OLE color: 7096534.
HSL color Cylindrical-coordinate representation of color #D6486C: hue angle of 344.79º 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 #D6486C is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 108 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.16 |
| HSL | 344.79º | 0.63% | 0.56% | - |
| HSV(B) | 344.79º | 0.66% | 0.84% | - |
| XYZ | 32.76 | 20.01 | 16.32 | - |
| YUV | 118.56 | 122.04 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 108 | 0 | 0.66 | 0.50 | 0.16 | 344.79 | 0.63 | 0.56 |
| Hex | D6 | 48 | 6C | 0 | 42 | 32 | 10 | 159 | 3F | 38 |
| Octal | 326 | 110 | 154 | 0 | 102 | 62 | 20 | 531 | 77 | 70 |
| Binary | 11010110 | 1001000 | 1101100 | 0 | 1000010 | 110010 | 10000 | 101011001 | 111111 | 111000 |
Color Harmonies of #D6486C
Complementary color
Monochromatic Colors of #D6486C
Black with #D6486C
Text Example
Text Example
White with #D6486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6486C; }
p { color: rgb(214,72,108); }
H1.HeaderClassName
{
color: #D6486C;
}
.AnyTagClassName
{
color: #D6486C;
}
</style>
background-color css
<style>
a { background-color: #D6486C; }
a { background-color: rgb(214,72,108); }
div.DivClassName
{
background-color: #D6486C;
}
.BgClassName
{
background-color: #D6486C;
}
</style>
border-color css
<style>
span { border-color: #D6486C; }
span { border-color: rgb(214,72,108); }
td.TdClassName
{
border-color: #D6486C;
}
.TagClassName
{
border-color: #D6486C;
}
</style>