Shades of Cabaret #D46274
Tints of Cabaret #D46274
RGB
CMYK
RGB Variations
Color information
#D46274 (or 0xD46274) is known color: Cabaret. HEX triplet: D4, 62 and 74. RGB value is (212,98,116). Sum of RGB (Red+Green+Blue) = 212+98+116=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D46274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46274 is #2B9D8B. Grayscale: #868686. Windows color (decimal): -2858380 or 7627476. OLE color: 7627476.
HSL color Cylindrical-coordinate representation of color #D46274: hue angle of 350.53º 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 #D46274 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 116 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.17 |
| HSL | 350.53º | 0.57% | 0.61% | - |
| HSV(B) | 350.53º | 0.54% | 0.83% | - |
| XYZ | 34.67 | 23.99 | 19.33 | - |
| YUV | 134.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 116 | 0 | 0.54 | 0.45 | 0.17 | 350.53 | 0.57 | 0.61 |
| Hex | D4 | 62 | 74 | 0 | 36 | 2D | 11 | 15F | 39 | 3D |
| Octal | 324 | 142 | 164 | 0 | 66 | 55 | 21 | 537 | 71 | 75 |
| Binary | 11010100 | 1100010 | 1110100 | 0 | 110110 | 101101 | 10001 | 101011111 | 111001 | 111101 |
Color Harmonies of #D46274
Complementary color
Monochromatic Colors of #D46274
Black with #D46274
Text Example
Text Example
White with #D46274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46274; }
p { color: rgb(212,98,116); }
H1.HeaderClassName
{
color: #D46274;
}
.AnyTagClassName
{
color: #D46274;
}
</style>
background-color css
<style>
a { background-color: #D46274; }
a { background-color: rgb(212,98,116); }
div.DivClassName
{
background-color: #D46274;
}
.BgClassName
{
background-color: #D46274;
}
</style>
border-color css
<style>
span { border-color: #D46274; }
span { border-color: rgb(212,98,116); }
td.TdClassName
{
border-color: #D46274;
}
.TagClassName
{
border-color: #D46274;
}
</style>