Shades of Cabaret #D1486B
Tints of Cabaret #D1486B
RGB
CMYK
RGB Variations
Color information
#D1486B (or 0xD1486B) is known color: Cabaret. HEX triplet: D1, 48 and 6B. RGB value is (209,72,107). Sum of RGB (Red+Green+Blue) = 209+72+107=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1486B is #2EB794. Grayscale: #747474. Windows color (decimal): -3061653 or 7030993. OLE color: 7030993.
HSL color Cylindrical-coordinate representation of color #D1486B: hue angle of 344.67º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1486B is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 107 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.18 |
| HSL | 344.67º | 0.6% | 0.55% | - |
| HSV(B) | 344.67º | 0.66% | 0.82% | - |
| XYZ | 31.27 | 19.25 | 15.98 | - |
| YUV | 116.95 | 122.39 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 107 | 0 | 0.66 | 0.49 | 0.18 | 344.67 | 0.6 | 0.55 |
| Hex | D1 | 48 | 6B | 0 | 42 | 31 | 12 | 159 | 3C | 37 |
| Octal | 321 | 110 | 153 | 0 | 102 | 61 | 22 | 531 | 74 | 67 |
| Binary | 11010001 | 1001000 | 1101011 | 0 | 1000010 | 110001 | 10010 | 101011001 | 111100 | 110111 |
Color Harmonies of #D1486B
Complementary color
Monochromatic Colors of #D1486B
Black with #D1486B
Text Example
Text Example
White with #D1486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1486B; }
p { color: rgb(209,72,107); }
H1.HeaderClassName
{
color: #D1486B;
}
.AnyTagClassName
{
color: #D1486B;
}
</style>
background-color css
<style>
a { background-color: #D1486B; }
a { background-color: rgb(209,72,107); }
div.DivClassName
{
background-color: #D1486B;
}
.BgClassName
{
background-color: #D1486B;
}
</style>
border-color css
<style>
span { border-color: #D1486B; }
span { border-color: rgb(209,72,107); }
td.TdClassName
{
border-color: #D1486B;
}
.TagClassName
{
border-color: #D1486B;
}
</style>