Shades of Cabaret #D46273
Tints of Cabaret #D46273
RGB
CMYK
RGB Variations
Color information
#D46273 (or 0xD46273) is known color: Cabaret. HEX triplet: D4, 62 and 73. RGB value is (212,98,115). Sum of RGB (Red+Green+Blue) = 212+98+115=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D46273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46273 is #2B9D8C. Grayscale: #868686. Windows color (decimal): -2858381 or 7561940. OLE color: 7561940.
HSL color Cylindrical-coordinate representation of color #D46273: hue angle of 351.05º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D46273 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 115 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.17 |
| HSL | 351.05º | 0.57% | 0.61% | - |
| HSV(B) | 351.05º | 0.54% | 0.83% | - |
| XYZ | 34.61 | 23.97 | 19.02 | - |
| YUV | 134.02 | 117.27 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 115 | 0 | 0.54 | 0.46 | 0.17 | 351.05 | 0.57 | 0.61 |
| Hex | D4 | 62 | 73 | 0 | 36 | 2E | 11 | 15F | 39 | 3D |
| Octal | 324 | 142 | 163 | 0 | 66 | 56 | 21 | 537 | 71 | 75 |
| Binary | 11010100 | 1100010 | 1110011 | 0 | 110110 | 101110 | 10001 | 101011111 | 111001 | 111101 |
Color Harmonies of #D46273
Complementary color
Monochromatic Colors of #D46273
Black with #D46273
Text Example
Text Example
White with #D46273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46273; }
p { color: rgb(212,98,115); }
H1.HeaderClassName
{
color: #D46273;
}
.AnyTagClassName
{
color: #D46273;
}
</style>
background-color css
<style>
a { background-color: #D46273; }
a { background-color: rgb(212,98,115); }
div.DivClassName
{
background-color: #D46273;
}
.BgClassName
{
background-color: #D46273;
}
</style>
border-color css
<style>
span { border-color: #D46273; }
span { border-color: rgb(212,98,115); }
td.TdClassName
{
border-color: #D46273;
}
.TagClassName
{
border-color: #D46273;
}
</style>