Shades of Cabaret #D1626D
Tints of Cabaret #D1626D
RGB
CMYK
RGB Variations
Color information
#D1626D (or 0xD1626D) is known color: Cabaret. HEX triplet: D1, 62 and 6D. RGB value is (209,98,109). Sum of RGB (Red+Green+Blue) = 209+98+109=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1626D is #2E9D92. Grayscale: #848484. Windows color (decimal): -3054995 or 7168721. OLE color: 7168721.
HSL color Cylindrical-coordinate representation of color #D1626D: hue angle of 354.05º degrees, saturation: 0.55, 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 #D1626D is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 109 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.18 |
| HSL | 354.05º | 0.55% | 0.6% | - |
| HSV(B) | 354.05º | 0.53% | 0.82% | - |
| XYZ | 33.42 | 23.39 | 17.22 | - |
| YUV | 132.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 109 | 0 | 0.53 | 0.48 | 0.18 | 354.05 | 0.55 | 0.6 |
| Hex | D1 | 62 | 6D | 0 | 35 | 30 | 12 | 162 | 37 | 3C |
| Octal | 321 | 142 | 155 | 0 | 65 | 60 | 22 | 542 | 67 | 74 |
| Binary | 11010001 | 1100010 | 1101101 | 0 | 110101 | 110000 | 10010 | 101100010 | 110111 | 111100 |
Color Harmonies of #D1626D
Complementary color
Monochromatic Colors of #D1626D
Black with #D1626D
Text Example
Text Example
White with #D1626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1626D; }
p { color: rgb(209,98,109); }
H1.HeaderClassName
{
color: #D1626D;
}
.AnyTagClassName
{
color: #D1626D;
}
</style>
background-color css
<style>
a { background-color: #D1626D; }
a { background-color: rgb(209,98,109); }
div.DivClassName
{
background-color: #D1626D;
}
.BgClassName
{
background-color: #D1626D;
}
</style>
border-color css
<style>
span { border-color: #D1626D; }
span { border-color: rgb(209,98,109); }
td.TdClassName
{
border-color: #D1626D;
}
.TagClassName
{
border-color: #D1626D;
}
</style>