Shades of Cabaret #D46075
Tints of Cabaret #D46075
RGB
CMYK
RGB Variations
Color information
#D46075 (or 0xD46075) is known color: Cabaret. HEX triplet: D4, 60 and 75. RGB value is (212,96,117). Sum of RGB (Red+Green+Blue) = 212+96+117=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D46075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46075 is #2B9F8A. Grayscale: #858585. Windows color (decimal): -2858891 or 7692500. OLE color: 7692500.
HSL color Cylindrical-coordinate representation of color #D46075: hue angle of 349.14º 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 #D46075 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 96 | 117 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.17 |
| HSL | 349.14º | 0.57% | 0.6% | - |
| HSV(B) | 349.14º | 0.55% | 0.83% | - |
| XYZ | 34.55 | 23.65 | 19.57 | - |
| YUV | 133.08 | 118.93 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 117 | 0 | 0.55 | 0.45 | 0.17 | 349.14 | 0.57 | 0.6 |
| Hex | D4 | 60 | 75 | 0 | 37 | 2D | 11 | 15D | 39 | 3C |
| Octal | 324 | 140 | 165 | 0 | 67 | 55 | 21 | 535 | 71 | 74 |
| Binary | 11010100 | 1100000 | 1110101 | 0 | 110111 | 101101 | 10001 | 101011101 | 111001 | 111100 |
Color Harmonies of #D46075
Complementary color
Monochromatic Colors of #D46075
Black with #D46075
Text Example
Text Example
White with #D46075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46075; }
p { color: rgb(212,96,117); }
H1.HeaderClassName
{
color: #D46075;
}
.AnyTagClassName
{
color: #D46075;
}
</style>
background-color css
<style>
a { background-color: #D46075; }
a { background-color: rgb(212,96,117); }
div.DivClassName
{
background-color: #D46075;
}
.BgClassName
{
background-color: #D46075;
}
</style>
border-color css
<style>
span { border-color: #D46075; }
span { border-color: rgb(212,96,117); }
td.TdClassName
{
border-color: #D46075;
}
.TagClassName
{
border-color: #D46075;
}
</style>