Shades of Cabaret #D85C67
Tints of Cabaret #D85C67
RGB
CMYK
RGB Variations
Color information
#D85C67 (or 0xD85C67) is known color: Cabaret. HEX triplet: D8, 5C and 67. RGB value is (216,92,103). Sum of RGB (Red+Green+Blue) = 216+92+103=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85C67 is #27A398. Grayscale: #828282. Windows color (decimal): -2597785 or 6773976. OLE color: 6773976.
HSL color Cylindrical-coordinate representation of color #D85C67: hue angle of 354.68º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85C67 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 103 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.15 |
| HSL | 354.68º | 0.61% | 0.6% | - |
| HSV(B) | 354.68º | 0.57% | 0.85% | - |
| XYZ | 34.59 | 23.23 | 15.49 | - |
| YUV | 130.33 | 112.58 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 103 | 0 | 0.57 | 0.52 | 0.15 | 354.68 | 0.61 | 0.6 |
| Hex | D8 | 5C | 67 | 0 | 39 | 34 | F | 163 | 3D | 3C |
| Octal | 330 | 134 | 147 | 0 | 71 | 64 | 17 | 543 | 75 | 74 |
| Binary | 11011000 | 1011100 | 1100111 | 0 | 111001 | 110100 | 1111 | 101100011 | 111101 | 111100 |
Color Harmonies of #D85C67
Complementary color
Monochromatic Colors of #D85C67
Black with #D85C67
Text Example
Text Example
White with #D85C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85C67; }
p { color: rgb(216,92,103); }
H1.HeaderClassName
{
color: #D85C67;
}
.AnyTagClassName
{
color: #D85C67;
}
</style>
background-color css
<style>
a { background-color: #D85C67; }
a { background-color: rgb(216,92,103); }
div.DivClassName
{
background-color: #D85C67;
}
.BgClassName
{
background-color: #D85C67;
}
</style>
border-color css
<style>
span { border-color: #D85C67; }
span { border-color: rgb(216,92,103); }
td.TdClassName
{
border-color: #D85C67;
}
.TagClassName
{
border-color: #D85C67;
}
</style>