Shades of Cabaret #D15D73
Tints of Cabaret #D15D73
RGB
CMYK
RGB Variations
Color information
#D15D73 (or 0xD15D73) is known color: Cabaret. HEX triplet: D1, 5D and 73. RGB value is (209,93,115). Sum of RGB (Red+Green+Blue) = 209+93+115=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15D73 is #2EA28C. Grayscale: #828282. Windows color (decimal): -3056269 or 7560657. OLE color: 7560657.
HSL color Cylindrical-coordinate representation of color #D15D73: hue angle of 348.62º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D15D73 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 115 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.18 |
| HSL | 348.62º | 0.56% | 0.59% | - |
| HSV(B) | 348.62º | 0.56% | 0.82% | - |
| XYZ | 33.3 | 22.62 | 18.83 | - |
| YUV | 130.19 | 119.43 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 115 | 0 | 0.56 | 0.45 | 0.18 | 348.62 | 0.56 | 0.59 |
| Hex | D1 | 5D | 73 | 0 | 38 | 2D | 12 | 15D | 38 | 3B |
| Octal | 321 | 135 | 163 | 0 | 70 | 55 | 22 | 535 | 70 | 73 |
| Binary | 11010001 | 1011101 | 1110011 | 0 | 111000 | 101101 | 10010 | 101011101 | 111000 | 111011 |
Color Harmonies of #D15D73
Complementary color
Monochromatic Colors of #D15D73
Black with #D15D73
Text Example
Text Example
White with #D15D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15D73; }
p { color: rgb(209,93,115); }
H1.HeaderClassName
{
color: #D15D73;
}
.AnyTagClassName
{
color: #D15D73;
}
</style>
background-color css
<style>
a { background-color: #D15D73; }
a { background-color: rgb(209,93,115); }
div.DivClassName
{
background-color: #D15D73;
}
.BgClassName
{
background-color: #D15D73;
}
</style>
border-color css
<style>
span { border-color: #D15D73; }
span { border-color: rgb(209,93,115); }
td.TdClassName
{
border-color: #D15D73;
}
.TagClassName
{
border-color: #D15D73;
}
</style>