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