Shades of Cabaret #D15669
Tints of Cabaret #D15669
RGB
CMYK
RGB Variations
Color information
#D15669 (or 0xD15669) is known color: Cabaret. HEX triplet: D1, 56 and 69. RGB value is (209,86,105). Sum of RGB (Red+Green+Blue) = 209+86+105=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D15669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15669 is #2EA996. Grayscale: #7C7C7C. Windows color (decimal): -3058071 or 6903505. OLE color: 6903505.
HSL color Cylindrical-coordinate representation of color #D15669: hue angle of 350.73º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15669 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 105 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.18 |
| HSL | 350.73º | 0.57% | 0.58% | - |
| HSV(B) | 350.73º | 0.59% | 0.82% | - |
| XYZ | 32.17 | 21.23 | 15.77 | - |
| YUV | 124.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 105 | 0 | 0.59 | 0.50 | 0.18 | 350.73 | 0.57 | 0.58 |
| Hex | D1 | 56 | 69 | 0 | 3B | 32 | 12 | 15F | 39 | 3A |
| Octal | 321 | 126 | 151 | 0 | 73 | 62 | 22 | 537 | 71 | 72 |
| Binary | 11010001 | 1010110 | 1101001 | 0 | 111011 | 110010 | 10010 | 101011111 | 111001 | 111010 |
Color Harmonies of #D15669
Complementary color
Monochromatic Colors of #D15669
Black with #D15669
Text Example
Text Example
White with #D15669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15669; }
p { color: rgb(209,86,105); }
H1.HeaderClassName
{
color: #D15669;
}
.AnyTagClassName
{
color: #D15669;
}
</style>
background-color css
<style>
a { background-color: #D15669; }
a { background-color: rgb(209,86,105); }
div.DivClassName
{
background-color: #D15669;
}
.BgClassName
{
background-color: #D15669;
}
</style>
border-color css
<style>
span { border-color: #D15669; }
span { border-color: rgb(209,86,105); }
td.TdClassName
{
border-color: #D15669;
}
.TagClassName
{
border-color: #D15669;
}
</style>