Shades of Cabaret #D46074
Tints of Cabaret #D46074
RGB
CMYK
RGB Variations
Color information
#D46074 (or 0xD46074) is known color: Cabaret. HEX triplet: D4, 60 and 74. RGB value is (212,96,116). Sum of RGB (Red+Green+Blue) = 212+96+116=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D46074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46074 is #2B9F8B. Grayscale: #858585. Windows color (decimal): -2858892 or 7626964. OLE color: 7626964.
HSL color Cylindrical-coordinate representation of color #D46074: hue angle of 349.66º 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 #D46074 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 96 | 116 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.17 |
| HSL | 349.66º | 0.57% | 0.6% | - |
| HSV(B) | 349.66º | 0.55% | 0.83% | - |
| XYZ | 34.49 | 23.62 | 19.27 | - |
| YUV | 132.96 | 118.43 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 116 | 0 | 0.55 | 0.45 | 0.17 | 349.66 | 0.57 | 0.6 |
| Hex | D4 | 60 | 74 | 0 | 37 | 2D | 11 | 15E | 39 | 3C |
| Octal | 324 | 140 | 164 | 0 | 67 | 55 | 21 | 536 | 71 | 74 |
| Binary | 11010100 | 1100000 | 1110100 | 0 | 110111 | 101101 | 10001 | 101011110 | 111001 | 111100 |
Color Harmonies of #D46074
Complementary color
Monochromatic Colors of #D46074
Black with #D46074
Text Example
Text Example
White with #D46074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46074; }
p { color: rgb(212,96,116); }
H1.HeaderClassName
{
color: #D46074;
}
.AnyTagClassName
{
color: #D46074;
}
</style>
background-color css
<style>
a { background-color: #D46074; }
a { background-color: rgb(212,96,116); }
div.DivClassName
{
background-color: #D46074;
}
.BgClassName
{
background-color: #D46074;
}
</style>
border-color css
<style>
span { border-color: #D46074; }
span { border-color: rgb(212,96,116); }
td.TdClassName
{
border-color: #D46074;
}
.TagClassName
{
border-color: #D46074;
}
</style>