Shades of Cabaret #D15169
Tints of Cabaret #D15169
RGB
CMYK
RGB Variations
Color information
#D15169 (or 0xD15169) is known color: Cabaret. HEX triplet: D1, 51 and 69. RGB value is (209,81,105). Sum of RGB (Red+Green+Blue) = 209+81+105=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D15169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15169 is #2EAE96. Grayscale: #7A7A7A. Windows color (decimal): -3059351 or 6902225. OLE color: 6902225.
HSL color Cylindrical-coordinate representation of color #D15169: hue angle of 348.75º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15169 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 105 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.18 |
| HSL | 348.75º | 0.58% | 0.57% | - |
| HSV(B) | 348.75º | 0.61% | 0.82% | - |
| XYZ | 31.79 | 20.46 | 15.64 | - |
| YUV | 122.01 | 118.41 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 105 | 0 | 0.61 | 0.50 | 0.18 | 348.75 | 0.58 | 0.57 |
| Hex | D1 | 51 | 69 | 0 | 3D | 32 | 12 | 15D | 3A | 39 |
| Octal | 321 | 121 | 151 | 0 | 75 | 62 | 22 | 535 | 72 | 71 |
| Binary | 11010001 | 1010001 | 1101001 | 0 | 111101 | 110010 | 10010 | 101011101 | 111010 | 111001 |
Color Harmonies of #D15169
Complementary color
Monochromatic Colors of #D15169
Black with #D15169
Text Example
Text Example
White with #D15169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15169; }
p { color: rgb(209,81,105); }
H1.HeaderClassName
{
color: #D15169;
}
.AnyTagClassName
{
color: #D15169;
}
</style>
background-color css
<style>
a { background-color: #D15169; }
a { background-color: rgb(209,81,105); }
div.DivClassName
{
background-color: #D15169;
}
.BgClassName
{
background-color: #D15169;
}
</style>
border-color css
<style>
span { border-color: #D15169; }
span { border-color: rgb(209,81,105); }
td.TdClassName
{
border-color: #D15169;
}
.TagClassName
{
border-color: #D15169;
}
</style>