Shades of Cabaret #D36374
Tints of Cabaret #D36374
RGB
CMYK
RGB Variations
Color information
#D36374 (or 0xD36374) is known color: Cabaret. HEX triplet: D3, 63 and 74. RGB value is (211,99,116). Sum of RGB (Red+Green+Blue) = 211+99+116=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D36374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36374 is #2C9C8B. Grayscale: #868686. Windows color (decimal): -2923660 or 7627731. OLE color: 7627731.
HSL color Cylindrical-coordinate representation of color #D36374: hue angle of 350.89º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D36374 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 99 | 116 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.17 |
| HSL | 350.89º | 0.56% | 0.61% | - |
| HSV(B) | 350.89º | 0.53% | 0.83% | - |
| XYZ | 34.48 | 24.03 | 19.34 | - |
| YUV | 134.43 | 117.61 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 99 | 116 | 0 | 0.53 | 0.45 | 0.17 | 350.89 | 0.56 | 0.61 |
| Hex | D3 | 63 | 74 | 0 | 35 | 2D | 11 | 15F | 38 | 3D |
| Octal | 323 | 143 | 164 | 0 | 65 | 55 | 21 | 537 | 70 | 75 |
| Binary | 11010011 | 1100011 | 1110100 | 0 | 110101 | 101101 | 10001 | 101011111 | 111000 | 111101 |
Color Harmonies of #D36374
Complementary color
Monochromatic Colors of #D36374
Black with #D36374
Text Example
Text Example
White with #D36374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36374; }
p { color: rgb(211,99,116); }
H1.HeaderClassName
{
color: #D36374;
}
.AnyTagClassName
{
color: #D36374;
}
</style>
background-color css
<style>
a { background-color: #D36374; }
a { background-color: rgb(211,99,116); }
div.DivClassName
{
background-color: #D36374;
}
.BgClassName
{
background-color: #D36374;
}
</style>
border-color css
<style>
span { border-color: #D36374; }
span { border-color: rgb(211,99,116); }
td.TdClassName
{
border-color: #D36374;
}
.TagClassName
{
border-color: #D36374;
}
</style>