Shades of Cabaret #D15B6C
Tints of Cabaret #D15B6C
RGB
CMYK
RGB Variations
Color information
#D15B6C (or 0xD15B6C) is known color: Cabaret. HEX triplet: D1, 5B and 6C. RGB value is (209,91,108). Sum of RGB (Red+Green+Blue) = 209+91+108=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15B6C is #2EA493. Grayscale: #808080. Windows color (decimal): -3056788 or 7101393. OLE color: 7101393.
HSL color Cylindrical-coordinate representation of color #D15B6C: hue angle of 351.36º 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 #D15B6C is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 108 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.18 |
| HSL | 351.36º | 0.56% | 0.59% | - |
| HSV(B) | 351.36º | 0.56% | 0.82% | - |
| XYZ | 32.74 | 22.12 | 16.73 | - |
| YUV | 128.22 | 116.59 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 108 | 0 | 0.56 | 0.48 | 0.18 | 351.36 | 0.56 | 0.59 |
| Hex | D1 | 5B | 6C | 0 | 38 | 30 | 12 | 15F | 38 | 3B |
| Octal | 321 | 133 | 154 | 0 | 70 | 60 | 22 | 537 | 70 | 73 |
| Binary | 11010001 | 1011011 | 1101100 | 0 | 111000 | 110000 | 10010 | 101011111 | 111000 | 111011 |
Color Harmonies of #D15B6C
Complementary color
Monochromatic Colors of #D15B6C
Black with #D15B6C
Text Example
Text Example
White with #D15B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15B6C; }
p { color: rgb(209,91,108); }
H1.HeaderClassName
{
color: #D15B6C;
}
.AnyTagClassName
{
color: #D15B6C;
}
</style>
background-color css
<style>
a { background-color: #D15B6C; }
a { background-color: rgb(209,91,108); }
div.DivClassName
{
background-color: #D15B6C;
}
.BgClassName
{
background-color: #D15B6C;
}
</style>
border-color css
<style>
span { border-color: #D15B6C; }
span { border-color: rgb(209,91,108); }
td.TdClassName
{
border-color: #D15B6C;
}
.TagClassName
{
border-color: #D15B6C;
}
</style>