Shades of Cabaret #D15469
Tints of Cabaret #D15469
RGB
CMYK
RGB Variations
Color information
#D15469 (or 0xD15469) is known color: Cabaret. HEX triplet: D1, 54 and 69. RGB value is (209,84,105). Sum of RGB (Red+Green+Blue) = 209+84+105=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D15469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15469 is #2EAB96. Grayscale: #7B7B7B. Windows color (decimal): -3058583 or 6902993. OLE color: 6902993.
HSL color Cylindrical-coordinate representation of color #D15469: hue angle of 349.92º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15469 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 105 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.18 |
| HSL | 349.92º | 0.58% | 0.57% | - |
| HSV(B) | 349.92º | 0.6% | 0.82% | - |
| XYZ | 32.01 | 20.92 | 15.71 | - |
| YUV | 123.77 | 117.41 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 105 | 0 | 0.60 | 0.50 | 0.18 | 349.92 | 0.58 | 0.57 |
| Hex | D1 | 54 | 69 | 0 | 3C | 32 | 12 | 15E | 3A | 39 |
| Octal | 321 | 124 | 151 | 0 | 74 | 62 | 22 | 536 | 72 | 71 |
| Binary | 11010001 | 1010100 | 1101001 | 0 | 111100 | 110010 | 10010 | 101011110 | 111010 | 111001 |
Color Harmonies of #D15469
Complementary color
Monochromatic Colors of #D15469
Black with #D15469
Text Example
Text Example
White with #D15469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15469; }
p { color: rgb(209,84,105); }
H1.HeaderClassName
{
color: #D15469;
}
.AnyTagClassName
{
color: #D15469;
}
</style>
background-color css
<style>
a { background-color: #D15469; }
a { background-color: rgb(209,84,105); }
div.DivClassName
{
background-color: #D15469;
}
.BgClassName
{
background-color: #D15469;
}
</style>
border-color css
<style>
span { border-color: #D15469; }
span { border-color: rgb(209,84,105); }
td.TdClassName
{
border-color: #D15469;
}
.TagClassName
{
border-color: #D15469;
}
</style>