Shades of Cabaret #D1636E
Tints of Cabaret #D1636E
RGB
CMYK
RGB Variations
Color information
#D1636E (or 0xD1636E) is known color: Cabaret. HEX triplet: D1, 63 and 6E. RGB value is (209,99,110). Sum of RGB (Red+Green+Blue) = 209+99+110=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1636E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1636E is #2E9C91. Grayscale: #858585. Windows color (decimal): -3054738 or 7234513. OLE color: 7234513.
HSL color Cylindrical-coordinate representation of color #D1636E: hue angle of 354º 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 #D1636E is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 110 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.18 |
| HSL | 354º | 0.54% | 0.6% | - |
| HSV(B) | 354º | 0.53% | 0.82% | - |
| XYZ | 33.57 | 23.6 | 17.54 | - |
| YUV | 133.14 | 114.94 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 110 | 0 | 0.53 | 0.47 | 0.18 | 354 | 0.54 | 0.6 |
| Hex | D1 | 63 | 6E | 0 | 35 | 2F | 12 | 162 | 36 | 3C |
| Octal | 321 | 143 | 156 | 0 | 65 | 57 | 22 | 542 | 66 | 74 |
| Binary | 11010001 | 1100011 | 1101110 | 0 | 110101 | 101111 | 10010 | 101100010 | 110110 | 111100 |
Color Harmonies of #D1636E
Complementary color
Monochromatic Colors of #D1636E
Black with #D1636E
Text Example
Text Example
White with #D1636E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1636E; }
p { color: rgb(209,99,110); }
H1.HeaderClassName
{
color: #D1636E;
}
.AnyTagClassName
{
color: #D1636E;
}
</style>
background-color css
<style>
a { background-color: #D1636E; }
a { background-color: rgb(209,99,110); }
div.DivClassName
{
background-color: #D1636E;
}
.BgClassName
{
background-color: #D1636E;
}
</style>
border-color css
<style>
span { border-color: #D1636E; }
span { border-color: rgb(209,99,110); }
td.TdClassName
{
border-color: #D1636E;
}
.TagClassName
{
border-color: #D1636E;
}
</style>