Shades of Cabaret #D85669
Tints of Cabaret #D85669
RGB
CMYK
RGB Variations
Color information
#D85669 (or 0xD85669) is known color: Cabaret. HEX triplet: D8, 56 and 69. RGB value is (216,86,105). Sum of RGB (Red+Green+Blue) = 216+86+105=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D85669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85669 is #27A996. Grayscale: #7F7F7F. Windows color (decimal): -2599319 or 6903512. OLE color: 6903512.
HSL color Cylindrical-coordinate representation of color #D85669: hue angle of 351.23º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D85669 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 105 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.15 |
| HSL | 351.23º | 0.63% | 0.59% | - |
| HSV(B) | 351.23º | 0.6% | 0.85% | - |
| XYZ | 34.2 | 22.27 | 15.86 | - |
| YUV | 127.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 105 | 0 | 0.60 | 0.51 | 0.15 | 351.23 | 0.63 | 0.59 |
| Hex | D8 | 56 | 69 | 0 | 3C | 33 | F | 15F | 3E | 3B |
| Octal | 330 | 126 | 151 | 0 | 74 | 63 | 17 | 537 | 76 | 73 |
| Binary | 11011000 | 1010110 | 1101001 | 0 | 111100 | 110011 | 1111 | 101011111 | 111110 | 111011 |
Color Harmonies of #D85669
Complementary color
Monochromatic Colors of #D85669
Black with #D85669
Text Example
Text Example
White with #D85669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85669; }
p { color: rgb(216,86,105); }
H1.HeaderClassName
{
color: #D85669;
}
.AnyTagClassName
{
color: #D85669;
}
</style>
background-color css
<style>
a { background-color: #D85669; }
a { background-color: rgb(216,86,105); }
div.DivClassName
{
background-color: #D85669;
}
.BgClassName
{
background-color: #D85669;
}
</style>
border-color css
<style>
span { border-color: #D85669; }
span { border-color: rgb(216,86,105); }
td.TdClassName
{
border-color: #D85669;
}
.TagClassName
{
border-color: #D85669;
}
</style>