Shades of Cabaret #D46376
Tints of Cabaret #D46376
RGB
CMYK
RGB Variations
Color information
#D46376 (or 0xD46376) is known color: Cabaret. HEX triplet: D4, 63 and 76. RGB value is (212,99,118). Sum of RGB (Red+Green+Blue) = 212+99+118=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D46376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46376 is #2B9C89. Grayscale: #868686. Windows color (decimal): -2858122 or 7758804. OLE color: 7758804.
HSL color Cylindrical-coordinate representation of color #D46376: hue angle of 349.91º degrees, saturation: 0.57, 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 #D46376 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 118 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.17 |
| HSL | 349.91º | 0.57% | 0.61% | - |
| HSV(B) | 349.91º | 0.53% | 0.83% | - |
| XYZ | 34.88 | 24.23 | 19.98 | - |
| YUV | 134.95 | 118.44 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 118 | 0 | 0.53 | 0.44 | 0.17 | 349.91 | 0.57 | 0.61 |
| Hex | D4 | 63 | 76 | 0 | 35 | 2C | 11 | 15E | 39 | 3D |
| Octal | 324 | 143 | 166 | 0 | 65 | 54 | 21 | 536 | 71 | 75 |
| Binary | 11010100 | 1100011 | 1110110 | 0 | 110101 | 101100 | 10001 | 101011110 | 111001 | 111101 |
Color Harmonies of #D46376
Complementary color
Monochromatic Colors of #D46376
Black with #D46376
Text Example
Text Example
White with #D46376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46376; }
p { color: rgb(212,99,118); }
H1.HeaderClassName
{
color: #D46376;
}
.AnyTagClassName
{
color: #D46376;
}
</style>
background-color css
<style>
a { background-color: #D46376; }
a { background-color: rgb(212,99,118); }
div.DivClassName
{
background-color: #D46376;
}
.BgClassName
{
background-color: #D46376;
}
</style>
border-color css
<style>
span { border-color: #D46376; }
span { border-color: rgb(212,99,118); }
td.TdClassName
{
border-color: #D46376;
}
.TagClassName
{
border-color: #D46376;
}
</style>