Shades of Cabaret #D1636B
Tints of Cabaret #D1636B
RGB
CMYK
RGB Variations
Color information
#D1636B (or 0xD1636B) is known color: Cabaret. HEX triplet: D1, 63 and 6B. RGB value is (209,99,107). Sum of RGB (Red+Green+Blue) = 209+99+107=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1636B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1636B is #2E9C94. Grayscale: #848484. Windows color (decimal): -3054741 or 7037905. OLE color: 7037905.
HSL color Cylindrical-coordinate representation of color #D1636B: hue angle of 355.64º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1636B is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 107 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.18 |
| HSL | 355.64º | 0.54% | 0.6% | - |
| HSV(B) | 355.64º | 0.53% | 0.82% | - |
| XYZ | 33.41 | 23.54 | 16.69 | - |
| YUV | 132.8 | 113.44 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 107 | 0 | 0.53 | 0.49 | 0.18 | 355.64 | 0.54 | 0.6 |
| Hex | D1 | 63 | 6B | 0 | 35 | 31 | 12 | 164 | 36 | 3C |
| Octal | 321 | 143 | 153 | 0 | 65 | 61 | 22 | 544 | 66 | 74 |
| Binary | 11010001 | 1100011 | 1101011 | 0 | 110101 | 110001 | 10010 | 101100100 | 110110 | 111100 |
Color Harmonies of #D1636B
Complementary color
Monochromatic Colors of #D1636B
Black with #D1636B
Text Example
Text Example
White with #D1636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1636B; }
p { color: rgb(209,99,107); }
H1.HeaderClassName
{
color: #D1636B;
}
.AnyTagClassName
{
color: #D1636B;
}
</style>
background-color css
<style>
a { background-color: #D1636B; }
a { background-color: rgb(209,99,107); }
div.DivClassName
{
background-color: #D1636B;
}
.BgClassName
{
background-color: #D1636B;
}
</style>
border-color css
<style>
span { border-color: #D1636B; }
span { border-color: rgb(209,99,107); }
td.TdClassName
{
border-color: #D1636B;
}
.TagClassName
{
border-color: #D1636B;
}
</style>