Shades of Cabaret #D15F76
Tints of Cabaret #D15F76
RGB
CMYK
RGB Variations
Color information
#D15F76 (or 0xD15F76) is known color: Cabaret. HEX triplet: D1, 5F and 76. RGB value is (209,95,118). Sum of RGB (Red+Green+Blue) = 209+95+118=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F76 is #2EA089. Grayscale: #838383. Windows color (decimal): -3055754 or 7757777. OLE color: 7757777.
HSL color Cylindrical-coordinate representation of color #D15F76: hue angle of 347.89º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15F76 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 118 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.18 |
| HSL | 347.89º | 0.55% | 0.6% | - |
| HSV(B) | 347.89º | 0.55% | 0.82% | - |
| XYZ | 33.66 | 23.05 | 19.81 | - |
| YUV | 131.71 | 120.27 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 118 | 0 | 0.55 | 0.44 | 0.18 | 347.89 | 0.55 | 0.6 |
| Hex | D1 | 5F | 76 | 0 | 37 | 2C | 12 | 15C | 37 | 3C |
| Octal | 321 | 137 | 166 | 0 | 67 | 54 | 22 | 534 | 67 | 74 |
| Binary | 11010001 | 1011111 | 1110110 | 0 | 110111 | 101100 | 10010 | 101011100 | 110111 | 111100 |
Color Harmonies of #D15F76
Complementary color
Monochromatic Colors of #D15F76
Black with #D15F76
Text Example
Text Example
White with #D15F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15F76; }
p { color: rgb(209,95,118); }
H1.HeaderClassName
{
color: #D15F76;
}
.AnyTagClassName
{
color: #D15F76;
}
</style>
background-color css
<style>
a { background-color: #D15F76; }
a { background-color: rgb(209,95,118); }
div.DivClassName
{
background-color: #D15F76;
}
.BgClassName
{
background-color: #D15F76;
}
</style>
border-color css
<style>
span { border-color: #D15F76; }
span { border-color: rgb(209,95,118); }
td.TdClassName
{
border-color: #D15F76;
}
.TagClassName
{
border-color: #D15F76;
}
</style>