Shades of Cabaret #D46076
Tints of Cabaret #D46076
RGB
CMYK
RGB Variations
Color information
#D46076 (or 0xD46076) is known color: Cabaret. HEX triplet: D4, 60 and 76. RGB value is (212,96,118). Sum of RGB (Red+Green+Blue) = 212+96+118=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D46076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46076 is #2B9F89. Grayscale: #858585. Windows color (decimal): -2858890 or 7758036. OLE color: 7758036.
HSL color Cylindrical-coordinate representation of color #D46076: hue angle of 348.62º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D46076 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 96 | 118 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.17 |
| HSL | 348.62º | 0.57% | 0.6% | - |
| HSV(B) | 348.62º | 0.55% | 0.83% | - |
| XYZ | 34.6 | 23.67 | 19.88 | - |
| YUV | 133.19 | 119.43 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 118 | 0 | 0.55 | 0.44 | 0.17 | 348.62 | 0.57 | 0.6 |
| Hex | D4 | 60 | 76 | 0 | 37 | 2C | 11 | 15D | 39 | 3C |
| Octal | 324 | 140 | 166 | 0 | 67 | 54 | 21 | 535 | 71 | 74 |
| Binary | 11010100 | 1100000 | 1110110 | 0 | 110111 | 101100 | 10001 | 101011101 | 111001 | 111100 |
Color Harmonies of #D46076
Complementary color
Monochromatic Colors of #D46076
Black with #D46076
Text Example
Text Example
White with #D46076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46076; }
p { color: rgb(212,96,118); }
H1.HeaderClassName
{
color: #D46076;
}
.AnyTagClassName
{
color: #D46076;
}
</style>
background-color css
<style>
a { background-color: #D46076; }
a { background-color: rgb(212,96,118); }
div.DivClassName
{
background-color: #D46076;
}
.BgClassName
{
background-color: #D46076;
}
</style>
border-color css
<style>
span { border-color: #D46076; }
span { border-color: rgb(212,96,118); }
td.TdClassName
{
border-color: #D46076;
}
.TagClassName
{
border-color: #D46076;
}
</style>