Shades of Cabaret #D16375
Tints of Cabaret #D16375
RGB
CMYK
RGB Variations
Color information
#D16375 (or 0xD16375) is known color: Cabaret. HEX triplet: D1, 63 and 75. RGB value is (209,99,117). Sum of RGB (Red+Green+Blue) = 209+99+117=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D16375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16375 is #2E9C8A. Grayscale: #858585. Windows color (decimal): -3054731 or 7693265. OLE color: 7693265.
HSL color Cylindrical-coordinate representation of color #D16375: hue angle of 350.18º 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 #D16375 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 117 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.18 |
| HSL | 350.18º | 0.54% | 0.6% | - |
| HSV(B) | 350.18º | 0.53% | 0.82% | - |
| XYZ | 33.97 | 23.76 | 19.63 | - |
| YUV | 133.94 | 118.44 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 117 | 0 | 0.53 | 0.44 | 0.18 | 350.18 | 0.54 | 0.6 |
| Hex | D1 | 63 | 75 | 0 | 35 | 2C | 12 | 15E | 36 | 3C |
| Octal | 321 | 143 | 165 | 0 | 65 | 54 | 22 | 536 | 66 | 74 |
| Binary | 11010001 | 1100011 | 1110101 | 0 | 110101 | 101100 | 10010 | 101011110 | 110110 | 111100 |
Color Harmonies of #D16375
Complementary color
Monochromatic Colors of #D16375
Black with #D16375
Text Example
Text Example
White with #D16375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16375; }
p { color: rgb(209,99,117); }
H1.HeaderClassName
{
color: #D16375;
}
.AnyTagClassName
{
color: #D16375;
}
</style>
background-color css
<style>
a { background-color: #D16375; }
a { background-color: rgb(209,99,117); }
div.DivClassName
{
background-color: #D16375;
}
.BgClassName
{
background-color: #D16375;
}
</style>
border-color css
<style>
span { border-color: #D16375; }
span { border-color: rgb(209,99,117); }
td.TdClassName
{
border-color: #D16375;
}
.TagClassName
{
border-color: #D16375;
}
</style>