Shades of Cabaret #D85768
Tints of Cabaret #D85768
RGB
CMYK
RGB Variations
Color information
#D85768 (or 0xD85768) is known color: Cabaret. HEX triplet: D8, 57 and 68. RGB value is (216,87,104). Sum of RGB (Red+Green+Blue) = 216+87+104=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D85768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85768 is #27A897. Grayscale: #7F7F7F. Windows color (decimal): -2599064 or 6838232. OLE color: 6838232.
HSL color Cylindrical-coordinate representation of color #D85768: hue angle of 352.09º 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 #D85768 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 87 | 104 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.15 |
| HSL | 352.09º | 0.62% | 0.59% | - |
| HSV(B) | 352.09º | 0.6% | 0.85% | - |
| XYZ | 34.23 | 22.41 | 15.62 | - |
| YUV | 127.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 87 | 104 | 0 | 0.60 | 0.52 | 0.15 | 352.09 | 0.62 | 0.59 |
| Hex | D8 | 57 | 68 | 0 | 3C | 34 | F | 160 | 3E | 3B |
| Octal | 330 | 127 | 150 | 0 | 74 | 64 | 17 | 540 | 76 | 73 |
| Binary | 11011000 | 1010111 | 1101000 | 0 | 111100 | 110100 | 1111 | 101100000 | 111110 | 111011 |
Color Harmonies of #D85768
Complementary color
Monochromatic Colors of #D85768
Black with #D85768
Text Example
Text Example
White with #D85768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85768; }
p { color: rgb(216,87,104); }
H1.HeaderClassName
{
color: #D85768;
}
.AnyTagClassName
{
color: #D85768;
}
</style>
background-color css
<style>
a { background-color: #D85768; }
a { background-color: rgb(216,87,104); }
div.DivClassName
{
background-color: #D85768;
}
.BgClassName
{
background-color: #D85768;
}
</style>
border-color css
<style>
span { border-color: #D85768; }
span { border-color: rgb(216,87,104); }
td.TdClassName
{
border-color: #D85768;
}
.TagClassName
{
border-color: #D85768;
}
</style>