Shades of Cabaret #D9506B
Tints of Cabaret #D9506B
RGB
CMYK
RGB Variations
Color information
#D9506B (or 0xD9506B) is known color: Cabaret. HEX triplet: D9, 50 and 6B. RGB value is (217,80,107). Sum of RGB (Red+Green+Blue) = 217+80+107=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D9506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9506B is #26AF94. Grayscale: #7C7C7C. Windows color (decimal): -2535317 or 7033049. OLE color: 7033049.
HSL color Cylindrical-coordinate representation of color #D9506B: hue angle of 348.18º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9506B is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 107 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.15 |
| HSL | 348.18º | 0.64% | 0.58% | - |
| HSV(B) | 348.18º | 0.63% | 0.85% | - |
| XYZ | 34.14 | 21.55 | 16.27 | - |
| YUV | 124.04 | 118.39 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 107 | 0 | 0.63 | 0.51 | 0.15 | 348.18 | 0.64 | 0.58 |
| Hex | D9 | 50 | 6B | 0 | 3F | 33 | F | 15C | 40 | 3A |
| Octal | 331 | 120 | 153 | 0 | 77 | 63 | 17 | 534 | 100 | 72 |
| Binary | 11011001 | 1010000 | 1101011 | 0 | 111111 | 110011 | 1111 | 101011100 | 1000000 | 111010 |
Color Harmonies of #D9506B
Complementary color
Monochromatic Colors of #D9506B
Black with #D9506B
Text Example
Text Example
White with #D9506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9506B; }
p { color: rgb(217,80,107); }
H1.HeaderClassName
{
color: #D9506B;
}
.AnyTagClassName
{
color: #D9506B;
}
</style>
background-color css
<style>
a { background-color: #D9506B; }
a { background-color: rgb(217,80,107); }
div.DivClassName
{
background-color: #D9506B;
}
.BgClassName
{
background-color: #D9506B;
}
</style>
border-color css
<style>
span { border-color: #D9506B; }
span { border-color: rgb(217,80,107); }
td.TdClassName
{
border-color: #D9506B;
}
.TagClassName
{
border-color: #D9506B;
}
</style>