Shades of Cabaret #D1606C
Tints of Cabaret #D1606C
RGB
CMYK
RGB Variations
Color information
#D1606C (or 0xD1606C) is known color: Cabaret. HEX triplet: D1, 60 and 6C. RGB value is (209,96,108). Sum of RGB (Red+Green+Blue) = 209+96+108=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D1606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1606C is #2E9F93. Grayscale: #838383. Windows color (decimal): -3055508 or 7102673. OLE color: 7102673.
HSL color Cylindrical-coordinate representation of color #D1606C: hue angle of 353.63º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1606C is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 108 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.18 |
| HSL | 353.63º | 0.55% | 0.6% | - |
| HSV(B) | 353.63º | 0.54% | 0.82% | - |
| XYZ | 33.18 | 23 | 16.88 | - |
| YUV | 131.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 108 | 0 | 0.54 | 0.48 | 0.18 | 353.63 | 0.55 | 0.6 |
| Hex | D1 | 60 | 6C | 0 | 36 | 30 | 12 | 162 | 37 | 3C |
| Octal | 321 | 140 | 154 | 0 | 66 | 60 | 22 | 542 | 67 | 74 |
| Binary | 11010001 | 1100000 | 1101100 | 0 | 110110 | 110000 | 10010 | 101100010 | 110111 | 111100 |
Color Harmonies of #D1606C
Complementary color
Monochromatic Colors of #D1606C
Black with #D1606C
Text Example
Text Example
White with #D1606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1606C; }
p { color: rgb(209,96,108); }
H1.HeaderClassName
{
color: #D1606C;
}
.AnyTagClassName
{
color: #D1606C;
}
</style>
background-color css
<style>
a { background-color: #D1606C; }
a { background-color: rgb(209,96,108); }
div.DivClassName
{
background-color: #D1606C;
}
.BgClassName
{
background-color: #D1606C;
}
</style>
border-color css
<style>
span { border-color: #D1606C; }
span { border-color: rgb(209,96,108); }
td.TdClassName
{
border-color: #D1606C;
}
.TagClassName
{
border-color: #D1606C;
}
</style>