Shades of Cabaret #D85F68
Tints of Cabaret #D85F68
RGB
CMYK
RGB Variations
Color information
#D85F68 (or 0xD85F68) is known color: Cabaret. HEX triplet: D8, 5F and 68. RGB value is (216,95,104). Sum of RGB (Red+Green+Blue) = 216+95+104=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F68 is #27A097. Grayscale: #848484. Windows color (decimal): -2597016 or 6840280. OLE color: 6840280.
HSL color Cylindrical-coordinate representation of color #D85F68: hue angle of 355.54º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85F68 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 104 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.15 |
| HSL | 355.54º | 0.61% | 0.61% | - |
| HSV(B) | 355.54º | 0.56% | 0.85% | - |
| XYZ | 34.91 | 23.78 | 15.85 | - |
| YUV | 132.21 | 112.09 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 104 | 0 | 0.56 | 0.52 | 0.15 | 355.54 | 0.61 | 0.61 |
| Hex | D8 | 5F | 68 | 0 | 38 | 34 | F | 164 | 3D | 3D |
| Octal | 330 | 137 | 150 | 0 | 70 | 64 | 17 | 544 | 75 | 75 |
| Binary | 11011000 | 1011111 | 1101000 | 0 | 111000 | 110100 | 1111 | 101100100 | 111101 | 111101 |
Color Harmonies of #D85F68
Complementary color
Monochromatic Colors of #D85F68
Black with #D85F68
Text Example
Text Example
White with #D85F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F68; }
p { color: rgb(216,95,104); }
H1.HeaderClassName
{
color: #D85F68;
}
.AnyTagClassName
{
color: #D85F68;
}
</style>
background-color css
<style>
a { background-color: #D85F68; }
a { background-color: rgb(216,95,104); }
div.DivClassName
{
background-color: #D85F68;
}
.BgClassName
{
background-color: #D85F68;
}
</style>
border-color css
<style>
span { border-color: #D85F68; }
span { border-color: rgb(216,95,104); }
td.TdClassName
{
border-color: #D85F68;
}
.TagClassName
{
border-color: #D85F68;
}
</style>