Shades of Cabaret #D15B6E
Tints of Cabaret #D15B6E
RGB
CMYK
RGB Variations
Color information
#D15B6E (or 0xD15B6E) is known color: Cabaret. HEX triplet: D1, 5B and 6E. RGB value is (209,91,110). Sum of RGB (Red+Green+Blue) = 209+91+110=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15B6E is #2EA491. Grayscale: #808080. Windows color (decimal): -3056786 or 7232465. OLE color: 7232465.
HSL color Cylindrical-coordinate representation of color #D15B6E: hue angle of 350.34º 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 #D15B6E is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 110 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.18 |
| HSL | 350.34º | 0.56% | 0.59% | - |
| HSV(B) | 350.34º | 0.56% | 0.82% | - |
| XYZ | 32.85 | 22.16 | 17.3 | - |
| YUV | 128.45 | 117.59 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 110 | 0 | 0.56 | 0.47 | 0.18 | 350.34 | 0.56 | 0.59 |
| Hex | D1 | 5B | 6E | 0 | 38 | 2F | 12 | 15E | 38 | 3B |
| Octal | 321 | 133 | 156 | 0 | 70 | 57 | 22 | 536 | 70 | 73 |
| Binary | 11010001 | 1011011 | 1101110 | 0 | 111000 | 101111 | 10010 | 101011110 | 111000 | 111011 |
Color Harmonies of #D15B6E
Complementary color
Monochromatic Colors of #D15B6E
Black with #D15B6E
Text Example
Text Example
White with #D15B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15B6E; }
p { color: rgb(209,91,110); }
H1.HeaderClassName
{
color: #D15B6E;
}
.AnyTagClassName
{
color: #D15B6E;
}
</style>
background-color css
<style>
a { background-color: #D15B6E; }
a { background-color: rgb(209,91,110); }
div.DivClassName
{
background-color: #D15B6E;
}
.BgClassName
{
background-color: #D15B6E;
}
</style>
border-color css
<style>
span { border-color: #D15B6E; }
span { border-color: rgb(209,91,110); }
td.TdClassName
{
border-color: #D15B6E;
}
.TagClassName
{
border-color: #D15B6E;
}
</style>