Shades of Cabaret #D85A68
Tints of Cabaret #D85A68
RGB
CMYK
RGB Variations
Color information
#D85A68 (or 0xD85A68) is known color: Cabaret. HEX triplet: D8, 5A and 68. RGB value is (216,90,104). Sum of RGB (Red+Green+Blue) = 216+90+104=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A68 is #27A597. Grayscale: #818181. Windows color (decimal): -2598296 or 6839000. OLE color: 6839000.
HSL color Cylindrical-coordinate representation of color #D85A68: hue angle of 353.33º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85A68 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 104 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.15 |
| HSL | 353.33º | 0.62% | 0.6% | - |
| HSV(B) | 353.33º | 0.58% | 0.85% | - |
| XYZ | 34.47 | 22.91 | 15.7 | - |
| YUV | 129.27 | 113.74 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 104 | 0 | 0.58 | 0.52 | 0.15 | 353.33 | 0.62 | 0.6 |
| Hex | D8 | 5A | 68 | 0 | 3A | 34 | F | 161 | 3E | 3C |
| Octal | 330 | 132 | 150 | 0 | 72 | 64 | 17 | 541 | 76 | 74 |
| Binary | 11011000 | 1011010 | 1101000 | 0 | 111010 | 110100 | 1111 | 101100001 | 111110 | 111100 |
Color Harmonies of #D85A68
Complementary color
Monochromatic Colors of #D85A68
Black with #D85A68
Text Example
Text Example
White with #D85A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A68; }
p { color: rgb(216,90,104); }
H1.HeaderClassName
{
color: #D85A68;
}
.AnyTagClassName
{
color: #D85A68;
}
</style>
background-color css
<style>
a { background-color: #D85A68; }
a { background-color: rgb(216,90,104); }
div.DivClassName
{
background-color: #D85A68;
}
.BgClassName
{
background-color: #D85A68;
}
</style>
border-color css
<style>
span { border-color: #D85A68; }
span { border-color: rgb(216,90,104); }
td.TdClassName
{
border-color: #D85A68;
}
.TagClassName
{
border-color: #D85A68;
}
</style>