Shades of Cabaret #D86074
Tints of Cabaret #D86074
RGB
CMYK
RGB Variations
Color information
#D86074 (or 0xD86074) is known color: Cabaret. HEX triplet: D8, 60 and 74. RGB value is (216,96,116). Sum of RGB (Red+Green+Blue) = 216+96+116=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D86074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86074 is #279F8B. Grayscale: #868686. Windows color (decimal): -2596748 or 7626968. OLE color: 7626968.
HSL color Cylindrical-coordinate representation of color #D86074: hue angle of 350º 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 #D86074 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 116 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.15 |
| HSL | 350º | 0.61% | 0.61% | - |
| HSV(B) | 350º | 0.56% | 0.85% | - |
| XYZ | 35.65 | 24.23 | 19.32 | - |
| YUV | 134.16 | 117.76 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 116 | 0 | 0.56 | 0.46 | 0.15 | 350 | 0.61 | 0.61 |
| Hex | D8 | 60 | 74 | 0 | 38 | 2E | F | 15E | 3D | 3D |
| Octal | 330 | 140 | 164 | 0 | 70 | 56 | 17 | 536 | 75 | 75 |
| Binary | 11011000 | 1100000 | 1110100 | 0 | 111000 | 101110 | 1111 | 101011110 | 111101 | 111101 |
Color Harmonies of #D86074
Complementary color
Monochromatic Colors of #D86074
Black with #D86074
Text Example
Text Example
White with #D86074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86074; }
p { color: rgb(216,96,116); }
H1.HeaderClassName
{
color: #D86074;
}
.AnyTagClassName
{
color: #D86074;
}
</style>
background-color css
<style>
a { background-color: #D86074; }
a { background-color: rgb(216,96,116); }
div.DivClassName
{
background-color: #D86074;
}
.BgClassName
{
background-color: #D86074;
}
</style>
border-color css
<style>
span { border-color: #D86074; }
span { border-color: rgb(216,96,116); }
td.TdClassName
{
border-color: #D86074;
}
.TagClassName
{
border-color: #D86074;
}
</style>